INTERFACE

GT2ConfigurationData

link GraphQL Schema definition

interface GT2ConfigurationData {

The GPS motion configuration values
gbmr: GT2GBMRConfiguration!

The mailbox configuration values
mailbox: GT2MailboxConfiguration!

A flag indicating if power save mode is on
powerSaveModeEnabled: Boolean!

The reporting interval represented in minutes
reportingIntervalInMinutes: Int

The reporting interval represented in time of day entries (e.g 10:30 or 23:00,
all in UTC tz)
timeOfDayReportingIntervals: [String!]

The vibration motion configuration values
vbmr: GT2VBMRConfiguration!

}