anpassungen

This commit is contained in:
2025-02-28 15:46:22 +01:00
parent 79ef8d78cd
commit 4eeb74dbfc
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -47,12 +47,13 @@ class HauptManager extends IPSModule
foreach ($Verbraucher_Liste as $key => $user) {
$decodedUser = json_decode(GetValue($user["User_Up"]));
$decodedUsertot = json_decode(GetValue($user));
$decodedUser = json_decode(GetValue($decodedUsertot["User_Up"]));
if (isset($decodedUser["Timestamp"]) && (($currentTime - $decodedUser["Timestamp"])) < 30) {
$Verbraucher_Liste_Korr[] = [
"User" => $decodedUser,
"Sendback" => $user["User_Down"]
"Sendback" => $decodedUsertot["User_Down"]
];
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.128",
"version": "1.129",
"build": 0,
"date": 0
}