no message

This commit is contained in:
2025-06-17 16:42:35 +02:00
parent bb4387e515
commit 12c2ecbceb

View File

@@ -349,7 +349,7 @@ class Ladestation_v2 extends IPSModule
$ch2 = curl_init();
$url2 = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/state";
curl_setopt_array($ch, [
curl_setopt_array($ch2, [
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,