Class ForceDischarge.Params
java.lang.Object
io.openems.edge.battery.protection.force.ForceDischarge.Params
- Enclosing class:
- ForceDischarge
Holds parameters for 'Force Discharge' mode.
-
Constructor Summary
ConstructorsConstructorDescriptionParams
(int startDischargeAboveCellVoltage, int dischargeAboveCellVoltage, int blockChargeAboveCellVoltage) -
Method Summary
-
Constructor Details
-
Params
public Params(int startDischargeAboveCellVoltage, int dischargeAboveCellVoltage, int blockChargeAboveCellVoltage)
-