Difference between revisions of "Command:000"

From Awesome Baozam
Jump to: navigation, search
(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 13:30, 9 November 2015

  1. clients send even commands
  2. devices send odd commands

parameters

  1. cmd:1 GET parameter(s)
  2. cmd:2 response to GET
  3. cmd:3 SET parameter(s) // is similar to 2
  4. cmd:4 response to SET // is similar to 2

streams

  1. cmd:101 Stream request
  2. cmd:102 response

  1. cmd:200 error
  2. cmd:202 welcome message