Skip to content

Commit

Permalink
Fix battery % multiplied by two for Nyce NCZ-3043-HA. Koenkk/zigbee2m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored and Mephistofeles committed Dec 13, 2022
1 parent 8cef6f9 commit dfea196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devices/nyce.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = [
fromZigbee: [fz.occupancy, fz.humidity, fz.temperature, fz.ignore_basic_report, fz.ignore_genIdentify, fz.ignore_poll_ctrl,
fz.battery, fz.ignore_iaszone_report, fz.ias_occupancy_alarm_2],
toZigbee: [],
meta: {battery: {dontDividePercentage: true}},
exposes: [e.occupancy(), e.humidity(), e.temperature(), e.battery(), e.battery_low(), e.tamper()],
},
{
Expand Down

0 comments on commit dfea196

Please sign in to comment.