diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 8105c37..74ae35b 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_decode($response, true)['accessToken']); + $this->SetBuffer("Easee_Token",(json_decode($response, true)['accessToken'])); }