Skip to content

Commit

Permalink
Fix #88b7c51601f025ea16d757f04c2055ae5e8d4683
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 9, 2022
1 parent 136d898 commit 7756e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devices/ikea.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ module.exports = [
vendor: 'IKEA',
fromZigbee: extend.switch().fromZigbee.concat([fz.ias_water_leak_alarm_1]),
exposes: extend.switch().exposes.concat([e.water_leak()]),
extend: extend.switch(),
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff']);
Expand Down

0 comments on commit 7756e6b

Please sign in to comment.