Search or ask...
Theme switcher
Two event types are associated with the action lifecycle:
DEVICE_ACTION_CREATED and DEVICE_ACTION_UPDATED
DEVICE_ACTION_CREATED
DEVICE_ACTION_UPDATED
DeviceActionCreatedEvent Schema:
DeviceActionCreatedEvent
… on DeviceActionCreatedEvent { eventType createdAt actionId deviceId status traitName actionParameters }
DeviceActionUpdatedEvent Schema:
DeviceActionUpdatedEvent
… on DeviceActionUpdatedEvent { eventType createdAt actionId deviceId status }