From d1e2045f06717a933aebc6ee4b7039c43bc6ea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 10:42:27 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 226e49b..ce49942 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -137,12 +137,10 @@ class Ladestation_v2 extends IPSModule if($this->Get_Car_Status($carType)==true){ $this->SetValue("Car_detected", true); if($this->GetValue("Max_Current")<6){ - $this-SetValue("Car_is_full", true); } }else{ $this->SetValue("Car_detected", false); - $this-SetValue("Car_is_full", false); } }