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)); 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 // Überprüfe, ob noch genügend verbleibende Energie für den nächsten Schritt vorhanden ist
if ($remainingPower >= $powerstep - $aktleistung['Set_Leistung']) { if ($remainingPower >= $powerstep - $aktleistung['Set_Leistung']) {

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.206", "version": "1.207",
"build": 0, "build": 0,
"date": 0 "date": 0
} }