Time at which the event ends. If null, the event will continue until the utility sends a termination signal.
Example:
2025-04-30 14:00:00.000Z
duration_s
number|null
required
Duration of the event, in seconds. If null, the event will continue until the utility sends a termination signal.
Example:
7200
schedule
array [object {6}]
required
Use this to build a schedule for the event to show the end-user. Not enough information is provided here to send instructions to devices. Please use Commands instead.
device_settings
array[object (EventBatterySettings) {3}]
deprecated
Settings per device for the event.
status
enum<string>
read-onlyrequired
Allowed values:
ACTIVECANCELEDCOMPLETEDUPCOMING
is_participating
boolean
required
created_at
string<date-time>
read-onlyrequired
updated_at
string<date-time>
read-onlyrequired
Your server must respond to the event with code 204 (No content).To update the participation parameters, extract the dispatch ID from the dispatches array in the event_object object, and then use Update Dispatch.