Skip to content

Commit

Permalink
Add missing battery converter. Koenkk/zigbee2mqtt#997
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Feb 9, 2019
1 parent 5be1e7d commit f6af6b6
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.E1743_brightness_stop, fz.generic_battery,
],
toZigbee: [],
configure: (ieeeAddr, shepherd, coordinator, callback) => {
Expand Down

0 comments on commit f6af6b6

Please sign in to comment.