From a60fd5593182e3fee8b5a1b590305012f58cc18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 3 Mar 2025 07:04:55 +0100 Subject: [PATCH] anderse parsend des user objektes --- HauptManager/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HauptManager/module.php b/HauptManager/module.php index 2bff80b..25046dc 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -47,7 +47,7 @@ class HauptManager extends IPSModule foreach ($Verbraucher_Liste as $user) { - $decodedUser = json_decode(GetValue($user["User_Up"])); + $decodedUser = json_decode(GetValue($user["User_Up"]), true); IPS_LogMessage("Hauptmanager", print_r($decodedUser)); IPS_LogMessage("Hauptmanager", $decodedUser["Timestamp"]); diff --git a/library.json b/library.json index 7761df8..af3399c 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.136", + "version": "1.137", "build": 0, "date": 0 } \ No newline at end of file