Skip to content

Commit

Permalink
fix: Fix electricity meter exposes of AEOTEC ZGA003 (#7829)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Vilicic <kusefin@hotmail.com>
  • Loading branch information
vilaemail and kusefin authored Aug 6, 2024
1 parent bef6ae0 commit 36d662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/aeotec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const definitions: Definition[] = [
deviceTemperature(),
identify(),
onOff({powerOnBehavior: false, endpointNames: ['1', '2']}),
electricityMeter(),
electricityMeter({endpointNames: ['1', '2']}),
commandsOnOff({endpointNames: ['3', '4']}),
commandsLevelCtrl({endpointNames: ['3', '4']}),
],
Expand Down

0 comments on commit 36d662e

Please sign in to comment.