Skip to content

Commit

Permalink
Rename converters to match contents
Browse files Browse the repository at this point in the history
Fixes discrepancy introduced in Koenkk#302
  • Loading branch information
qm3ster authored Apr 5, 2020
1 parent 525d8ab commit bac7e40
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 @@ -869,14 +869,14 @@ const converters = {
return {click: 'off'};
},
},
E1743_brightness_up: {
E1743_brightness_down: {
cluster: 'genLevelCtrl',
type: 'commandMove',
convert: (model, msg, publish, options, meta) => {
return {click: 'brightness_down'};
},
},
E1743_brightness_down: {
E1743_brightness_up: {
cluster: 'genLevelCtrl',
type: 'commandMoveWithOnOff',
convert: (model, msg, publish, options, meta) => {
Expand Down

0 comments on commit bac7e40

Please sign in to comment.