OBJECT
Device
link GraphQL Schema definition
type Device implements Node {
The MAC address of the bluetooth interface
: String
The date when device was created
: ISO8601DateTime
The last known location of the device
: Location
The device specification
: DeviceSpecification
The list of all associated encryption keys
: [EncryptionKey!]
The unique serial number
: String
The firmware version installed
: String
The hardware version
: String
: ID!
The IMEI of the cellular transmissor
: String
The IMEI of the satellite transmissor
: String
The organization that owns the device
: Organization
The first cellular SIM identifier
: String
The second cellular SIM identifier
: String
The date when device was updated
: ISO8601DateTime
The MAC address of the wifi interface
: String
}
link Required by
- DeploymentInterfaceInterface all kinds of deployments must implement
- DeviceConnectionThe connection type for Device.
- DeviceEdgeAn edge in a connection.
- EncryptionKeynull
- MoveDeviceToOrganizationPayloadAutogenerated return type of MoveDeviceToOrganization
- NumericReadingPropertynull
- PointReadingPropertynull
- Querynull
- ReadingA Reading represents the reading of a Device.
- ReadingPropertyA Reading property.
- ScratchpadDeploymentA ScratchpadDeployment represents a scratchpad command sent to a Device using one of the Device's supported networks
- TextReadingPropertynull