Enhancements
- Add support for Hue tap dial switch.
- The four buttons are exposed with SINGLE_PRESS and LONG_PRESS, or only SINGLE_PRESS when
hueDimmerRepeat
is set. - The dial is exposed as two additional buttons, with only SINGLE PRESS, similar to the Lutron Aurora (when paired with the Hue bridge). Button 5 is for right (clockwise) turn, button 6 for left (counter-clockwise). With deCONZ, the SINGLE_PRESS will fire every 400ms while turning the dial. Homebridge Hue doesn't (yet?) consume the rotary events from the event stream (assuming they're even there). Consequently, with the Hue bridge, the SINGLE_PRESS will fire only every
heartbeat
seconds.
- The four buttons are exposed with SINGLE_PRESS and LONG_PRESS, or only SINGLE_PRESS when
Bump Dependencies
- NodeJS v16.16.0 LTS;
- Homebridge v1.5.0;
- homebridge-lib v5.6.2.