lade / entladeleistung musste auch noch gedreht werden

This commit is contained in:
dh
2025-02-25 16:38:13 +01:00
parent e2763916fd
commit 0690c972c9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -117,12 +117,12 @@ public function RequestAction($Ident, $Value)
}else{ }else{
if ($power >= 0) { if ($power >= 0) {
$this->SetValue("Ladeleistung", $power); $this->SetValue("Entladeleistung", $power);
$this->SetValue("Entladeleistung", 0); $this->SetValue("Ladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 4); $this->SetValue("Laden3_Entladen4", 4);
} else { } else {
$this->SetValue("Entladeleistung", abs($power)); $this->SetValue("Ladeleistung", abs($power));
$this->SetValue("Ladeleistung", 0); $this->SetValue("Entladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 3); $this->SetValue("Laden3_Entladen4", 3);
} }
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.084", "version": "1.085",
"build": 0, "build": 0,
"date": 0 "date": 0
} }