eintrag geändert

This commit is contained in:
2025-03-04 16:15:07 +01:00
parent 27df4876b6
commit 5048f1f109
2 changed files with 4 additions and 2 deletions

View File

@@ -261,7 +261,9 @@ class HauptManager extends IPSModule
});
IPS_LogMessage("hauptm", print_r($aktleistung));
foreach($aktleistung as $entry){
$aktleistung = $entry;
}
// Überprüfe, ob noch genügend verbleibende Energie für den nächsten Schritt vorhanden ist
if ($remainingPower >= $powerstep - $aktleistung['Set_Leistung']) {