From 55fc1708da7075c60ac4a026f8f9684cdca05dac Mon Sep 17 00:00:00 2001 From: Noe Date: Mon, 11 Mar 2024 16:09:06 +0100 Subject: [PATCH] update calibration charge type --- .../App/SaliMax/src/SystemConfig/CalibrationChargeType.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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