Command
Webhook - Command
event_type
enum<string>
required
Allowed values:
command.canceledcommand.createdcommand.endedcommand.startedcommand.updated
event_object
object (Command)
required
id
string <uuid>
read-onlyrequired
event_id
string <uuid> | null
read-onlyrequired
device_id
string
required
starts_at
string <date-time>
read-onlyrequired
ends_at
string <date-time> | null
read-onlyrequired
duration_s
number | null
read-onlyrequired
is_preparatory_action
boolean
read-onlyrequired
battery_commands
object (BatteryCommand)
read-onlyrequired
status
enum<string>
read-onlyrequired
OK
means that the command is happening.Allowed values:
CANCELEDOKOPT_OUT
device_status
enum<string>
required
OK
means that the device is ready to perform the command.Allowed values:
FAILEDOKPENDING
device_status_reason
string | null
optional
device_status
. We will use it when we set device_status
to PENDING
, and feel free to use it as well when setting to OK
or FAILED
.created_at
string <date-time>
read-onlyrequired
updated_at
string <date-time>
read-onlyrequired
204
(No content).Modified at 2024-07-26 08:38:35