From 79116a1158b3aa1e10594098881195cc22aae0a5 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 22 Feb 2020 18:45:30 +0100 Subject: [PATCH] Fix Hue bulbs in a group controlled by a Hue dimmer not reporting off state. #2882 --- lib/extension/deviceReport.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extension/deviceReport.js b/lib/extension/deviceReport.js index ead481915..f3b0681fb 100644 --- a/lib/extension/deviceReport.js +++ b/lib/extension/deviceReport.js @@ -64,6 +64,7 @@ const pollOnMessage = [ genOnOff: [ {type: 'commandOn', data: {}}, {type: 'commandOff', data: {}}, + {type: 'commandOffWithEffect', data: {}}, ], manuSpecificPhilips: [ {type: 'commandHueNotification', data: {button: 1}},