Property | Type | Description | Mandatory |
---|---|---|---|
strong>alarmInstances | Array of Objects | The list of AlarmInstance IDs active on the device. | |
alarmInstance/_id | String | The AlarmInstance ID. | |
alarmInstance/name | String | Not in use. | |
isHub | Boolean | Specifies whether the device is a gateway (True) or not. | |
settings/lastSync | DateTime | The last timestamp when a reading was received from the Device. | |
settings/reportedValue | String | The value received from the updated physical Device by the IoT Platform Device SDK as the updatedValue, after it has been updated. This value should be the same as the desiredValue (described above). | |
isAlarmed | Boolean | True if an alarm is currently active in the IoT Platform System for this Device. AlarmInstances can be dismissed in the IoT Platform Portal or using the Axonize Device API. | |
lastReadingTime | Date | The time that the last reading was received by the IoT Platform Server from the Device. | |
lastReadings | An Array of Readings | This is the event sent by the Device. This property comprises the following properties. | |
lastReadings/type | Integer | The type of this event is defined in the Event Manifest. For example, an event whose type equals 7 represents a temperature event. | |
lastReadings/datetime | Date | The timestamp of the event as inserted in the event by the Device. This date includes the time zone of the Device. Note ‒ The Device can enter any date/time, not necessarily the exact time that the event occurred. | |
lastReadings/name | String | The name of the event. | |
lastReadings/value | String | The value of the reading. For example, the temperature. | |
lastReadings/unit | String | The unit of the reading. For example, whether the temperature is Celsius or Fahrenheit. | |
lastReadings/deviceId | String | The unique identifier of the specific Device. | |
isConnected | Boolean | Indicates the Device’s connectivity status to the IoT Platform Server. True indicates that the Device responded to the most recent keepAlive ping by the IoT Platform Server. Each Device’s Product has a keepAlive field that indicates the frequency at which the Devices of this Product are checked for connectivity. In addition, each Device can also have an optional keepAliveThreshold, which specifies the frequency at which this specific Device is checked for connectivity. A value in this field overrides the keepAlive field of the Device’s Product. | |
additionalProperties | Not in use. | ||
token | Not in use. | ||
parseReading | Not in use. | ||
diagram | Not in use. | ||
enableDirectMethod | Not in use. | ||
alarmInstancesCount | Int | Specify the number of active alarm instances on the device |