div fehler

This commit is contained in:
belevo\mh
2024-12-11 16:27:57 +01:00
parent de7f8a02c5
commit 4cef300dbc
2 changed files with 6 additions and 6 deletions

View File

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