diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 74ae35b..5cb67b1 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_encode($response, true)['accessToken'])); }