musste Vorzeichen wieder umkehreen, das sonst nur laden, statt entladen, in SoC kapazität reserve Möglich ist
This commit is contained in:
+1
-1
@@ -358,7 +358,7 @@ public function RequestAction($Ident, $Value)
|
||||
|
||||
|
||||
$filtered_powersteps = array_filter($array_powersteps, function ($value) {
|
||||
return $value >= 0;
|
||||
return $value <= 0;
|
||||
});
|
||||
$filtered_powersteps_laden = array_values($filtered_powersteps);
|
||||
$this->SetValue("PowerSteps", json_encode($filtered_powersteps_laden));
|
||||
|
||||
Reference in New Issue
Block a user