From 4473a4f4383c068ea94ccdaaf95de938e3e505e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 4 Mar 2025 17:10:02 +0100 Subject: [PATCH] no message --- 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 3f7eaf3..a6ec5e1 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -46,7 +46,7 @@ class HauptManager extends IPSModule foreach ($Verbraucher_Liste as $user) { - $decodedUser = json_decode(GetValue($user["User_Up"]), true)[0]; + $decodedUser = json_decode(GetValue($user["User_Up"]), true); if (isset($decodedUser["Timestamp"]) && (($currentTime - $decodedUser["Timestamp"])) < 30) { diff --git a/library.json b/library.json index ecc904b..3c8f304 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.218", + "version": "1.219", "build": 0, "date": 0 } \ No newline at end of file