Refactoring Managermodul

This commit is contained in:
2024-11-28 14:15:31 +01:00
parent 9b8428cc78
commit 77ca1724f7
3 changed files with 44 additions and 69 deletions

View File

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