update calibration charge type
This commit is contained in:
parent
d9ae1d7b94
commit
55fc1708da
|
@ -2,7 +2,7 @@ namespace InnovEnergy.App.SaliMax.SystemConfig;
|
||||||
|
|
||||||
public enum CalibrationChargeType
|
public enum CalibrationChargeType
|
||||||
{
|
{
|
||||||
No,
|
RepetitivelyEvery,
|
||||||
UntilEoc,
|
AdditionallyOnce,
|
||||||
Yes
|
ChargePermanently
|
||||||
}
|
}
|
Loading…
Reference in New Issue