Properly implement StopTransaction.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple-atg.station-template.json
index 808d4c0c90abef2ba7b07579c7e7fcb14ec815fe..fdeeefc524a96c3208f3f69c9a42ad12221afd43 100644 (file)
@@ -9,11 +9,6 @@
   "randomConnectors": false,
   "Configuration": {
     "configurationKey": [
-      {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 3
-      },
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
@@ -40,8 +35,8 @@
     "enable": true,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
     "stopOnConnectionFailure": false