This commit is contained in:
2025-04-07 15:43:31 +02:00
parent 507f94243f
commit 7d53db48b8

View File

@@ -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.";
}
}
}
?>