-
This commit is contained in:
+2
-2
@@ -95,8 +95,8 @@ public function RequestAction($Ident, $Value)
|
|||||||
{
|
{
|
||||||
|
|
||||||
// Ausgewählte Variablen aus der Instanzkonfiguration lesen
|
// Ausgewählte Variablen aus der Instanzkonfiguration lesen
|
||||||
$entladeleistungID = $this->ReadPropertyInteger("Entladeleistung");
|
$entladeleistungID = $this->ReadPropertyFloat("Entladeleistung");
|
||||||
$ladeleistungID = $this->ReadPropertyInteger("Ladeleistung");
|
$ladeleistungID = $this->ReadPropertyFloat("Ladeleistung");
|
||||||
|
|
||||||
// Überprüfen, ob die Entladeleistung-ID korrekt gesetzt ist
|
// Überprüfen, ob die Entladeleistung-ID korrekt gesetzt ist
|
||||||
if ($entladeleistungID > 0) {
|
if ($entladeleistungID > 0) {
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.050",
|
"version": "1.051",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user