From 76e6bea25012b3261757600c276104180f628f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 15:30:19 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 24db2f4..b44e6f4 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -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'])); }