Skip to content

Commit

Permalink
Add ignore_power_change. Koenkk/zigbee2mqtt#997
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 10, 2019
1 parent f6af6b6 commit 6547913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ const devices = [
supports: 'on, off',
fromZigbee: [
fz.genOnOff_cmdOn, fz.genOnOff_cmdOff, fz.E1743_brightness_up, fz.E1743_brightness_down,
fz.E1743_brightness_stop, fz.generic_battery,
fz.E1743_brightness_stop, fz.generic_battery, fz.ignore_power_change,
],
toZigbee: [],
configure: (ieeeAddr, shepherd, coordinator, callback) => {
Expand Down

0 comments on commit 6547913

Please sign in to comment.