From 574527da3307e2a831b2d192efd75a166bfc122a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 6 Aug 2025 06:37:10 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index c26c1b7..b763e4c 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -841,8 +841,7 @@ class Ladestation_v2 extends IPSModule // cURL-Handle schließen curl_close($ch); - IPS_LogMessage("reeib", $response); - $this->SetValue("Token_Intern", (json_decode($response, true)['accessToken'])); + $this->SetBuffer("Token_Intern", (json_decode($response, true)['accessToken'])); }