Performance statistics: add JSON file storage support.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index 4eee07fb78ca365807afbbe2c8afe12d3cd97dc6..eb30dd4a345b8d35b9088ce1101ef184b32643bd 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-ABB",
   "chargePointModel": "MD_TERRA_53",
   "chargePointVendor": "ABB",
@@ -7,9 +7,9 @@
   "power": 50000,
   "powerSharedByConnectors": true,
   "powerUnit": "W",
-  "powerOutType": "DC",
+  "currentOutType": "DC",
   "numberOfConnectors": 2,
-  "useConnectorId0": false,
+  "useConnectorId0": true,
   "randomConnectors": false,
   "resetTime": 30,
   "enableStatistics": false,
@@ -62,7 +62,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": true
+    "stopOnConnectionFailure": true,
+    "requireAuthorize": true
   },
   "Connectors": {
     "0": {},