X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fabb.station-template.json;h=922ec8f19a078b590b329d23fc276b5e25580437;hb=61c2e33de75d3fb3b789ec4a50aad9e3e789894a;hp=f256c37e61d059141b4dded5b081140076985ee4;hpb=34dcb3b54b6b7825adb8aa8129709febd2cf96ac;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/abb.station-template.json b/src/assets/station-templates/abb.station-template.json index f256c37e..922ec8f1 100644 --- a/src/assets/station-templates/abb.station-template.json +++ b/src/assets/station-templates/abb.station-template.json @@ -11,11 +11,6 @@ "randomConnectors": false, "Configuration": { "configurationKey": [ - { - "key": "NumberOfConnectors", - "readonly": true, - "value": 2 - }, { "key": "MeterValueSampleInterval", "readonly": false, @@ -35,6 +30,12 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": false + }, + { + "key": "VendorKey", + "readonly": false, + "value": "VendorValue", + "visible": false } ] }, @@ -42,8 +43,8 @@ "enable": true, "minDuration": 60, "maxDuration": 80, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, "stopOnConnectionFailure": true