Profil hinzugefügt

This commit is contained in:
belevo\mh
2025-02-24 15:58:45 +01:00
parent 14ad79b697
commit 29c856331e
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ class Batterie extends IPSModule
//$this->RegisterPropertyFloat("Ladeleistung",0);
// Variabeln für Kommunkation mit Manager
$this->RegisterVariableFloat("Entladeleistung","Entladeleistung",0);
$this->RegisterVariableFloat("Ladeleistung","Ladeleistung",0);
$this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0);
$this->RegisterVariableFloat("Ladeleistung","Ladeleistung", "",0);
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
$this->RegisterVariableString("PowerSteps", "PowerSteps");
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);

View File

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