diff --git a/Manager/module.php b/Manager/module.php index 5b79bb3..c03ebf4 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -224,7 +224,7 @@ class Manager extends IPSModule $minPowerStep = min($entry["PowerSteps"]); IPS_RequestAction($instanceID,"SetAktuelle_Leistung",$minPowerStep); - //$remainingPower -= $entry["Aktuelle_Leistung"]; + $remainingPower -= $entry["Aktuelle_Leistung"]; } }