From a8ad726bea58dddcf417405ee5829f58e0fd234f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 24 Sep 2025 07:48:47 +0200 Subject: [PATCH] no message --- Manager/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manager/module.php b/Manager/module.php index 6404ac8..9ed3db2 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -290,7 +290,7 @@ class Manager extends IPSModule $instanceID = $entry["InstanceID"]; $minPowerStep = min($entry["PowerSteps"]); - $remainingPower -= $minPowerStep; + //$remainingPower -= $minPowerStep; } } // Verbraucher die nicht 0 annhemen können erhalten nun den minimalwert @@ -299,7 +299,7 @@ class Manager extends IPSModule $instanceID = $entry["InstanceID"]; $minPowerStep = max($entry["PowerSteps"]); - $remainingPower += $minPowerStep; + //$remainingPower += $minPowerStep; } }