Operations in the Device Information group will provide the last known properties of a given device, even if that device is not currently connected to the network.
Warning: Do not use this for time sensitive retrieval.
The device information is currently snapshotted on an interval
Response success
Unauthorized access, invalid credentials were used.
[- {
- "DeviceID": "00:AA:BB:CC:DD:EE",
- "Position": [
- 10.2112,
- 1.1234,
- -5.3209
], - "Orientation": [
- -0.1234,
- 0.4312,
- 0,
- 0.5432
], - "DeviceFlags": 3,
- "AlertState": "active",
- "FirmwareHash": "ec95199c",
- "FirmwareVersion": "0.10.0",
- "DeviceType": "anchor",
- "LastUpdateTime": "2019-08-24T14:15:22Z",
- "BatteryLevel": 0.85,
- "LastGatewaySource": "ZK://501::3F2504E0-4F89-11D3-9A0C-0305E82C3301::UDP::10.0.0.220:10000"
}
]
Warning: Do not use this for time sensitive retrieval.
The device information is currently snapshotted on an interval
Response success
Unauthorized access, invalid credentials were used.
Resource was not found.
{- "DeviceID": "00:AA:BB:CC:DD:EE",
- "Position": [
- 10.2112,
- 1.1234,
- -5.3209
], - "Orientation": [
- -0.1234,
- 0.4312,
- 0,
- 0.5432
], - "DeviceFlags": 3,
- "AlertState": "active",
- "FirmwareHash": "ec95199c",
- "FirmwareVersion": "0.10.0",
- "DeviceType": "anchor",
- "LastUpdateTime": "2019-08-24T14:15:22Z",
- "BatteryLevel": 0.85,
- "LastGatewaySource": "ZK://501::3F2504E0-4F89-11D3-9A0C-0305E82C3301::UDP::10.0.0.220:10000"
}