README.md: add more documentation for cs template
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple.station-template.json
index d2ff814a8e5fd7569f08b2ae8175d3cb21cb78be..4af1ab1da97eb4ba46ae0aeb0d8f7aa397a0fec0 100644 (file)
@@ -1,12 +1,12 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-BASIC",
   "chargePointModel": "Simulator simple",
   "chargePointVendor": "Ovomaltin",
   "power": 50000,
   "powerUnit": "W",
   "powerSharedByConnectors": true,
-  "powerOutType": "DC",
+  "currentOutType": "DC",
   "numberOfConnectors": 3,
   "randomConnectors": false,
   "Configuration": {
@@ -46,7 +46,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": false
   },
   "Connectors": {
     "0": {},