This commit is contained in:
belevo\mh
2025-02-24 10:03:54 +01:00
parent 606a249a89
commit 00f16ad917
2 changed files with 3 additions and 3 deletions

View File

@@ -95,8 +95,8 @@ public function RequestAction($Ident, $Value)
{
// Ausgewählte Variablen aus der Instanzkonfiguration lesen
$entladeleistungID = $this->ReadPropertyInteger("Entladeleistung");
$ladeleistungID = $this->ReadPropertyInteger("Ladeleistung");
$entladeleistungID = $this->ReadPropertyFloat("Entladeleistung");
$ladeleistungID = $this->ReadPropertyFloat("Ladeleistung");
// Überprüfen, ob die Entladeleistung-ID korrekt gesetzt ist
if ($entladeleistungID > 0) {

View File

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