Skip to content

Commit dc3637e

Browse files
committedFeb 8, 2016
doc update
1 parent 3f81108 commit dc3637e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
 

‎docs/README_FOR_APP_DEVS.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,9 @@ For commands (loadProfile, getToken) that request data back - message will be re
8686
[Here is the class with all of the codes](https://github.com/blynkkk/blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Response.java#L12).
8787
Response message structure:
8888

89-
BEFORE DECODE
90-
+------------------+------------+----------------+
91-
| 1 byte | 2 bytes | 2 bytes |
92-
+------------------+------------+----------------+
93-
| Protocol Command | MessageId | Response code |
94-
| 0x00 | 0x000A | 0x0001 |
95-
+------------------+------------+----------------+
96-
| always 5 bytes |
97-
+------------------------------------------------+
89+
| Command | Message Id | Response code |
90+
|:-------------:|:-------------:|:---------------:|
91+
| 1 byte | 2 bytes | 2 bytes |
9892

9993

10094
## Widget types

0 commit comments

Comments
 (0)
Please sign in to comment.