feat: set supervision url through the UI protocol
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index eb30dd4a345b8d35b9088ce1101ef184b32643bd..2aef581adf4a69b486af99c06dfbbfd247206cb4 100644 (file)
@@ -3,6 +3,7 @@
   "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
       }
     ]
   },