refactor: cleanup charging station events handling
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / siemens.station-template.json
index 4d78cca233dfccf6563f49138d07022a6324367e..439b5f92c53c2f67000d8c7a1c0bdbc6245bfeab 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "authorizationFile": "authorization-tags.json",
+  "idTagsFile": "idtags.json",
   "baseName": "CS-SIEMENS",
   "fixedName": true,
   "chargePointModel": "SIEMENSXX213",
@@ -24,7 +24,7 @@
       {
         "key": "SupportedFeatureProfiles",
         "readonly": true,
-        "value": "Core,LocalAuthListManagement"
+        "value": "Core,LocalAuthListManagement,Reservation"
       },
       {
         "key": "LocalAuthListEnabled",
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
         "value": "false"
+      },
+      {
+        "key": "WebSocketPingInterval",
+        "readonly": false,
+        "value": "60"
+      },
+      {
+        "key": "ReserveConnectorZeroSupported",
+        "readonly": false,
+        "value": "false"
       }
     ]
   },
@@ -64,8 +74,6 @@
       "MeterValues": [
         {
           "context": "Sample.Periodic",
-          "format": "Raw",
-          "measurand": "Energey.Active.Import.Register",
           "unit": "Wh"
         }
       ]