no message

This commit is contained in:
belevo\mh
2026-02-11 15:57:36 +01:00
parent daff7a81e5
commit 4f7ecf1aae

View File

@@ -625,6 +625,11 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
foreach ($batteriesRaw as $bat) {
$totalPower_ist += GetValue($bat->register_bat_power);
$this->SendDebug(
"Battery " . ($index + 1),
"Register ID: " . $bat->register_bat_power . " | Power: " . $power,
0
);
}