X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fchargex.station-template.json;h=fca570940e21de8fa7206c78592e3d930cd9ffbf;hb=8cc482a9324a0989516b6eb6db85a16258c4b4d1;hp=7c20df31ed97d7ecd4f9b45b7a6a55a7b4d07cc2;hpb=b03df580733c540eafc26269ee267b675e6b4ae8;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/chargex.station-template.json b/src/assets/station-templates/chargex.station-template.json index 7c20df31..fca57094 100644 --- a/src/assets/station-templates/chargex.station-template.json +++ b/src/assets/station-templates/chargex.station-template.json @@ -1,5 +1,5 @@ { - "authorizationFile": "authorization-tags.json", + "idTagsFile": "idtags.json", "baseName": "CS-CHARGEX", "chargePointModel": "Aqueduct 1.0", "chargePointVendor": "ChargeX GmbH", @@ -11,6 +11,11 @@ "voltageOut": 230, "beginEndMeterValues": true, "outOfOrderEndMeterValues": true, + "firmwareUpgrade": { + "versionUpgrade": { + "patternGroup": 3 + } + }, "commandsSupport": { "incomingCommands": { "Reset": true, @@ -64,6 +69,11 @@ { "key": "TransactionMessageRetryInterval", "value": "20" + }, + { + "key": "ReserveConnectorZeroSupported", + "readonly": false, + "value": "false" } ] },