diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 5cb67b1..a2d2281 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -838,7 +838,7 @@ class Ladestation_v2 extends IPSModule // cURL-Handle schließen curl_close($ch); - $this->SetBuffer("Easee_Token",(json_encode($response, true)['accessToken'])); + $this->SetBuffer("Easee_Token",$response['accessToken']); }