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); } }