diff --git a/doc/source/swupdate-ipc-interface.rst b/doc/source/swupdate-ipc-interface.rst index 87241e982..e086ad5b3 100644 --- a/doc/source/swupdate-ipc-interface.rst +++ b/doc/source/swupdate-ipc-interface.rst @@ -300,8 +300,7 @@ If configured (see post update command), this request will restart the device. WebSocket API ------------- -The integrated Webserver exposes a WebSocket API. The WebSocket protocol specification defines ws (WebSocket) and wss (WebSocket Secure) as two new uniform resource identifier (URI) schemes that are used for unencrypted and encrypted con -nections, respectively and both of them are supported by SWUpdate. +The integrated Webserver exposes a WebSocket API. The WebSocket protocol specification defines ws (WebSocket) and wss (WebSocket Secure) as two new uniform resource identifier (URI) schemes that are used for unencrypted and encrypted connections, respectively and both of them are supported by SWUpdate. A WebSocket provides full-duplex communication but it is used in SWUpdate to send events to an external host after each change in the update process. The Webserver sends JSON formatted responses as results of internal events.