diff --git a/index.js b/index.js index 5973cc7..3e86b4d 100755 --- a/index.js +++ b/index.js @@ -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], });