SmartThingsPublic
SmartThingsPublic copied to clipboard
ZLL RGB Bulb incorrectly calls configureReporting for Hue and Saturation
Attribute size is 8 bits not 16 for Hue and Saturation attributes, yet configureReporting is called incorrectly:
commands += zigbee.configureReporting(COLOR_CONTROL_CLUSTER, ATTRIBUTE_HUE, DataType.UINT16, 1, 3600, 0x10)
commands += zigbee.configureReporting(COLOR_CONTROL_CLUSTER, ATTRIBUTE_SATURATION, DataType.UINT16, 1, 3600, 0x10)
Wireshark detects this:
