From 0349d2447778431d4ba06386bb71b922310398bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 08:26:25 +0100 Subject: [PATCH] syntaxfehler behoben --- HauptManager/module.php | 6 +++--- library.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 562bfa5..95f3c82 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -177,7 +177,7 @@ class HauptManager extends IPSModule } - $resultArray = [] + $resultArray = []; // Jetzt werden die energien pro gruppe verteilt (Immer alle pro prio in einer gruppe miteinander) foreach ($groupedUsers as $priority => $users) { @@ -276,7 +276,7 @@ class HauptManager extends IPSModule } } - + } $writebackArrays = []; foreach ($resultArray["User"] as $user) { $writeback = $user['Writeback']; @@ -310,7 +310,7 @@ class HauptManager extends IPSModule RequestAction($writeback, $resultString); } - } + } } diff --git a/library.json b/library.json index d253062..79b417a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.157", + "version": "1.158", "build": 0, "date": 0 } \ No newline at end of file