Profil hinzugefügt
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ class Batterie extends IPSModule
|
|||||||
//$this->RegisterPropertyFloat("Ladeleistung",0);
|
//$this->RegisterPropertyFloat("Ladeleistung",0);
|
||||||
|
|
||||||
// Variabeln für Kommunkation mit Manager
|
// Variabeln für Kommunkation mit Manager
|
||||||
$this->RegisterVariableFloat("Entladeleistung","Entladeleistung",0);
|
$this->RegisterVariableFloat("Entladeleistung","Entladeleistung", "",0);
|
||||||
$this->RegisterVariableFloat("Ladeleistung","Ladeleistung",0);
|
$this->RegisterVariableFloat("Ladeleistung","Ladeleistung", "",0);
|
||||||
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
|
$this->RegisterVariableInteger("Aktuelle_Leistung", "Aktuelle_Leistung", "", 0);
|
||||||
$this->RegisterVariableString("PowerSteps", "PowerSteps");
|
$this->RegisterVariableString("PowerSteps", "PowerSteps");
|
||||||
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);
|
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.070",
|
"version": "1.071",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user