Switch to rollup-plugin-typescript2 plugin
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index c92c76fdfc4068407542421741d42b8fdcdb33a6..3f743f966537f473db87b9c88af59c2be4d6a9a5 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",
@@ -9,9 +9,9 @@
   "powerUnit": "W",
   "powerOutType": "DC",
   "numberOfConnectors": 2,
-  "useConnectorId0": false,
+  "useConnectorId0": true,
   "randomConnectors": false,
-  "resetTime": "30",
+  "resetTime": 30,
   "enableStatistics": false,
   "Configuration": {
     "configurationKey": [
@@ -23,7 +23,7 @@
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
-        "value": 30
+        "value": "30"
       },
       {
         "key": "SupportedFeatureProfiles",
         "readonly": false,
         "value": "false"
       },
+      {
+        "key": "WebSocketPingInterval",
+        "readonly": false,
+        "value": "60"
+      },
       {
         "key": "VendorKey",
         "readonly": false,
@@ -57,7 +62,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": true
+    "stopOnConnectionFailure": true,
+    "requireAuthorize": false
   },
   "Connectors": {
     "0": {},