no message

This commit is contained in:
2025-04-07 16:10:13 +02:00
parent 86aeac5ea8
commit 8adf693d14

View File

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