diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 08bf5a9..11a0054 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -190,6 +190,8 @@ class Ladestation_v2 extends IPSModule $this->SetValue("Car_detected", true); if($this->GetValue("Max_Current")<6){ $this->SetValue("Car_is_full", true); + $this->ResetTimer(); + $this->ResetNullTimer(); }