From 18734313502c38ce7646de50c82b70e8f8db1bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 1 May 2025 16:25:48 +0200 Subject: [PATCH] syntax... --- Ladestation_v2/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index bff12dc..19b7181 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -593,7 +593,7 @@ class Ladestation_v2 extends IPSModule // Nichts zu tun für Dummy station return; case 5: - $url = "https://api.easee.com/api/chargers/".$this->GetValue("Seriennummer")."/commands/set_dynamic_charger_current" + $url = "https://api.easee.com/api/chargers/".$this->GetValue("Seriennummer")."/commands/set_dynamic_charger_current"; curl_setopt_array($ch, [ CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, @@ -635,7 +635,7 @@ class Ladestation_v2 extends IPSModule // Nichts zu tun für Dummy station return; case 5: - $url2 = "https://api.easee.com/api/chargers/".$this->GetValue("Seriennummer")."/commands/set_dynamic_charger_current" + $url2 = "https://api.easee.com/api/chargers/".$this->GetValue("Seriennummer")."/commands/set_dynamic_charger_current"; curl_setopt_array($ch, [ CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10,