From 2dfb29547b346b801a1c851835a95e4688ec5fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 15:30:56 +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 b44e6f4..ada8605 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, true)['accessToken'])); + $this->SetValue("Token_Intern", (json_decode($response, true)['accessToken'])); }