This commit is contained in:
2025-04-07 16:13:17 +02:00
parent e72b218a58
commit 8e5723bce9

View File

@@ -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);