OBJECT

QuickIridiumTLV

A GT2 Quick Iridium TLV

link GraphQL Schema definition

type QuickIridiumTLV implements GT2ConfigurationData, GT2TLVMessage, Node {

The GPS motion configuration values
gbmr: GT2GBMRConfiguration!

id: ID!

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 TLV hexa code
tlvCode: Hexadecimal

The vibration motion configuration values
vbmr: GT2VBMRConfiguration!

}

link Required by

This element is not required by anyone