X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=849bea6f79f6084f5548e3669b6d11636379f810;hb=17ac262c08a637a9aef23c350176bf476ad212ef;hp=64a95f80c4fba92a3206b826172aea8458871989;hpb=7f81816295b778c23b3a35b731cea6b496ae9720;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 64a95f80..849bea6f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ But the modifications to test have to be done to the files in the build result d | logLevel | emerg/alert/crit/error/warning/notice/info/debug | info | string | winston logging level | | logFile | | combined.log | string | log file relative path | | logErrorFile | | error.log | string | error log file relative path | -| uiWebSocketServer | | { "enabled": true, "options": { "host: "localhost", "port": 8080 } } | { enabled: boolean; options: ServerOptions; } | UI WebSocket server configuration section | +| uiServer | | { "enabled": true, "options": { "host: "localhost", "port": 8080 } } | { enabled: boolean; options: ServerOptions; } | UI WebSocket server configuration section | | performanceStorage | | { "enabled": false, "type": "jsonfile", "file:///performanceRecords.json" } | { enabled: boolean; type: string; URI: string; } where type can be 'jsonfile' or 'mongodb' | performance storage configuration section | | stationTemplateUrls | | {}[] | { file: string; numberOfStations: number; }[] | array of charging station configuration templates URIs configuration section (charging station configuration template file name and number of stations) | @@ -144,6 +144,7 @@ But the modifications to test have to be done to the files in the build result d | transactionDataMeterValues | true/false | false | boolean | enable transaction data MeterValues at stop transaction | | 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 | | Configuration | | | ChargingStationConfiguration | charging stations OCPP parameters configuration section | | AutomaticTransactionGenerator | | | AutomaticTransactionGenerator | charging stations ATG configuration section | | Connectors | | | Connectors | charging stations connectors configuration section |