mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
fix sublist in Server States (#3318)
This commit is contained in:
parent
7f4361962f
commit
fa69ddbd6c
@ -21,11 +21,11 @@ Connect your websocket implementation to `ws://localhost:8123/api/websocket`.
|
|||||||
|
|
||||||
1. Client connects
|
1. Client connects
|
||||||
2. Authentication phase starts
|
2. Authentication phase starts
|
||||||
a. If no further authentication necessary for the user: go to 3
|
- If no further authentication necessary for the user: go to 3
|
||||||
b. Server sends `auth_required` message
|
- Server sends `auth_required` message
|
||||||
c. Client sends `auth` message
|
- Client sends `auth` message
|
||||||
d. If `auth` message correct: go to 3.
|
- If `auth` message correct: go to 3.
|
||||||
e. Server sends `auth_invalid`. Go to 6.
|
- Server sends `auth_invalid`. Go to 6.
|
||||||
3. Send `auth_ok` message
|
3. Send `auth_ok` message
|
||||||
4. Authentication phase ends.
|
4. Authentication phase ends.
|
||||||
5. Command phase starts.
|
5. Command phase starts.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user