DeviceTimeV1
Notification informs SW Maker when either deviceTime has been updated.
Trait Type: Standard
Notification Events
Note: See Overview: Device Notifications for more information on notfication event flows.
infoDeviceTimeUpdated
Informs if there was event indicating that changed/reset the device clock.
Details Fields
Field Name | Description | Data Type |
deviceTimeUtc | Reported UTC dateTime at device | ISO8601 UTC dateTime format string |
deviceTimeLocal | Reported Local dateTime at device | ISO8601 Non-UTC dateTime format string |
Event Example
Plain text
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "infoDeviceTimeUpdated",
"notificationType": "INFO",
"type": "notification reported",
"createdAt": "2024-12-20T14:49:55.000Z",
"sampledAt": "2024-12-20T14:49:39.663Z",
"installationId": "819cd607-aede-482e-9aa0-8b65d420e300",
"deviceId": "9a8f6104-6c50-476e-90ee-16b9a2dafc8d",
"traitName": "DeviceTimeV1",
"message": "An update occurred to device time (UTC or Local)",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {
"deviceTimeUtc": "2024-12-20T14:49:39.663Z",
"deviceTimeLocal": "2024-12-20T07:49:39.663"
}
}
]
}Was this section helpful?
What made this section unhelpful for you?
On this page
- DeviceTimeV1