From 4af7dc49e5ae7adb6b337288d4540ecd0e5795c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 14:52:46 +0100 Subject: [PATCH] no message --- 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 467cdc9..8a2fa39 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 2f508d3..58c82b6 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.189", + "version": "1.190", "build": 0, "date": 0 } \ No newline at end of file