no message

This commit is contained in:
2025-03-07 16:50:28 +01:00
parent 68bf489ed2
commit ac82840bd1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -185,12 +185,12 @@ public function RequestAction($Ident, $Value)
if($Peak){
IPS_LogMessage("Batterie", "Im if teil");
if($batterieladezustand>$aufdasnachladen && $hyst==true){
if($batterieladezustand>$aufdasnachladen && $hyst==false){
$dummy_array[] = $netzbezug;
$this->SetValue("PowerSteps", json_encode($dummy_array));
}elseif($batterieladezustand>$aufdasnachladen && $hyst==false){
}elseif($batterieladezustand>$aufdasnachladen && $hyst==true){
$filtered_powersteps = array_filter($array_powersteps, function ($value) {