Training: The Message Field
Attribute | Description | Example Value |
eventType | Type of event. | DEVICE_NOTIFICATION_REPORTED |
notifications | Array container | […] |
type | Type of event in human readable format. | notification reported |
category | Category of event. Similar to type field | notification |
createdAt | Timestamp event was created | 2024-09-02T17:44:26.669Z |
sampledAt | If event represents data captured from device, timestamp event was sampled | null |
installationId | The Yonomi Platform installation UUID associated with this event | 28f24e77-81e3-467e-b483-1e882bdcdd72 |
deviceId | The YP device UUID associated with this event | 6b6ba9ef-78e8-48c1-a5c2-3745b2518703 |
notificationName | Name of the notification | infoDeviceTime |
actionId | The action UUID associated with this event | null |
traitName | Name of the trait associated with this message | TimeZoneSettingsV1 |
notificationType | Type of notification. Typically this will be INFO. | INFO |
message | A human-readable description of the subject and purpose of this message | UTC Device time: 2021-02-19T00:16:11.000Z, Local Device time: 2021-02-19T00:16:11.000Z |
details | Array container | […] |
deviceTimeUtc | Device Timestamp in UTC timezone | 2021-02-19T00:16:11.000Z |
deviceTimeLocal | Device Timestampe in device-local time | 2021-02-19T00:16:11.000Z |
From here we can review other events dispatched to our webhook. Refer to the Slack channel used to capture events for training.
What made this section unhelpful for you?
On this page
- Training: The Message Field