From 5503489f8ccb009c27ba398ccbc6ec9a4d75f9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 28 Feb 2025 14:12:59 +0100 Subject: [PATCH] =?UTF-8?q?logging=20hinzugef=C3=BChgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HauptManager/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 59ba159..94f2893 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -52,6 +52,7 @@ class HauptManager extends IPSModule unset($Verbraucher_Liste[$key]); } } + IPS_LogMessage("Hauptmanager", print_r($Verbraucher_Liste)); IPS_LogMessage("Hauptmanager", $Netzbezug); diff --git a/library.json b/library.json index 6828d82..bf26edf 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.115", + "version": "1.116", "build": 0, "date": 0 } \ No newline at end of file