From 07e80cdaedfd902f6f5c0843e386c086e107f70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 15:32:39 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index ada8605..7e77efc 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -841,6 +841,7 @@ class Ladestation_v2 extends IPSModule // cURL-Handle schließen curl_close($ch); + IPS_LogMessage("reeib", $response); $this->SetValue("Token_Intern", (json_decode($response, true)['accessToken'])); }