no message

This commit is contained in:
2025-04-28 16:22:21 +02:00
parent f5603c7f25
commit 293defa277

View File

@@ -224,7 +224,7 @@ class Manager extends IPSModule
$minPowerStep = min($entry["PowerSteps"]); $minPowerStep = min($entry["PowerSteps"]);
IPS_RequestAction($instanceID,"SetAktuelle_Leistung",$minPowerStep); IPS_RequestAction($instanceID,"SetAktuelle_Leistung",$minPowerStep);
$remainingPower -= $entry["Aktuelle_Leistung"]; //$remainingPower -= $entry["Aktuelle_Leistung"];
} }
} }