From 8d2c2b29b13b55b3f715d4f2be161bd30b1ac329 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 19 May 2026 14:20:46 +0200 Subject: [PATCH] no message --- Bat_EV_SDL_V4/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bat_EV_SDL_V4/module.php b/Bat_EV_SDL_V4/module.php index b6f1f04..a06cae5 100644 --- a/Bat_EV_SDL_V4/module.php +++ b/Bat_EV_SDL_V4/module.php @@ -1104,7 +1104,7 @@ class Bat_EV_SDL_V4 extends IPSModule // SDL muss im neutralen Bereich sein. // Zwischen 50% und 60% ist die EV-Rückrechnung erlaubt. - if ($sdlPct < 50.0 || $sdlPct > 60.0) { + if ($sdlPct < 50.0 || $sdlPct > 51.0) { $this->SendDebug( "EV_Recalc", "Skip: SDL nicht im Bereich 50-60%, aktuell=" . round($sdlPct, 3) . "%",