X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fkeba.station-template.json;h=a76741d99f195f12c3f5002f63aa5cf5e741d4a5;hb=e4cb2c14d14e95090cca15518594af1c3f369d2b;hp=c1ee792bdee42d57e636291137393d9fa454d1db;hpb=4867facb83c3082cef3845dfa20c42153e3b3431;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/keba.station-template.json b/src/assets/station-templates/keba.station-template.json index c1ee792b..a76741d9 100644 --- a/src/assets/station-templates/keba.station-template.json +++ b/src/assets/station-templates/keba.station-template.json @@ -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", @@ -39,11 +41,6 @@ "key": "WebSocketPingInterval", "readonly": false, "value": "60" - }, - { - "key": "MaxAvailableCurrent", - "readonly": false, - "value": "32000" } ] },