< durch >

This commit is contained in:
2025-03-07 16:14:07 +01:00
parent 75ac02d3e7
commit b103b14cb4
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ public function RequestAction($Ident, $Value)
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){
$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));