no message
This commit is contained in:
@@ -349,7 +349,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
$ch2 = curl_init();
|
$ch2 = curl_init();
|
||||||
|
|
||||||
$url2 = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/state";
|
$url2 = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/state";
|
||||||
curl_setopt_array($ch, [
|
curl_setopt_array($ch2, [
|
||||||
CURLOPT_ENCODING => "",
|
CURLOPT_ENCODING => "",
|
||||||
CURLOPT_MAXREDIRS => 10,
|
CURLOPT_MAXREDIRS => 10,
|
||||||
CURLOPT_TIMEOUT => 30,
|
CURLOPT_TIMEOUT => 30,
|
||||||
|
|||||||
Reference in New Issue
Block a user