From 9a1a9851b3ddc7aeceac28b0cbddfc42d883a2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 17 Jun 2025 16:26:23 +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 4d5b3bd..fd22f09 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -361,7 +361,7 @@ class Ladestation_v2 extends IPSModule ], ]); - curl_setopt($ch, CURLOPT_URL, $url1); + curl_setopt($ch, CURLOPT_URL, $url2); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response_easee = curl_exec($ch); curl_close($ch);