WebSocketPingInterval

Required/Optional Optional
Accessibility Read
Type Integer (in seconds)
Default value 60
Description 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.