get valöie eingefühjgt

This commit is contained in:
2025-03-07 14:54:46 +01:00
parent 4f9564be3d
commit 58ea9aa88e
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ public function RequestAction($Ident, $Value)
$minimumentladen = $this->ReadPropertyInteger("MinimumEntladen"); $minimumentladen = $this->ReadPropertyInteger("MinimumEntladen");
$maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung"); $maxleistung = $this->ReadPropertyInteger("MaxBatterieleistung");
$dummy_array = []; $dummy_array = [];
$batterieladezustand = $this->ReadPropertyInteger("Batterieladezustand"); $batterieladezustand = GetValue($this->ReadPropertyInteger("Batterieladezustand"));
if ($this->ReadPropertyInteger("Batteriemanagement") == 1) { if ($this->ReadPropertyInteger("Batteriemanagement") == 1) {
$dummy_array[] = 0; $dummy_array[] = 0;

View File

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