From adc6615ded6d26e2b6b6e9023618ed79ae8d5a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Mon, 7 Apr 2025 16:19:42 +0200 Subject: [PATCH] d --- 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 5e3fee9..a0e5d5e 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -20,7 +20,7 @@ class Ladestation_v2 extends IPSModule // Ladestationspezifische Variabeln $this->RegisterVariableFloat("Max_Current","Max_Current","", 0); $this->RegisterVariableBoolean("Is_1_ph", "Is_1_ph", "", false); - $this->RegisterVariableBoolean("Car_Detected", "Car_Detected","", false); + $this->RegisterVariableBoolean("Car_detected", "Car_detected","", false); $this->RegisterVariableInteger("Pending_Counter", "Pending_Counter", "", 0); $this->RegisterVariableBoolean("Car_is_full", "Car_is_full", "", false); $this->RegisterVariableBoolean("Ladebereit", "Ladebereit", "~Switch", 1);