API Reference

Sections

Theme switcher

DeviceBulkDataStateUpdatedEvent

DeviceBulkDataStateUpdatedEvent

actionIdid

The actionId of the corresponding action (if this state change was triggered by an action)

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

traitNamestring Required

The trait name for the bulk data

Enum values:
AutoOperatorActionsAutoRelockDelaySettingsV1BatteryV1BeeperSettingsV1BleCredentialSettingsV1BleV1ConnectivityActionsConnectivityEventSettingsV1ConnectivityV1ConstructionModeActions
... 33 other enums
Was this section helpful?
1 2 3 4 5 6 7 8 { "actionId": null, "createdAt": null, "deviceId": null, "eventType": "DEVICE_ACTION_CREATED", "id": null, "traitName": "AutoOperatorActions" }
Was this section helpful?