From 9d5c6fde7cece4915885c79d58b8edb9a5b90d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 19 Sep 2025 15:35:34 +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 74d7b02..cfcf96b 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -244,7 +244,7 @@ class Ladestation_v2 extends IPSModule $power = $this->GetValue("Mindestaldestrom") * 400 * 1.71; } - $this->SetValue("Power", $power) + $this->SetValue("Power", $power); }