remove stray ControllerPConstant from config
This commit is contained in:
parent
f1c03ad333
commit
5976ce3a8c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue