logging hinzugefühgt

This commit is contained in:
2025-03-03 06:54:30 +01:00
parent 7eccb3b7fc
commit 4419e9a775
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -48,6 +48,8 @@ class HauptManager extends IPSModule
foreach ($Verbraucher_Liste as $user) {
$decodedUser = json_decode(GetValue($user["User_Up"]));
IPS_LogMessage("Hauptmanager", print_r($decodedUser));
if (isset($decodedUser["Timestamp"]) && (($currentTime - $decodedUser["Timestamp"])) < 30) {
$Verbraucher_Liste_Korr[] = [
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.133",
"version": "1.134",
"build": 0,
"date": 0
}