Fixlet to templates.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index 155526efb29141bee22f78e19d60310c9eb3959d..4eee07fb78ca365807afbbe2c8afe12d3cd97dc6 100644 (file)
@@ -11,7 +11,7 @@
   "numberOfConnectors": 2,
   "useConnectorId0": false,
   "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,
@@ -50,7 +55,7 @@
     ]
   },
   "AutomaticTransactionGenerator": {
-    "enable": true,
+    "enable": false,
     "minDuration": 60,
     "maxDuration": 80,
     "minDelayBetweenTwoTransactions": 15,