From 82e7b3ae960f19e9becded4e785e6d86c4a0e2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 15:42:31 +0100 Subject: [PATCH] log --- HauptManager/module.php | 1 - library.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 89c0b6c..8ffc07f 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -221,7 +221,6 @@ class HauptManager extends IPSModule $samePriorityUsers = $withZero; // Array für die verteilte Energie pro User erstellen $userEnergyProv = []; - $userEnergyProv = array_fill_keys(array_column($samePriorityUsers, "InstanceID"), 0); // Initialisierung für jeden Benutzer auf 0 setzen foreach ($samePriorityUsers as $user) { $userEnergyProv[$user['InstanceID']] = [ diff --git a/library.json b/library.json index c7fe3e3..81634a8 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.198", + "version": "1.199", "build": 0, "date": 0 } \ No newline at end of file