SmartThingsPublic
SmartThingsPublic copied to clipboard
SmartThings open-source DeviceType Handlers and SmartApps code
Results
303
SmartThingsPublic issues
Sort by
recently updated
recently updated
newest added
To fix #78765
Attribute size is 8 bits not 16 for Hue and Saturation attributes, yet configureReporting is called incorrectly: ```groovy commands += zigbee.configureReporting(COLOR_CONTROL_CLUSTER, ATTRIBUTE_HUE, DataType.UINT16, 1, 3600, 0x10) commands += zigbee.configureReporting(COLOR_CONTROL_CLUSTER, ATTRIBUTE_SATURATION,...