From 28531abbe47a5534a69d73bb6111442486ecc314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 7 Mar 2025 23:58:56 +0100 Subject: [PATCH] log --- Manager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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