no message

This commit is contained in:
2025-08-05 15:30:19 +02:00
parent 38294aabd1
commit 76e6bea250

View File

@@ -841,7 +841,7 @@ class Ladestation_v2 extends IPSModule
// cURL-Handle schließen
curl_close($ch);
$this->SetBuffer("Token_Intern", json_decode($response)['accessToken']);
$this->SetBuffer("Token_Intern", (json_decode($response, true)['accessToken']));
}