From b58d97fc9058be9956662deb3b8b06ed9eb4d752 Mon Sep 17 00:00:00 2001 From: Carlos <28845529+mesacarlos@users.noreply.github.com> Date: Sun, 11 Aug 2019 15:25:25 +0200 Subject: [PATCH] README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0412ea3..a53242a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The following tables represent how server communicates with the client(s), somet #### Websocket Server -> Client Server communicate with all connected clients using JSON. The following table shows all possible JSON variables. + | Variable |Meaning | |---------------------|-----------------------------------------------------------------------------| | status |Status code (as integer), representing response type. See table below | @@ -46,6 +47,7 @@ Server communicate with all connected clients using JSON. The following table sh #### Client -> Websocket Server Clients can communicate with server using commands. The following table shows existing commands. + | Code |Meaning |Extra info | |---------------------|-----------------------------------------|--------------| |LOGIN *(password)* |Login to start communication with server | |