Difference between revisions of "Command:000"
From Awesome Baozam
(Created page with " # clients send even commands # devices send odd commands") |
|||
Line 2: | Line 2: | ||
# clients send even commands | # clients send even commands | ||
# devices send odd commands | # devices send odd commands | ||
+ | |||
+ | === parameters === | ||
+ | # [[cmd:1]] GET parameter(s) | ||
+ | # [[cmd:2]] response to GET | ||
+ | # [[cmd:3]] SET parameter(s) // is similar to 2 | ||
+ | # [[cmd:4]] response to SET // is similar to 2 | ||
+ | |||
+ | === streams === | ||
+ | # [[cmd:101]] Stream request | ||
+ | # [[cmd:102]] response | ||
+ | |||
+ | === === | ||
+ | # [[cmd:200]] error | ||
+ | # [[cmd:202]] welcome message |
Revision as of 12:30, 9 November 2015
- clients send even commands
- devices send odd commands
parameters
- cmd:1 GET parameter(s)
- cmd:2 response to GET
- cmd:3 SET parameter(s) // is similar to 2
- cmd:4 response to SET // is similar to 2