API Reference

Sections

Theme switcher

DeviceEvent

DeviceEvent

createdAtdatetime Required

When this event occurred

deviceIdid Required

The ID of the device that emitted this event

eventTypestring Required

The type of event

Enum values:
DEVICE_ACTION_CREATEDDEVICE_ACTION_UPDATEDDEVICE_BULK_DATA_STATE_UPDATEDDEVICE_NOTIFICATION_REPORTEDDEVICE_STATE_UPDATED
idid Required

Unique identifier for the event

Was this section helpful?
1 2 3 4 5 6 { "createdAt": null, "deviceId": null, "eventType": "DEVICE_ACTION_CREATED", "id": null }
Was this section helpful?