mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Fix Hue bulbs in a group controlled by a Hue dimmer not reporting off state. #2882
This commit is contained in:
@@ -64,6 +64,7 @@ const pollOnMessage = [
|
||||
genOnOff: [
|
||||
{type: 'commandOn', data: {}},
|
||||
{type: 'commandOff', data: {}},
|
||||
{type: 'commandOffWithEffect', data: {}},
|
||||
],
|
||||
manuSpecificPhilips: [
|
||||
{type: 'commandHueNotification', data: {button: 1}},
|
||||
|
||||
Reference in New Issue
Block a user