no message

This commit is contained in:
belevo\mh
2026-04-22 07:28:41 +02:00
parent 791c7eb04c
commit 87b30c9c8c
+1 -1
View File
@@ -782,7 +782,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
// Parameter: Toleranzband + Anzahl Treffer // Parameter: Toleranzband + Anzahl Treffer
// Beispiel: 300W Band, 2 Treffer (bei 2s Update => ~4s stabil) // Beispiel: 300W Band, 2 Treffer (bei 2s Update => ~4s stabil)
$tolPct = 0.10; // 10% $tolPct = 0.20; // 10%
$needHits = 1; // 2 Treffer hintereinander (oder 1 für sofort) $needHits = 1; // 2 Treffer hintereinander (oder 1 für sofort)
$tolW_EV = abs($targetEV) * $tolPct; $tolW_EV = abs($targetEV) * $tolPct;