From: Jérôme Benoit Date: Thu, 2 Apr 2026 17:34:17 +0000 (+0200) Subject: docs: add missing ChargingStation.WebSocketPingInterval to README X-Git-Tag: ocpp-server@v4.3.0~32 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=77fb0a15a521a8b9afb2ccee245a1d9222b1ca51;p=e-mobility-charging-stations-simulator.git docs: add missing ChargingStation.WebSocketPingInterval to README Variable was present in OCPP20VariableRegistry but not documented in the supported variables list. --- diff --git a/README.md b/README.md index a05a0f71..b65323d4 100644 --- a/README.md +++ b/README.md @@ -724,6 +724,7 @@ All kind of OCPP parameters are supported in charging station configuration or c - :white_check_mark: Model (type: string) (units: -) - :white_check_mark: SupplyPhases (type: integer) (units: -) - :white_check_mark: VendorName (type: string) (units: -) +- :white_check_mark: WebSocketPingInterval (type: integer) (units: seconds) #### ClockCtrlr