no message

This commit is contained in:
2025-03-07 16:15:42 +01:00
parent b103b14cb4
commit 86080f952c
2 changed files with 3 additions and 3 deletions

View File

@@ -225,13 +225,13 @@ public function RequestAction($Ident, $Value)
$filtered_powersteps_laden = array_values($filtered_powersteps);
$this->SetValue("PowerSteps", json_encode($filtered_powersteps_laden));
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==true){
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){
$this->SetValue("PowerSteps", json_encode($array_powersteps));
IPS_LogMessage("Batterie", "im 2");
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){
}elseif($batterieladezustand>=$aufdasnachladen && $hyst==true){
$filtered_powersteps = array_filter($array_powersteps, function ($value) {
return $value <= 0;

View File

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