From 9528eab9d77bb1183b5d69bcb7f710f4249736aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 8 Apr 2025 10:19:07 +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 d00ddd1..226e49b 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","Maximaler Ladestrom","~Switch", 0); + $this->RegisterVariableFloat("Max_Current","Maximaler Ladestrom","", 0); IPS_SetHidden($this->GetIDForIdent("Max_Current"), true); $this->RegisterVariableBoolean("Is_1_ph", "Auto lädt 1-Phasig", "~Switch", false); $this->RegisterVariableBoolean("Car_detected", "Auto erkannt","~Switch", false);