Fully implement getConfiguration
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple.station-template.json
index f2cc557c2956d32cfa00710a084b54f2b42db286..d197d127f9eecda862a4144d312a2dcabcfb3a9c 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": false,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
     "stopOnConnectionFailure": false