Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Oct 18, 2023
1 parent 46a3a4e commit 4a09eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5782,7 +5782,7 @@ function RegisterCustomCharacteristics() {
format : Characteristic.Formats.UINT16,
unit : 'Watts',
maxValue : 100000,
minValue : 0,
minValue : -100000,
minStep : 1,
perms : [Characteristic.Perms.READ, Characteristic.Perms.NOTIFY],
});
Expand Down

0 comments on commit 4a09eeb

Please sign in to comment.