Skip to content

Commit

Permalink
fix(ignore): Enable powerOnBehaviour for Innr SP 240 #6637
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 11, 2023
1 parent 54443b5 commit ed2ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ const definitions: Definition[] = [
vendor: 'Innr',
description: 'Smart plug',
extend: [
onOff({powerOnBehavior: false}),
onOff(),
electricityMeter({current: {divisor: 1000}, voltage: {divisor: 1}, power: {divisor: 1}, energy: {divisor: 100}}),
],
},
Expand Down

0 comments on commit ed2ce0a

Please sign in to comment.