no message

This commit is contained in:
2026-02-05 17:21:00 +01:00
parent 1e7efaef6e
commit a902604003

View File

@@ -624,10 +624,10 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
foreach ($batteriesRaw as $bat) {
print_r($bat);
print_r("\N");
print_r($GetValue($bat['register_bat_power']));
print_r($GetValue($bat->register_bat_power));
print_r("\N");
$totalPower_ist += GetValue($bat['register_bat_power']);
$totalPower_ist += GetValue($bat->register_bat_power);
}