From a9ba1ddda18d9339e57385a1f50c7d61048522cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 16 Apr 2025 08:41:06 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index f37b032..c036b08 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -187,7 +187,6 @@ class Ladestation_v2 extends IPSModule } - }else{ $this->SetValue("Car_detected", false); $this->sendPowerToStation(32); @@ -269,7 +268,7 @@ class Ladestation_v2 extends IPSModule else{ $this->SetValue("Car_detected", false); }*/ - if ($data["car"] != 1) { + if ($data["State"] != 1) { $car_on_station = true; } else{