Update README.md
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual.station-template.json
index 2b8a2bc18fc0e842ccdf40723378bfeccf3fc79c..62bf86c7037eafedb363291e4b3927edf8132564 100644 (file)
@@ -9,11 +9,6 @@
   "randomConnectors": false,
   "Configuration": {
     "configurationKey": [
-      {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 9
-      },
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
       {
         "key": "LocalAuthListEnabled",
         "readonly": false,
-        "value": false
+        "value": "false"
       },
       {
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
-        "value": false
+        "value": "false"
       }
     ]
   },
@@ -40,8 +35,8 @@
     "enable": false,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
     "stopOnConnectionFailure": false