Überlegungsfehler, alles nochmal invertiert

This commit is contained in:
2025-02-25 16:41:24 +01:00
parent 0690c972c9
commit 967f34e2df
2 changed files with 7 additions and 7 deletions

View File

@@ -117,13 +117,13 @@ public function RequestAction($Ident, $Value)
}else{
if ($power >= 0) {
$this->SetValue("Entladeleistung", $power);
$this->SetValue("Ladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 4);
$this->SetValue("Ladeleistung", $power);
$this->SetValue("Entladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 3);
} else {
$this->SetValue("Ladeleistung", abs($power));
$this->SetValue("Entladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 3);
$this->SetValue("Entladeleistung", abs($power));
$this->SetValue("Ladeleistung", 0);
$this->SetValue("Laden3_Entladen4", 4);
}
}

View File

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