evt fehler behoben

This commit is contained in:
belevo\mh
2025-02-24 15:54:28 +01:00
parent 87ea766c9a
commit c67878c974
2 changed files with 5 additions and 5 deletions

View File

@@ -109,11 +109,11 @@ public function RequestAction($Ident, $Value)
if ($power >= 0) { if ($power >= 0) {
SetValue($this->GetIDForIdent("Ladeleistung"), $power); $this->SetValue("Ladeleistung", $power);
SetValue($this->GetIDForIdent("Entladeleistung"), 0); $this->SetValue("Entladeleistung", 0);
} else { } else {
SetValue($this->GetIDForIdent("Entladeleistung"), abs($power)); $this->SetValue("Entladeleistung", abs($power));
SetValue($this->GetIDForIdent("Ladeleistung"), 0); $this->SetValue("Ladeleistung", 0);
} }

View File

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