pub const WEB_SOCKET_PING_INTERVAL: &str = "WebSocketPingInterval";Expand description
ยงFrom OCPP Specification
Only relevant for websocket implementations. 0 disables client side websocket Ping/Pong. In this case there is either no ping/pong or the server initiates the ping and client responds with Pong. Positive values are interpreted as number of seconds between pings. Negative values are not allowed. ChangeConfiguration is expected to return a REJECTED result.