mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-12 21:03:11 +00:00
With the changes in https://smartthings.atlassian.net/browse/DPROT-168 it can take a little longer for the configuration process for a device to complete. As a result sensor values may not be available immediately by calling the refresh commands before the configure commands we can populate those values sooner. This resolves: https://smartthings.atlassian.net/browse/DPROT-177
OSRAM Lightify LED On/Off/Dim
Works with:
Table of contents
Capabilities
- Actuator - represents that a Device has commands
- Configuration - configure() command called when device is installed or device preferences updated
- Refresh - refresh() command for status updates
- Switch - can detect state (possible values: on/off)
- Switch Level - represents current light level, usually 0-100 in percent
- Health Check - indicates ability to get device health notifications
Device Health
A Category C1 Zigbee dimmer with maxReportTime of 5 mins. Check-in interval is double the value of maxReportTime. This gives the device twice the amount of time to respond before it is marked as offline. Check-in interval = 12 mins
Troubleshooting
If the device doesn't pair when trying from the SmartThings mobile app, it is possible that the device is out of range. Pairing needs to be tried again by placing the device closer to the hub. Other troubleshooting tips are listed as follows: