Fix Hue bulbs in a group controlled by a Hue dimmer not reporting off state. #2882

This commit is contained in:
Koen Kanters
2020-02-22 18:45:30 +01:00
parent ad59ff57bc
commit 79116a1158
+1
View File
@@ -64,6 +64,7 @@ const pollOnMessage = [
genOnOff: [
{type: 'commandOn', data: {}},
{type: 'commandOff', data: {}},
{type: 'commandOffWithEffect', data: {}},
],
manuSpecificPhilips: [
{type: 'commandHueNotification', data: {button: 1}},