From 8c255e2b5a2ebe9ad3d6846b4f006da83cb65dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 18 Nov 2024 14:38:14 +0100 Subject: [PATCH] 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 250ee4c..fad2153 100644 --- a/Manager/module.php +++ b/Manager/module.php @@ -153,6 +153,7 @@ class Manager extends IPSModule foreach ($groupedUsers as $priority => $users) { // EnergyUser mit gleicher Priorität sammeln $samePriorityUsers = isset($groupedUsers[$priority]) ? $groupedUsers[$priority] : []; + IPS_LogMessage("Manager", print_r($samePriorityUsers, true)); // Wenn keine EnergyUser mit gleicher Priorität vorhanden sind, überspringen diff --git a/library.json b/library.json index 898025d..7edcb7b 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.147", + "version": "0.148", "build": 0, "date": 0 } \ No newline at end of file