diff --git a/Ladestation_Universal/module.php b/Ladestation_Universal/module.php index c849448..851dbb0 100644 --- a/Ladestation_Universal/module.php +++ b/Ladestation_Universal/module.php @@ -286,7 +286,7 @@ class Ladestation_Universal extends IPSModule $url = $baseUrl . "alw=1"; } - curl_setopt($ch, CURLOPT_URL, $url1); + curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response1 = curl_exec($ch); diff --git a/library.json b/library.json index 9eb7817..34990c9 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.193", + "version": "0.194", "build": 0, "date": 0 } \ No newline at end of file