From 7d53db48b864cc91d4ff9905a791497231b4639e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 7 Apr 2025 15:43:31 +0200 Subject: [PATCH] syntax --- Ladestation_v2/module.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 80a2bfd..5787cd1 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -18,7 +18,7 @@ class Ladestation_v2 extends IPSModule // Ladestationspezifische Variabeln - $this->RegisterVariableFloat("Max_Current","Max_Current","" 0); + $this->RegisterVariableFloat("Max_Current","Max_Current","", 0); $this->RegisterVariableBoolean("Is_1_ph", "Is_1_ph", "", false); $this->RegisterVariableBoolean("Car_Detected", false); $this->RegisterVariableInteger("Pending_Counter", "Pending_Counter", "", 0); @@ -454,7 +454,5 @@ class Ladestation_v2 extends IPSModule return "Invalid value. Must be between 0 and 32."; } } - - } ?>