X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fevlink.station-template.json;h=1efb99f6879e91c45d00ffb246d2bff3f3d49cad;hb=7de604f9b8af637fa79f50a61c4d39257ea960ad;hp=936f95cbae9e11d59482a58b08246b5f4502ac1b;hpb=0bbcb3dc3d1b75955b816452fc0050d401e96fca;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/evlink.station-template.json b/src/assets/station-templates/evlink.station-template.json index 936f95cb..1efb99f6 100644 --- a/src/assets/station-templates/evlink.station-template.json +++ b/src/assets/station-templates/evlink.station-template.json @@ -3,17 +3,14 @@ "baseName": "CS-EVLINK", "chargePointModel": "EVLINKXX213", "chargePointVendor": "SCHNEIDER", - "power": 7340, + "chargePointSerialNumberPrefix": "EV.2S7P04", + "firmwareVersion": "3.3.0.10", + "power": 7360, "powerUnit": "W", "numberOfConnectors": 1, "randomConnectors": false, "Configuration": { "configurationKey": [ - { - "key": "NumberOfConnectors", - "readonly": true, - "value": 1 - }, { "key": "MeterValueSampleInterval", "readonly": false, @@ -27,12 +24,12 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" } ] },