no message
This commit is contained in:
@@ -145,7 +145,8 @@ class Ladestation_v2 extends IPSModule
|
||||
public function Get_Car_Status(int $carType)
|
||||
{
|
||||
$plug_state = false;
|
||||
|
||||
$ch = curl_init();
|
||||
|
||||
switch ($carType) {
|
||||
case 1:
|
||||
curl_setopt($ch, CURLOPT_URL, "http://" . $this->ReadPropertyString("IP_Adresse") . "/mqtt?payload=");
|
||||
|
||||
Reference in New Issue
Block a user