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