no message

This commit is contained in:
2025-06-17 16:26:23 +02:00
parent 975f94582a
commit 9a1a9851b3

View File

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