no message

This commit is contained in:
2025-05-02 13:53:17 +02:00
parent 59d58780e6
commit eaf78444f4
+4 -3
View File
@@ -278,9 +278,10 @@ class HauptManager extends IPSModule
});
IPS_LogMessage("Aktuelle LEistung vor foreahc", print_r($aktleistung));
foreach($aktleistung as $entry){
$aktleistung = $entry;
}
//foreach($aktleistung as $entry){
// $aktleistung = $entry;
// }
IPS_LogMessage("Aktuelle LEistung Mnaagear", print_r($aktleistung));
// Überprüfe, ob noch genügend verbleibende Energie für den nächsten Schritt vorhanden ist
if ($remainingPower >= $powerstep - $aktleistung['Set_Leistung']) {