viele fehler

This commit is contained in:
mh
2025-02-24 14:08:00 +01:00
parent 275e9a87d2
commit a957c8c6b5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class Batterie extends IPSModule
$this->RegisterPropertyInteger("AufdasNachladen",0); $this->RegisterPropertyInteger("AufdasNachladen",0);
$this->RegisterPropertyInteger("MinimumEntladen",0); $this->RegisterPropertyInteger("MinimumEntladen",0);
$this->RegisterPropertyInteger("Batterieladezustand",0); $this->RegisterPropertyInteger("Batterieladezustand",0);
$this->RegisterPropertyInteger("Entladeleistung",0); $this->RegisterPropertyFloat("Entladeleistung",0);
$this->RegisterPropertyInteger("Ladeleistung",0); $this->RegisterPropertyFloat("Ladeleistung",0);
// Variabeln für Kommunkation mit Manager // Variabeln für Kommunkation mit Manager
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0); $this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.066", "version": "1.067",
"build": 0, "build": 0,
"date": 0 "date": 0
} }