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'])); }