From 6053e5a2c673b6347dd382f38cc96cabe9a9affd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 19 Sep 2025 15:59:06 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index cfcf96b..3b2ac51 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -583,7 +583,7 @@ class Ladestation_v2 extends IPSModule } else { $resultArray[] = $this->GetValue("Mindestaldestrom") * 400 * 1.71; } - } + // Schleife wie gehabt @@ -594,7 +594,7 @@ class Ladestation_v2 extends IPSModule $resultArray[] = $i * 400 * 1.71; } } - +} return $resultArray; }