<DeviceDetails /> (preview)
The device details component shows the properties, settings, and issues for a device.Different Device Views
TheDeviceDetails will display varying views based on the device type.
Door Lock details
The “Lock” detail view displays a button leading to the list of access codes, along with various lock properties.Thermostat details
The “Thermostat” detail view provides a button to view the list of scheduled climates and buttons to adjust the thermostat settings.Props
TheDeviceDetails component displays the device as identified by the deviceId property. You can customize the component by turning off features like disableLockUnlock for door locks.
| Name | Type | Description |
|---|---|---|
| deviceId* | string | The id for the device that will be shown in the table. |
| disableLockUnlock | boolean | Hide the lock/unlock button for devices. Default: false. |
| onBack | function | Optional callback fired when the Back chevron button is clicked. |
| className | string | Optional class name to add to the rendered component’s containing element. |

