README.md: refine documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 17:32:49 +0000 (18:32 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 5 Mar 2022 17:32:49 +0000 (18:32 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 5f6dccb5e577153d3bcbb88432683268e73791e8..3cf78f623fb977ec0e34be333374bde685eaa931 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ But the modifications to test have to be done to the files in the build result d
 
 | Key                               | Value(s)   | Default Value   | Value type                        | Description                                                                                                                           |
 | --------------------------------- | ---------- | --------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
-| supervisionUrls                   |            | ''              | string\|string[]                  | string or array of connection URIs to OCPP-J servers. It has priority over the global configuration parameter                         |
+| supervisionUrls                   |            | ''              | string \| string[]                | string or array of connection URIs to OCPP-J servers. It has priority over the global configuration parameter                         |
 | supervisionUser                   |            | ''              | string                            | basic HTTP authentication user to OCPP-J server                                                                                       |
 | supervisionPassword               |            | ''              | string                            | basic HTTP authentication password to OCPP-J server                                                                                   |
 | supervisionUrlOcppConfiguration   | true/false | false           | boolean                           | Allow supervision URL configuration via a vendor OCPP parameter key                                                                   |
@@ -103,13 +103,13 @@ But the modifications to test have to be done to the files in the build result d
 | chargePointVendor                 |            | ''              | string                            | charging stations vendor                                                                                                              |
 | chargeBoxSerialNumberPrefix       |            | ''              | string                            | charging stations serial number prefix                                                                                                |
 | firmwareVersion                   |            | ''              | string                            | charging stations firmware version                                                                                                    |
-| power                             |            |                 | float\|float[]                    | charging stations maximum power value(s)                                                                                              |
+| power                             |            |                 | float \| float[]                  | charging stations maximum power value(s)                                                                                              |
 | powerSharedByConnectors           | true/false | false           | boolean                           | charging stations power shared by its connectors                                                                                      |
 | powerUnit                         | W/kW       | W               | string                            | charging stations power unit                                                                                                          |
 | currentOutType                    | AC/DC      | AC              | string                            | charging stations current out type                                                                                                    |
 | voltageOut                        |            | AC:230/DC:400   | integer                           | charging stations voltage out                                                                                                         |
 | numberOfPhases                    | 0/1/3      | AC:3/DC:0       | integer                           | charging stations number of phase(s)                                                                                                  |
-| numberOfConnectors                |            |                 | integer\|integer[]                | charging stations number of connector(s)                                                                                              |
+| numberOfConnectors                |            |                 | integer \| integer[]              | charging stations number of connector(s)                                                                                              |
 | useConnectorId0                   | true/false | true            | boolean                           | use connector id 0 definition from the template                                                                                       |
 | randomConnectors                  | true/false | false           | boolean                           | randomize runtime connector id affectation from the connector id definition in template                                               |
 | resetTime                         |            | 60              | integer                           | seconds to wait before the charging stations come back at reset                                                                       |