From 8798ce678e8f7a69084802db4512075c87e4d0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 13:32:58 +0100 Subject: [PATCH] d --- HauptManager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 7d8b973..68f449c 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -225,7 +225,7 @@ class HauptManager extends IPSModule $allSteps = []; foreach ($samePriorityUsers as $user) { foreach ($user["PowerSteps"] as $step) { - $allSteps[] = [ + $allSteps = [ "user" => $user["InstanceID"], "Writeback" => $user["Writeback"], "step" => $step, diff --git a/library.json b/library.json index 4af1984..e52ddd6 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.180", + "version": "1.181", "build": 0, "date": 0 } \ No newline at end of file