Schema Overview¶
Property | Type | Description |
---|---|---|
dataType | string | The schema that the payload of the event follows, specifying the structure and format of the data contained in the event. |
eventType | string | The type of event raised, indicating the nature of the occurrence. Examples include zone transitions, motion detection, or button presses. |
payload | object | The actual contents of the event, providing detailed information based on the event type. The payload may include specific data related to the event, such as tag information or positional data. |
requestId | string | Only present in events that are the result of a command. It provides a unique identifier to correlate the event to the source command. This is useful for tracking the origin of the event and its associated command. |