build(simulator): features for reserve-now and cancel-reservation support added
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / virtual-simple.station-template.json
index c10fc3c55085768fc0c6e75071623df7c05af479..8a0c28011a8f9e0a7bef52754b0bc6843b15aa5f 100644 (file)
@@ -1,10 +1,12 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "idTagsFile": "idtags.json",
   "baseName": "CS-BASIC",
   "chargePointModel": "Simulator simple",
   "chargePointVendor": "Ovomaltin",
   "power": 50000,
   "powerUnit": "W",
+  "powerSharedByConnectors": true,
+  "currentOutType": "DC",
   "numberOfConnectors": 3,
   "randomConnectors": false,
   "Configuration": {
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
-        "value": 30
+        "value": "30"
       },
       {
         "key": "SupportedFeatureProfiles",
         "readonly": true,
-        "value": "Core,LocalAuthListManagement"
+        "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation"
       },
       {
         "key": "LocalAuthListEnabled",
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
         "value": "false"
+      },
+      {
+        "key": "WebSocketPingInterval",
+        "readonly": false,
+        "value": "60"
+      },
+      {
+        "key": "ReserveConnectorZeroSupported",
+        "readonly": false,
+        "value": "true"
       }
     ]
   },
@@ -44,7 +56,8 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": true
   },
   "Connectors": {
     "0": {},