no message

This commit is contained in:
2025-04-28 11:26:35 +02:00
parent ec75d08365
commit bc872ac72a

View File

@@ -236,7 +236,7 @@ class Ladestation_v2 extends IPSModule
public function Get_Car_Status(int $carType)
{
$ch = curl_init();
$car_on_station = false;
$car_on_station = $this->GetValue("Car_detected");
switch ($carType) {
case 1:
curl_setopt($ch, CURLOPT_URL, "http://" . $this->ReadPropertyString("IP_Adresse") . "/mqtt?payload=");