From e40655a117d35a7b4b36492a9bc190ae6f3fa193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 6 Aug 2025 10:58:46 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 ++ 1 file changed, 2 insertions(+) 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(); }