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