From cf71fd671155262e89c14c14b1f03f7218c556ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 22 Apr 2025 14:42:41 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index a28fcfe..8571294 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -439,7 +439,7 @@ class Ladestation_v2 extends IPSModule } - if($counter>(45/($this->ReadPropertyInteger("Interval")))){ + if($counter>(55/($this->ReadPropertyInteger("Interval")))){ $this->SetValue("Pending_Counter", 0); $this->Calc_Max_Current($this->GetValue("Is_1_ph"));