refactor: move template firmware defaults to constants
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index a5e46f60673e3078afd9386c4b3995c0800477b5..3746c4fdd91e8277ebc5167c563cbd3cf88fb673 100644 (file)
@@ -34,6 +34,12 @@ export class Constants {
     useConnectorId0: true,
     ocppVersion: OCPPVersion.VERSION_16,
     firmwareVersionPattern: Constants.SEMVER_PATTERN,
+    firmwareUpgrade: {
+      versionUpgrade: {
+        step: 1
+      },
+      reset: true
+    },
     ocppPersistentConfiguration: true,
     stationInfoPersistentConfiguration: true,
     automaticTransactionGeneratorPersistentConfiguration: true,