Refactoring Managermodul
This commit is contained in:
@@ -29,8 +29,8 @@ class Ladestation_Universal extends IPSModule
|
||||
$this->RegisterPropertyInteger("MaxLeistung_1ph", 7800);
|
||||
$this->RegisterPropertyString("IP_Adresse", "0.0.0.0");
|
||||
|
||||
$this->RegisterVariableBoolean("Ladebereit", "Ladebereit", "~Switch", 11);
|
||||
$this->RegisterVariableBoolean("Solarladen", "Solarladen", "~Switch", 11);
|
||||
$this->RegisterVariableBoolean("Ladebereit", "Ladebereit", "~Switch", 1);
|
||||
$this->RegisterVariableBoolean("Solarladen", "Solarladen", "~Switch", 0);
|
||||
$this->RegisterVariableInteger("Fahrzeugstatus", "Fahrzeugstatus", "", 0);
|
||||
$this->RegisterVariableInteger("Lademodus", "Lademodus", "", 0);
|
||||
$this->RegisterVariableFloat("Ladeleistung_Effektiv", "Ladeleistung_Effektiv", "", 0);
|
||||
|
||||
Reference in New Issue
Block a user