no message

This commit is contained in:
2026-02-05 17:00:42 +01:00
parent 92e4393b12
commit 4a3fb06b21

View File

@@ -622,7 +622,7 @@ private function CalculateBatteryDistribution(float $pEvW, float $pSdlW): array
$this->SetValue("Aktuelle_Leistung_EV", $totalPower_ist/($pEvW + $pSdlW)*$pEvW);
$this->SetValue("Aktuelle_Leistung_SDL",, $totalPower_ist/($pEvW + $pSdlW)*$pSdlW);
$this->SetValue("Aktuelle_Leistung_SDL", $totalPower_ist/($pEvW + $pSdlW)*$pSdlW);
return $finalOutput;
}