X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=5c800ed234ef740681e906fa42cf3e4a73ebf96a;hb=1d754733d9753bb1de47819b971f52ec406fbefa;hp=71bc76538a389de0d475af558d46b077ec0234cd;hpb=b0b6537f0ab5f1004689d5555281e28b56a9f45f;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 71bc7653..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 | @@ -340,13 +341,13 @@ The syntax is similar to the charging station configuration template 'AutomaticT In the [docker](./docker) folder: -```bash +```shell make ```