no message

This commit is contained in:
2026-05-19 14:20:46 +02:00
parent 68e57a0f61
commit 8d2c2b29b1
+1 -1
View File
@@ -1104,7 +1104,7 @@ class Bat_EV_SDL_V4 extends IPSModule
// SDL muss im neutralen Bereich sein. // SDL muss im neutralen Bereich sein.
// Zwischen 50% und 60% ist die EV-Rückrechnung erlaubt. // 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( $this->SendDebug(
"EV_Recalc", "EV_Recalc",
"Skip: SDL nicht im Bereich 50-60%, aktuell=" . round($sdlPct, 3) . "%", "Skip: SDL nicht im Bereich 50-60%, aktuell=" . round($sdlPct, 3) . "%",