API Reference

Sections

Theme switcher

DeviceActionUpdatedEvent

DeviceActionUpdatedEvent

actionIdid Required

The actionId that was updated

actionStatusstring Required

The updated action status

Enum values:
AWAITING_DATAPENDINGREJECTEDRESOLVED
createdAtdatetime Required

When this event occurred

deviceIdid Required

The ID of the device that emitted this event

errorsarray

Errors associated with the action (if any)

Show child attributes

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?

What made this section helpful for you?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "actionId": null, "actionStatus": "AWAITING_DATA", "createdAt": null, "deviceId": null, "errors": [ { "code": null, "details": null, "message": null } ], "eventType": "DEVICE_ACTION_CREATED", "id": null }
Was this section helpful?

What made this section helpful for you?

What made this section unhelpful for you?