Class ForceCharge.Params
java.lang.Object
io.openems.edge.battery.protection.force.ForceCharge.Params
- Enclosing class:
- ForceCharge
Holds parameters for 'Force Charge' mode.
-
Constructor Summary
ConstructorsConstructorDescriptionParams
(int startChargeBelowCellVoltage, int chargeBelowCellVoltage, int blockDischargeBelowCellVoltage) -
Method Summary
-
Constructor Details
-
Params
public Params(int startChargeBelowCellVoltage, int chargeBelowCellVoltage, int blockDischargeBelowCellVoltage)
-