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