X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fvirtual.station-template.json;h=c7cbf74d638720fb8125c62d9f65245177128544;hb=d3a7883e3b5f20baee6fff45ee599341300d7564;hp=6eb7d2eca5eb0d8b960894dc48c5bf136bfd5b80;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/virtual.station-template.json b/src/assets/station-templates/virtual.station-template.json index 6eb7d2ec..c7cbf74d 100644 --- a/src/assets/station-templates/virtual.station-template.json +++ b/src/assets/station-templates/virtual.station-template.json @@ -9,11 +9,6 @@ "randomConnectors": false, "Configuration": { "configurationKey": [ - { - "key": "NumberOfConnectors", - "readonly": true, - "value": 9 - }, { "key": "MeterValueSampleInterval", "readonly": false, @@ -40,10 +35,11 @@ "enable": false, "minDuration": 60, "maxDuration": 80, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, - "stopAutomaticTransactionGeneratorAfterHours": 0.3 + "stopAfterHours": 0.3, + "stopOnConnectionFailure": false }, "Connectors": { "0": {},