no message

This commit is contained in:
2025-03-07 16:17:57 +01:00
parent 86080f952c
commit bf7f76b4c4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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