Merge branch 'master' of github.com:jerome-benoit/charging-stations-simulator
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual.station-template.json
index 5082c774879411744240b6d858706259a8965bb2..d330a85cc1a6e7263d8e57c09b980af9b7c7f774 100644 (file)
@@ -1,12 +1,12 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-SIMU",
   "chargePointModel": "Simulator connectors",
   "chargePointVendor": "Ovomaltin",
   "power": 50000,
   "powerUnit": "W",
   "powerSharedByConnectors": true,
-  "powerOutType": "DC",
+  "currentOutType": "DC",
   "numberOfConnectors": 9,
   "randomConnectors": false,
   "Configuration": {
@@ -19,7 +19,7 @@
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
-        "value": 30
+        "value": "30"
       },
       {
         "key": "SupportedFeatureProfiles",
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
         "value": "false"
+      },
+      {
+        "key": "WebSocketPingInterval",
+        "readonly": false,
+        "value": "60"
       }
     ]
   },
@@ -46,7 +51,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": true
   },
   "Connectors": {
     "0": {},