diff --git a/csharp/App/SaliMax/src/SystemConfig/CalibrationChargeType.cs b/csharp/App/SaliMax/src/SystemConfig/CalibrationChargeType.cs index bbad073ce..01a0b4b3e 100644 --- a/csharp/App/SaliMax/src/SystemConfig/CalibrationChargeType.cs +++ b/csharp/App/SaliMax/src/SystemConfig/CalibrationChargeType.cs @@ -2,7 +2,7 @@ namespace InnovEnergy.App.SaliMax.SystemConfig; public enum CalibrationChargeType { - No, - UntilEoc, - Yes + RepetitivelyEvery, + AdditionallyOnce, + ChargePermanently } \ No newline at end of file