X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=838157333d14f4a6a43d4ef8ad0a76f639cf0cb9;hb=62a96e695764093fffb21e036e9fc704b5455985;hp=e5a7852753145b1945140675e597cccd7ec3cf36;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index e5a78527..83815733 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ type AutomaticTransactionGeneratorConfiguration = { maxDelayBetweenTwoTransactions: number probabilityOfStart: number stopAfterHours: number + stopAbsoluteDuration: boolean stopOnConnectionFailure: boolean requireAuthorize?: boolean idTagDistribution?: 'random' | 'round-robin' | 'connector-affinity'