fix: fix async lock property value at init
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index eb30dd4a345b8d35b9088ce1101ef184b32643bd..0c6b233adf47329098666c927ef500ccbdbcfa38 100644 (file)
@@ -1,8 +1,9 @@
 {
-  "authorizationFile": "authorization-tags.json",
+  "idTagsFile": "idtags.json",
   "baseName": "CS-ABB",
   "chargePointModel": "MD_TERRA_53",
   "chargePointVendor": "ABB",
+  "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
   "firmwareVersion": "4.0.4.22",
   "power": 50000,
   "powerSharedByConnectors": true,
@@ -28,7 +29,7 @@
       {
         "key": "SupportedFeatureProfiles",
         "readonly": true,
-        "value": "Core,LocalAuthListManagement"
+        "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
       },
       {
         "key": "LocalAuthListEnabled",
         "key": "WebSocketPingInterval",
         "readonly": false,
         "value": "60"
-      },
-      {
-        "key": "VendorKey",
-        "readonly": false,
-        "value": "VendorValue",
-        "visible": false,
-        "reboot": true
       }
     ]
   },