remove stray ControllerPConstant from config

This commit is contained in:
ig 2023-06-22 10:09:15 +02:00
parent f1c03ad333
commit 5976ce3a8c
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ public class Config //TODO: let IE choose from config files (Json) and connect t
public Double GridSetPoint { get; set; }
public Double BatterySelfDischargePower { get; set; }
public Double HoldSocZone { get; set; }
public Double ControllerPConstant { get; set; }
public Double MaxDcBusVoltage { get; set; }
public Double MinDcBusVoltage { get; set; }
@ -34,7 +33,6 @@ public class Config //TODO: let IE choose from config files (Json) and connect t
GridSetPoint = 0,
BatterySelfDischargePower = 200, // TODO: multiple batteries
HoldSocZone = 1, // TODO: find better name,
ControllerPConstant = 0.5,
MinDcBusVoltage = 730,
ReferenceDcBusVoltage = 750,
MaxDcBusVoltage = 770,