From 9e9b2c170ffdec5323a191af7252293b98b1e769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 28 Feb 2025 15:26:13 +0100 Subject: [PATCH] logging --- HauptManager/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HauptManager/module.php b/HauptManager/module.php index 3e2f61a..5971581 100644 --- a/HauptManager/module.php +++ b/HauptManager/module.php @@ -43,6 +43,7 @@ class HauptManager extends IPSModule $currentTime = time(); $Netzbezug = 0; $Verbraucher_Liste_Korr = []; + IPS_LogMessage("Hauptmanager", print_r($Verbraucher_Liste)); foreach ($Verbraucher_Liste as $key => $user) {