DeviceResetV1
Informs if there was a factory-default reset process initiated, successfully completed, or failed on the device.
Trait Type: Standard
Notification Events
Note: See Overview: Device Notifications for more information on notfication event flows.
warningDeviceReset
Informs if there was a factory-default reset process initiated, successfully completed, or failed on the device.
Details Fields
Field Name | Description | Data Type |
deviceResetStatus | Status of device's factory-default reset process | INITIATED, FAILED, COMPLETED |
Event Example
Plain text
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "warningDeviceReset",
"notificationType": "WARNING",
"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": "DeviceResetV1",
"message": "Device reset initiated",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {
"deviceResetStatus": "INITIATED"
}
}
]
}Was this section helpful?
What made this section unhelpful for you?
On this page
- DeviceResetV1