openhab / org.openhab.binding.zigbee

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

Remove deprecations and monitor color command responses #714

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

This refactors the color control converter. It removes a number of deprecations from the ZigBee library that still used old APIs. It also modifies the way commands are sent so that it's possible to monitor the return status of all commands sent and then update the state of the channel if the commands were sent successfully. Signed-off-by: Chris Jackson chris@cd-jackson.com