From 5b5e0628d28587788ec0205fe0666b976412c681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 14:51:54 +0100 Subject: [PATCH] log --- HauptManager/module.php | 4 ++-- library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 68502ad..467cdc9 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -222,7 +222,7 @@ class HauptManager extends IPSModule // Array für die verteilte Energie pro User erstellen $userEnergyProv = []; foreach ($samePriorityUsers as $user) { - $userEnergyProv[] = [ + $userEnergyProv = [ 'user' => $user['InstanceID'], 'Writeback' => $user['Writeback'], 'Set_Leistung' => 0 @@ -234,7 +234,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 905ebbb..2f508d3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.188", + "version": "1.189", "build": 0, "date": 0 } \ No newline at end of file