X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=README.md;h=7077bf32f661f4d31443b707abd930145e4686e2;hb=8bb5566ff360f375f0b4b39abd733fdd23f75b66;hp=47040ba6b38f1720580013e025704a1d440858dd;hpb=102117891a36935a7ea9df8514391e8bc7be7daf;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 47040ba6..7077bf32 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,6 @@ type AutomaticTransactionGeneratorConfiguration = { probabilityOfStart: number stopAfterHours: number stopAbsoluteDuration: boolean - stopOnConnectionFailure: boolean requireAuthorize?: boolean idTagDistribution?: 'random' | 'round-robin' | 'connector-affinity' } @@ -241,7 +240,6 @@ type AutomaticTransactionGeneratorConfiguration = { "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": true, "requireAuthorize": true, "idTagDistribution": "random" } @@ -339,6 +337,12 @@ The syntax is similar to charging station configuration template 'Connectors' se That section is overwritten on matching charging station configuration template file changes. +#### evsesStatus section + +The syntax is similar to charging station configuration template 'Evses' section with some added fields. + +That section is overwritten on matching charging station configuration template file changes. + #### automaticTransactionGenerator section The syntax is similar to the charging station configuration template 'AutomaticTransactionGenerator' section. @@ -754,4 +758,4 @@ We as members, contributors, and leaders pledge to make participation in our com ## Licensing -Copyright 2020-2023 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator). +Copyright 2020-2024 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator).