From 15c664c455d1267c3b54fffa37c5cc877ab6a487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 08:31:52 +0100 Subject: [PATCH] logging --- HauptManager/module.php | 3 +++ library.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 44ea911..1ae519d 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -277,6 +277,9 @@ class HauptManager extends IPSModule } } } + + IPS_LogMessage("Hauptmanager", print_r($resultArray)); + $writebackArrays = []; foreach ($resultArray["User"] as $user) { $writeback = $user['Writeback']; diff --git a/library.json b/library.json index a25ac65..cef72f2 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.159", + "version": "1.160", "build": 0, "date": 0 } \ No newline at end of file