Skip to content

Commit fa69ddb

Browse files
SupahNoobfrenck
SupahNoob
authored andcommitted
fix sublist in Server States (home-assistant#3318)
1 parent 7f43619 commit fa69ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/developers/websocket_api.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Connect your websocket implementation to `ws://localhost:8123/api/websocket`.
2121

2222
1. Client connects
2323
2. Authentication phase starts
24-
a. If no further authentication necessary for the user: go to 3
25-
b. Server sends `auth_required` message
26-
c. Client sends `auth` message
27-
d. If `auth` message correct: go to 3.
28-
e. Server sends `auth_invalid`. Go to 6.
24+
- If no further authentication necessary for the user: go to 3
25+
- Server sends `auth_required` message
26+
- Client sends `auth` message
27+
- If `auth` message correct: go to 3.
28+
- Server sends `auth_invalid`. Go to 6.
2929
3. Send `auth_ok` message
3030
4. Authentication phase ends.
3131
5. Command phase starts.

0 commit comments

Comments
 (0)