Enhancements
- Add support for Mueller-Licht tint remote ZBT-DIMController-D0800, see dresden-elektronik/deconz-rest-plugin#4134.
Bug Fixes
- Commands waiting to be executed (due to throttling) would not be executed when an API error occurs.
Especially noticeable for lights withnoWaitTimeUpdate
(GLEDOPTO GL-C-008), or whenwaitTimeUpdate
has been set to 0 (so Homebridge Hue won't combine multiple characteristic changes into one API request). When turning the light on from Home, it sends Brightness and On (unfortunately in that order); thebri
API call fails because the light is not yet on, and theon
would get lost, so the light doesn't turn on. See also Discord.