From e924a1336698f333bc1d9bf096830e70319e2915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 7 Mar 2025 15:04:32 +0100 Subject: [PATCH] no message --- Batterie/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Batterie/module.php b/Batterie/module.php index b765409..c1e9d59 100644 --- a/Batterie/module.php +++ b/Batterie/module.php @@ -214,7 +214,7 @@ public function RequestAction($Ident, $Value) }); $this->SetValue("PowerSteps", json_encode($filtered_powersteps_entladen)); - }elseif($batterieladezustand>=$aufdasnachladen && $hyst==false){ + }elseif($batterieladezustand>=$aufdasnachladen && $hyst==true){ $this->SetValue("PowerSteps", json_encode($array_powersteps)); IPS_LogMessage("Batterie", "im 2"); diff --git a/library.json b/library.json index b7ab3be..287fa61 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.253", + "version": "1.254", "build": 0, "date": 0 } \ No newline at end of file