X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=f5e6467fd6301f98d90a5aabbc9a8522e6942d53;hb=be9f397bd55b221c24bacb110a64c21f012f36ab;hp=2a791ce8f4ecdb89cacba4c5ef0bf6e700f30548;hpb=c20d5d72396a96028bee5492fa7ea2475b8a109e;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 2a791ce8..f5e6467f 100644 --- a/README.md +++ b/README.md @@ -215,17 +215,17 @@ But the modifications to test have to be done to the files in the build target d ```ts type AutomaticTransactionGeneratorConfiguration = { - enable: boolean; - minDuration: number; - maxDuration: number; - minDelayBetweenTwoTransactions: number; - maxDelayBetweenTwoTransactions: number; - probabilityOfStart: number; - stopAfterHours: number; - stopOnConnectionFailure: boolean; - requireAuthorize?: boolean; - idTagDistribution?: 'random' | 'round-robin' | 'connector-affinity'; -}; + enable: boolean + minDuration: number + maxDuration: number + minDelayBetweenTwoTransactions: number + maxDelayBetweenTwoTransactions: number + probabilityOfStart: number + stopAfterHours: number + stopOnConnectionFailure: boolean + requireAuthorize?: boolean + idTagDistribution?: 'random' | 'round-robin' | 'connector-affinity' +} ``` ##### Example: