From ee28a78d970896e977d6ffb21384d9fb9b61e0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 07:59:16 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 7ef87f5..1225eb2 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -361,6 +361,9 @@ class Ladestation_v2 extends IPSModule $this->Calc_Max_Current($this->GetValue("Is_1_ph")); } } + else{ + $this->SetValue("Pending_Counter", 0); + } return $powerSteps;