X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=5c800ed234ef740681e906fa42cf3e4a73ebf96a;hb=74ed61d9509bdf19991b404c0db95af2f7302c70;hp=e6c1d9de6e02ac81dbba3ed502f6b974e1feff4a;hpb=81ed2a4879db360642b64b99fcbd055212cc701d;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index e6c1d9de..5c800ed2 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ But the modifications to test have to be done to the files in the build target d | outOfOrderEndMeterValues | true/false | false | boolean | send Transaction.End MeterValues out of order. Need to relax OCPP specifications strict compliance ('ocppStrictCompliance' parameter) | | meteringPerTransaction | true/false | true | boolean | enable metering history on a per transaction basis | | transactionDataMeterValues | true/false | false | boolean | enable transaction data MeterValues at stop transaction | +| stopTransactionsOnStopped | true/false | true | boolean | enable stop transactions on charging station stop | | mainVoltageMeterValues | true/false | true | boolean | include charging stations main voltage MeterValues on three phased charging stations | | phaseLineToLineVoltageMeterValues | true/false | false | boolean | include charging stations line to line voltage MeterValues on three phased charging stations | | customValueLimitationMeterValues | true/false | true | boolean | enable limitation on custom fluctuated value in MeterValues |