no message

This commit is contained in:
2025-04-16 08:41:06 +02:00
parent 3a0d2904b9
commit a9ba1ddda1

View File

@@ -187,7 +187,6 @@ class Ladestation_v2 extends IPSModule
} }
}else{ }else{
$this->SetValue("Car_detected", false); $this->SetValue("Car_detected", false);
$this->sendPowerToStation(32); $this->sendPowerToStation(32);
@@ -269,7 +268,7 @@ class Ladestation_v2 extends IPSModule
else{ else{
$this->SetValue("Car_detected", false); $this->SetValue("Car_detected", false);
}*/ }*/
if ($data["car"] != 1) { if ($data["State"] != 1) {
$car_on_station = true; $car_on_station = true;
} }
else{ else{