change the force calibration charge as enum instead of boolean
This commit is contained in:
parent
bdad83995d
commit
fce689d551
|
@ -0,0 +1,8 @@
|
||||||
|
namespace InnovEnergy.App.SaliMax.SystemConfig;
|
||||||
|
|
||||||
|
public enum CalibrationChargeType
|
||||||
|
{
|
||||||
|
No,
|
||||||
|
UntilEoc,
|
||||||
|
Yes
|
||||||
|
}
|
Loading…
Reference in New Issue