div fehler
This commit is contained in:
@@ -9,11 +9,11 @@ class Batterie extends IPSModule
|
||||
// Batterie spezifische Eigenschaften
|
||||
$this->RegisterPropertyInteger("MaxBatterieleistung", 0);
|
||||
$this->RegisterPropertyInteger("Batteriespannung", 50);
|
||||
$this->RegisterPropertyInteger("AufdasNachladen","AufdasNachladen","",0);
|
||||
$this->RegisterPropertyInteger("MinimumEntladen","MinimumEntladen","",0);
|
||||
$this->RegisterPropertyInteger("Entladestrom","Entladestrom","",0);
|
||||
$this->RegisterPropertyInteger("Ladestrom","Ladestrom","",0);
|
||||
$this->RegisterPropertyInteger("Batterieladezustand","Batterieladezustand","",0);
|
||||
$this->RegisterPropertyInteger("AufdasNachladen",0);
|
||||
$this->RegisterPropertyInteger("MinimumEntladen",0);
|
||||
$this->RegisterPropertyInteger("Entladestrom",0);
|
||||
$this->RegisterPropertyInteger("Ladestrom",0);
|
||||
$this->RegisterPropertyInteger("Batterieladezustand",0);
|
||||
|
||||
// Variabeln für Kommunkation mit Manager
|
||||
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
|
||||
|
||||
Reference in New Issue
Block a user