Use ConnectionTineOut OCPP parameter as WS timeout
[e-mobility-charging-stations-simulator.git] / README.md
index c895beb15fa768d68ee7e4b19f93d709c13660ce..db22f0e1a73dad0a6e57f8d79cfb40a53256d867 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,6 @@ numberOfConnectors | | | integer\|integer[] | charging stations number of connec
 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
-connectionTimeout | | 30 | integer | connection timeout to the OCPP-J server
 autoReconnectMaxRetries | | -1 (unlimited) | integer | connection retries to the OCPP-J server
 reconnectExponentialDelay | true/false | false | boolean | connection delay retry to the OCPP-J server
 registrationMaxRetries | | -1 (unlimited) | integer | charging stations boot notification retries
@@ -162,7 +161,7 @@ make SUBMODULES_INIT=false
 
 ### Version 1.6
 
-### Core Profile
+#### Core Profile
 
 - :white_check_mark: Authorize
 - :white_check_mark: BootNotification
@@ -181,44 +180,44 @@ make SUBMODULES_INIT=false
 - :white_check_mark: StopTransaction
 - :white_check_mark: UnlockConnector
 
-### Firmware Management Profile
+#### Firmware Management Profile
 
 - :x: GetDiagnostics
 - :x: DiagnosticsStatusNotification
 - :x: FirmwareStatusNotification
 - :x: UpdateFirmware
 
-### Local Auth List Management Profile
+#### Local Auth List Management Profile
 
 - :x: GetLocalListVersion
 - :x: SendLocalList
 
-### Reservation Profile
+#### Reservation Profile
 
 - :x: CancelReservation
 - :x: ReserveNow
 
-### Smart Charging Profile
+#### Smart Charging Profile
 
 - :white_check_mark: ClearChargingProfile
 - :white_check_mark: GetCompositeSchedule
 - :white_check_mark: SetChargingProfile
 
-### Remote Trigger Profile
+#### Remote Trigger Profile
 
 - :x: TriggerMessage
 
 ## OCPP-J standard parameters supported
 
-All kind of OCPP parameters is supported in a charging station template. The list here mention the standard ones also handled automatically in the simulator. 
+All kind of OCPP parameters are supported in a charging station template. The list here mention the standard ones also handled automatically in the simulator. 
 
 ### Version 1.6
 
-### Core Profile
+#### Core Profile
 
 - :white_check_mark: AuthorizeRemoteTxRequests (type: boolean) (units: -)
 - :x: ClockAlignedDataInterval (type: integer) (units: seconds)
-- :x: ConnectionTimeOut (type: integer) (units: seconds)
+- :white_check_mark: ConnectionTimeOut (type: integer) (units: seconds)
 - :x: GetConfigurationMaxKeys (type: integer) (units: -)
 - :white_check_mark: HeartbeatInterval (type: integer) (units: seconds)
 - :x: LocalAuthorizeOffline (type: boolean) (units: -)
@@ -233,33 +232,34 @@ All kind of OCPP parameters is supported in a charging station template. The lis
 - :x: StopTransactionOnInvalidId (type: boolean) (units: -)
 - :x: StopTxnAlignedData (type: CSL) (units: -)
 - :x: StopTxnSampledData (type: CSL) (units: -)
-- :x: SupportedFeatureProfiles (type: CSL) (units: -)
+- :white_check_mark: SupportedFeatureProfiles (type: CSL) (units: -)
 - :x: TransactionMessageAttempts (type: integer) (units: times)
 - :x: TransactionMessageRetryInterval (type: integer) (units: seconds)
 - :x: UnlockConnectorOnEVSideDisconnect (type: boolean) (units: -)
+- :white_check_mark: WebSocketPingInterval (type: integer) (units: seconds)
 
-### Firmware Management Profile
+#### Firmware Management Profile
 
 - *none*
 
-### Local Auth List Management Profile
+#### Local Auth List Management Profile
 
-- :x: LocalAuthListEnabled (type: boolean) (units: -)
+- :white_check_mark: LocalAuthListEnabled (type: boolean) (units: -)
 - :x: LocalAuthListMaxLength (type: integer) (units: -)
 - :x: SendLocalListMaxLength (type: integer) (units: -)
 
-### Reservation Profile
+#### Reservation Profile
 
 - *none*
 
-### Smart Charging Profile
+#### Smart Charging Profile
 
 - :x: ChargeProfileMaxStackLevel (type: integer) (units: -)
 - :x: ChargingScheduleAllowedChargingRateUnit (type: CSL) (units: -)
 - :x: ChargingScheduleMaxPeriods (type: integer) (units: -)
 - :x: MaxChargingProfilesInstalled (type: integer) (units: -)
 
-### Remote Trigger Profile
+#### Remote Trigger Profile
 
 - *none*