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);