Skip to content

Commit

Permalink
Fix EcoDim ED-10011 #2 (#2582)
Browse files Browse the repository at this point in the history
* Fix EcoDim ED-10011

The EcoDim ED-10011 actually sends the actions in the payload including the postfix "_1".

* Fix EcoDim ED-10011 #2

Revert previous fix and removed multiEndpoint:true for ED-10011 (as both buttons on the device have the same endpoint)
  • Loading branch information
bartrikers6224 authored May 16, 2021
1 parent 9ea7675 commit 1ed51ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devices/ecodim.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = [
fromZigbee: [fz.command_on, fz.command_off, fz.command_move, fz.command_stop, fz.battery],
exposes: [e.battery(), e.action(['on_1', 'off_1', 'brightness_move_up_1', 'brightness_move_down_1', 'brightness_stop_1'])],
toZigbee: [],
meta: {multiEndpoint: true},
},
{
zigbeeModel: ['ED-10012'],
Expand Down

0 comments on commit 1ed51ed

Please sign in to comment.