From 12c2ecbceb09ccc410240064bfcb27d578f8f588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 17 Jun 2025 16:42:35 +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 1979681..e272a2c 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -349,7 +349,7 @@ class Ladestation_v2 extends IPSModule $ch2 = curl_init(); $url2 = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/state"; - curl_setopt_array($ch, [ + curl_setopt_array($ch2, [ CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30,