This commit is contained in:
belevo\mh
2024-12-11 15:40:44 +01:00
parent e759ac1e9d
commit 3eae7fd56e
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class Batterie extends IPSModule
// Variabeln für Kommunkation mit Manager
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
$this->RegisterVariableString("PowerSteps", "PowerSteps");
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);
// Hilfsvariabeln für Idle zustand
$this->RegisterPropertyInteger("IdleCounterMax", 2);

View File

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