change the force calibration charge as enum instead of boolean

This commit is contained in:
atef 2023-11-27 09:27:27 +01:00
parent bdad83995d
commit fce689d551
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
namespace InnovEnergy.App.SaliMax.SystemConfig;
public enum CalibrationChargeType
{
No,
UntilEoc,
Yes
}