Eine 1 drin die nicht funktionierte

This commit is contained in:
2024-12-18 14:16:24 +01:00
parent 42c11ae605
commit 82ef0e44ee
2 changed files with 2 additions and 2 deletions

View File

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