diff --git a/Manager/module.php b/Manager/module.php index b267435..1c036f5 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -221,6 +221,8 @@ class Manager extends IPSModule // Nun die verteilen, die 0 erhalten können. $samePriorityUsers = $withZero; // Array für die verteilte Energie pro User erstellen + IPS_LogMessage("Manager", print_r($samePriorityUsers)); + $userEnergyProv = []; $userEnergyProv = array_fill_keys(array_column($samePriorityUsers, "InstanceID"), 0); // Initialisierung für jeden Benutzer auf 0 setzen IPS_LogMessage("Manager", print_r($userEnergyProv)); diff --git a/library.json b/library.json index 0e36c21..3cc328a 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.240", + "version": "1.241", "build": 0, "date": 0 } \ No newline at end of file