openhab / org.openhab.binding.zigbee

openHAB binding for ZigBee
Eclipse Public License 2.0
73 stars 111 forks source link

Simplify colour channel initialisation to improve compatibility with non-standard devices #731

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This removes the request to ask devices what attributes they support, and just reads the attributes. This should make the binding more tolerant to non-standard devices.

Closes #730 Signed-off-by: Chris Jackson chris@cd-jackson.com