From c892b6bfbecf2c8aa84e50ec33f2abe18f713dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 3 Mar 2025 06:58:02 +0100 Subject: [PATCH] logging --- HauptManager/module.php | 3 ++- library.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index c86260e..cfbfd83 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -51,7 +51,8 @@ class HauptManager extends IPSModule IPS_LogMessage("Hauptmanager", print_r($decodedUser)); if (isset($decodedUser["Timestamp"]) && (($currentTime - $decodedUser["Timestamp"])) < 30) { - + IPS_LogMessage("Hauptmanager", "Im here"); + $Verbraucher_Liste_Korr[] = [ "User" => $decodedUser, "Sendback" => $user["User_Down"] diff --git a/library.json b/library.json index f4eaf17..8e24a4b 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.134", + "version": "1.135", "build": 0, "date": 0 } \ No newline at end of file