Add template section to list OCPP commands supported (#129)
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / keba.station-template.json
index c1ee792bdee42d57e636291137393d9fa454d1db..a76741d99f195f12c3f5002f63aa5cf5e741d4a5 100644 (file)
@@ -8,6 +8,8 @@
   "powerUnit": "W",
   "numberOfConnectors": 1,
   "randomConnectors": false,
+  "amperageLimitationOcppKey": "MaxAvailableCurrent",
+  "amperageLimitationUnit": "mA",
   "Configuration": {
     "configurationKey": [
       {
@@ -23,7 +25,7 @@
       {
         "key": "SupportedFeatureProfiles",
         "readonly": true,
-        "value": "Core,LocalAuthListManagement"
+        "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
       },
       {
         "key": "LocalAuthListEnabled",
         "key": "WebSocketPingInterval",
         "readonly": false,
         "value": "60"
-      },
-      {
-        "key": "MaxAvailableCurrent",
-        "readonly": false,
-        "value": "32000"
       }
     ]
   },