diff --git a/Manager/module.php b/Manager/module.php index 1888618..01d958c 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -224,6 +224,7 @@ class Manager extends IPSModule $userEnergyProv = []; $userEnergyProv = array_fill_keys(array_column($samePriorityUsers, "InstanceID"), 0); // Initialisierung für jeden Benutzer auf 0 setzen + LogMessage("Manag", $remainingPower); if($remainingPower>=0){ // Alle Schritte der Benutzer in einem Array sammeln @@ -243,7 +244,6 @@ class Manager extends IPSModule return $a["step"] <=> $b["step"]; }); - //if remaining power >0 // Iteriere durch alle Schritte foreach ($allSteps as $entry) { diff --git a/library.json b/library.json index c35a3af..f37e875 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.173", + "version": "1.174", "build": 0, "date": 0 } \ No newline at end of file