diff --git a/HauptManager/module.php b/HauptManager/module.php index 1159146..cbf3171 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -41,6 +41,7 @@ class HauptManager extends IPSModule $Verbraucher_Liste = json_decode($this->ReadPropertyString("Verbraucher_Liste"), true); $currentTime = time(); $Netzbezug = 0; + IPS_LogMessage("Hauptmanager", print_r($Verbraucher_Liste)); foreach ($Verbraucher_Liste as $key => $user) { if (isset($user["Timestamp"]) && ($currentTime - $user["Timestamp"]) < 30) { @@ -50,6 +51,7 @@ class HauptManager extends IPSModule } } + IPS_LogMessage("Hauptmanager", $Netzbezug); diff --git a/library.json b/library.json index 666bfc0..75d3b3f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.112", + "version": "1.114", "build": 0, "date": 0 } \ No newline at end of file