This commit is contained in:
2025-04-07 15:23:24 +02:00
parent 6c56a4bfbe
commit 383e8dbeca

View File

@@ -21,7 +21,7 @@ class Ladestation_v2 extends IPSModule
$this->RegisterVariableFloat("Max_Current", 0);
$this->RegisterVariableBoolean("Is_1_ph", "Is_1_ph", "", false);
$this->RegisterVariableBoolean("Car_Detected", false);
$this->RegisterPropertyInteger("Pending_Counter", "Pending_Counter", "", 0);
$this->RegisterVariableInteger("Pending_Counter", "Pending_Counter", "", 0);
$this->RegisterVariableBoolean("Car_is_full", "Car_is_full", "", false);
$this->RegisterVariableBoolean("Ladebereit", "Ladebereit", "~Switch", 1);
$this->RegisterVariableBoolean("Solarladen", "Solarladen", "~Switch", 0);