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}},