Skip to content

Commit

Permalink
No power metering for Plus Uni
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Aug 13, 2024
1 parent ce35be2 commit 6fae3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/devices/gen2/shellyplusuni.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ shellyHelperGen2.addInput(shellyplusuni, 0);
shellyHelperGen2.addInput(shellyplusuni, 1);
shellyHelperGen2.addInput(shellyplusuni, 2);

shellyHelperGen2.addSwitch(shellyplusuni, 0);
shellyHelperGen2.addSwitch(shellyplusuni, 1);
shellyHelperGen2.addSwitch(shellyplusuni, 0, false);
shellyHelperGen2.addSwitch(shellyplusuni, 1, false);

module.exports = {
shellyplusuni,
Expand Down

0 comments on commit 6fae3ec

Please sign in to comment.