From 70f96dfe79942874808ce2016acbbefabc5e9ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 18 Nov 2024 10:34:25 +0100 Subject: [PATCH] weiters logging --- Manager/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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