Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Experimental support E1743. Koenkk/zigbee2mqtt#997

* Add battery support and fix model. Koenkk/zigbee2mqtt#997

* Add missing battery converter. Koenkk/zigbee2mqtt#997

* Add ignore_power_change. Koenkk/zigbee2mqtt#997
  • Loading branch information
Koenkk authored and qosmio committed Dec 25, 2019
1 parent 150c291 commit 9b95823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ const configureReporting = {
},
};

const coordinatorGroup = 99;

const generic = {
light_onoff_brightness: {
supports: 'on/off, brightness',
Expand Down Expand Up @@ -6568,7 +6570,7 @@ const devices = [
description: 'Smart+ switch mini',
supports: 'on/off, brightness',
fromZigbee: [
fz.AC0251100NJ_on, fz.AC0251100NJ_off, fz.AC0251100NJ_long_middle,
fz.genOnOff_cmdOn, fz.genOnOff_cmdOff, fz.AC0251100NJ_long_middle,
fz.cmd_stop, fz.cmd_move, fz.cmd_move_with_onoff,
fz.cmd_move_to_level_with_onoff, fz.generic_batteryvoltage_3000_2500,
],
Expand Down

0 comments on commit 9b95823

Please sign in to comment.