no message
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user