Skip to content

Commit

Permalink
FLSZB-110 battery voltage as mV. Koenkk/zigbee2mqtt#7219
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 22, 2021
1 parent 7dfe7e7 commit b190270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/develco.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ module.exports = [
description: 'Flood alarm device ',
fromZigbee: [fz.ias_water_leak_alarm_1, fz.temperature, fz.battery],
toZigbee: [],
exposes: [e.battery_low(), e.tamper(), e.water_leak(), e.temperature(), e.voltage()],
exposes: [e.battery_low(), e.tamper(), e.water_leak(), e.temperature(), e.battery_voltage()],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint35 = device.getEndpoint(35);
await reporting.bind(endpoint35, coordinatorEndpoint, ['genPowerCfg']);
Expand Down

0 comments on commit b190270

Please sign in to comment.