fehler evt korrigiert

This commit is contained in:
belevo\mh
2025-02-24 09:59:43 +01:00
parent 7bc5610ddc
commit 606a249a89
2 changed files with 3 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ class Batterie extends IPSModule
$this->RegisterVariableFloat("Bezogene_Energie", "Bezogene_Energie", "", 0);
$this->RegisterVariableFloat("AktuelleLadeleistung", "Aktuelle Ladeleistung", "", 0);
$this->RegisterVariableFloat("AktuelleEntladeleistung", "Aktuelle Entladeleistung", "", 0);
$this->RegisterVariableInteger("AktuelleLadeleistung", "Aktuelle Ladeleistung", "", 0);
$this->RegisterVariableInteger("AktuelleEntladeleistung", "Aktuelle Entladeleistung", "", 0);
// Hilfsvariabeln für Idle zustand
$this->RegisterPropertyInteger("IdleCounterMax", 2);
$this->RegisterVariableInteger("IdleCounter", "IdleCounter", "", 0);

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "1.049",
"version": "1.050",
"build": 0,
"date": 0
}