Skip to content

Commit

Permalink
Add philips cluster command for hue dimmer (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrug authored and Koenkk committed Mar 2, 2019
1 parent 0cea0c2 commit 8c53bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ function dispatchIncomingMsg(type, msg) {
if (frameType === 0 && msg.zclMsg.cmdId === 'report' || msg.zclMsg.cmdId === 'readRsp')
af.controller._shepherd.emit('ind:reported', targetEp, msg.clusterid, msg.zclMsg.payload, msg);

const cmdIDs = ['on', 'offWithEffect', 'step', 'stop', //Philips-RWL020-RWL021
const cmdIDs = ['on', 'offWithEffect', 'step', 'stop', 'hueNotification', //Philips-RWL020-RWL021
'off', 'stepColorTemp', 'moveWithOnOff', 'move', 'moveHue', 'moveToSaturation', //OSRAM-Switch 4x EU-LIGHTIFY
'stopWithOnOff', 'moveToLevelWithOnOff', 'toggle', 'tradfriArrowSingle', 'tradfriArrowHold', 'tradfriArrowRelease',
'stepWithOnOff', 'moveToColorTemp', 'moveToColor', 'onWithTimedOff',];
Expand Down

0 comments on commit 8c53bd4

Please sign in to comment.