Device Details
Last updated
Last updated
© Seam Labs, Inc. All rights reserved.
The device details component shows the properties, settings, and issues for a device.
The DeviceDetails
will display varying views based on the device type.
The "Lock" detail view displays a button leading to the list of access codes, along with various lock properties.
The "Thermostat" detail view provides a button to view the list of scheduled climates and buttons to adjust the thermostat settings.
The DeviceDetails
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: |
onBack | function | Optional callback fired when the Back chevron button is clicked.
Signature: |
className | string | Optional class name to add to the rendered component's containing element. |