diff --git a/Batterie/module.php b/Batterie/module.php index 6f018ef..9e32cb0 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -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); diff --git a/library.json b/library.json index 16660ab..fab2fc0 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.186", + "version": "0.187", "build": 0, "date": 0 } \ No newline at end of file