diff --git a/Manager/module.php b/Manager/module.php index e6e9d59..7f4364b 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -150,6 +150,7 @@ class Manager extends IPSModule if (empty($samePriorityUsers)) { continue; } + IPS_LogMessage("Manager", print_r($samePriorityUsers, true)); // Array für die verteilte Energie pro User erstellen $userEnergyProv = array_fill_keys(array_column($samePriorityUsers, 'InstanceID'), 0); // Initialisierung für jeden Benutzer auf 0 setzen diff --git a/library.json b/library.json index f47f799..803c053 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.137", + "version": "0.138", "build": 0, "date": 0 } \ No newline at end of file