From 3a55791a759dfd5ea9a2fd38550147610a2c4aae Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 16 Nov 2017 16:35:37 -0800 Subject: [PATCH] Fix numbering --- source/developers/websocket_api.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/developers/websocket_api.markdown b/source/developers/websocket_api.markdown index fb538f7e89b..3cf5796c1b3 100644 --- a/source/developers/websocket_api.markdown +++ b/source/developers/websocket_api.markdown @@ -29,8 +29,8 @@ Connect your websocket implementation to `ws://localhost:8123/api/websocket`. 3. Send `auth_ok` message 4. Authentication phase ends. 5. Command phase starts. - a. Client can send commands. - b. Server can send results of previous commands. + 1. Client can send commands. + 2. Server can send results of previous commands. 6. Client or server disconnects session. During the command phase, the client attaches a unique identifier to each message. The server will add this identifier to each message so that the client can link each message to it's origin.