From 4a09eebff513e006cb5f995efb64973d021e03d5 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:49:36 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5973cc74..3e86b4df 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], });