Delete unecessary comment

This commit is contained in:
atef 2025-03-14 13:24:01 +01:00
parent 43520c9041
commit 55638afc36
1 changed files with 0 additions and 4 deletions

View File

@ -53,7 +53,6 @@ public static class Controller
};
var essDelta = s.ComputePowerDelta(mode);
essDelta.WriteLine("Power Correction");
var unlimitedControl = new EssControl
{
@ -141,9 +140,6 @@ public static class Controller
{
var chargePower = s.AcDc.Devices.Sum(d => d.Status.Nominal.Power.Value);
s.Config.GridSetPoint.WriteLine(" GridSetPoint");
return mode switch
{
EssMode.ReachMinSoc => s.ControlInverterPower(chargePower),