eintrag geändert
This commit is contained in:
@@ -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']) {
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user