HeartbeatEvent
HeartbeatEvent is used to indicate that a device is still working properly and has internet connectivity. If a device is offline, it will not have HeartbeatEvents. Each device will send a HeartbeatEvent at the interval specified in its HeartbeatInterval parameter, regardless of any other events.
Property | Details |
Type string | The type of Jetstream event. |
EventId string
Unique | The ID assigned to the event. |
EventTime string | The time that the event occurred. The value is expressed in UTC. This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ |
Version int | The Jetstream version of the event. |
Device string | The name of the device. |
ReceivedTime string | The time that the event was received from the device. The value is expressed in UTC. This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ |
Addition of the Version property.