no message

This commit is contained in:
belevo\mh
2026-04-17 13:00:11 +02:00
parent a6f48db791
commit c11362dd77
+1 -1
View File
@@ -627,7 +627,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
$totalPower_ist = 0;
foreach ($batteriesRaw as $bat) {
$totalPower_ist += (-1)*GetValue($bat->register_bat_power);
$totalPower_ist += GetValue($bat->register_bat_power);
}
// ----------------------------