Skip to content

Commit

Permalink
Rename converters to match contents (#1130)
Browse files Browse the repository at this point in the history
Fixes discrepancy introduced in #302
  • Loading branch information
qm3ster authored Apr 6, 2020
1 parent b454cb8 commit 998c586
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 @@ -871,14 +871,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 998c586

Please sign in to comment.