SmartThingsPublic icon indicating copy to clipboard operation
SmartThingsPublic copied to clipboard

ZLL RGB Bulb incorrectly calls configureReporting for Hue and Saturation

Open moikot opened this issue 3 years ago • 0 comments

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: image

moikot avatar Jul 26 '22 22:07 moikot