From 4381d6c79ea159e8e53aacaa078b4b4c10ee7a3b Mon Sep 17 00:00:00 2001 From: Simone Ruffini Date: Mon, 8 Jul 2024 22:34:33 +0200 Subject: [PATCH] fix: pumps, fans max values --- SC24/MCB.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SC24/MCB.json b/SC24/MCB.json index 655059a..29f78c5 100644 --- a/SC24/MCB.json +++ b/SC24/MCB.json @@ -1665,7 +1665,7 @@ "scale": 1, "offset": 0, "min": 0, - "max": 255 + "max": 100 }, "COOL_PUMPS_speedCtrl": { "description": "Speed percentage for Cooling Pumps control.", @@ -1681,7 +1681,7 @@ "scale": 1, "offset": 0, "min": 0, - "max": 255 + "max": 100 } } }, @@ -3402,4 +3402,4 @@ } } } -} \ No newline at end of file +}