Skip to content

Commit

Permalink
Change up and down in Ikea Outlet Switch (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Koenkk committed Feb 24, 2019
1 parent da182b2 commit 983c9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converters/fromZigbee.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ const converters = {
cid: 'genLevelCtrl',
type: 'cmdMove',
convert: (model, msg, publish, options) => {
return {click: 'brightness_up'};
return {click: 'brightness_down'};
},
},
E1743_brightness_down: {
cid: 'genLevelCtrl',
type: 'cmdMoveWithOnOff',
convert: (model, msg, publish, options) => {
return {click: 'brightness_down'};
return {click: 'brightness_up'};
},
},
E1743_brightness_stop: {
Expand Down

0 comments on commit 983c9ef

Please sign in to comment.