From: Jérôme Benoit Date: Thu, 11 Aug 2022 19:21:59 +0000 (+0200) Subject: Refine README.md X-Git-Tag: v1.1.65~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=db7d7aa671a7fef2555f0528023d327353b944fd;p=e-mobility-charging-stations-simulator.git Refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index aeb0b879..97c30052 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ But the modifications to test have to be done to the files in the build target d | mainVoltageMeterValues | true/false | true | boolean | include charging stations main voltage MeterValues on three phased charging stations | | phaseLineToLineVoltageMeterValues | true/false | true | 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 | -| commandsSupport | | {
"incomingCommands": {},
"outgoingCommands": {}
} | {
incomingCommands: Record;
outgoingCommands?: Record;
} | Configuration section for OCPP commands support. Empty section means all implemented are supported support | +| commandsSupport | | {
"incomingCommands": {},
"outgoingCommands": {}
} | {
incomingCommands: Record;
outgoingCommands?: Record;
} | Configuration section for OCPP commands support. Empty section or subsections means all implemented commands are supported | | Configuration | | | ChargingStationConfiguration | charging stations OCPP parameters configuration section | | AutomaticTransactionGenerator | | | AutomaticTransactionGenerator | charging stations ATG configuration section | | Connectors | | | Connectors | charging stations connectors configuration section |