Update deps
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb-atg.station-template.json
index edc4c82797b9948f45126cd4b72dda0e7d321a41..316f8b3eac6df74351d7e31d12e80d496361ff08 100644 (file)
@@ -1,6 +1,7 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-ABB",
+  "nameSuffix": "-Roaming",
   "chargePointModel": "MD_TERRA_53",
   "chargePointVendor": "ABB",
   "firmwareVersion": "4.0.4.22",
@@ -23,7 +24,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 +63,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": true
   },
   "Connectors": {
     "0": {},