WRITE COMMAND QUEUE


Send a command to be pushed into the command queue.

The command queue is a FIFO (First In First Out) stream, all commands stored into this queue will be fetched by remote device at first connection.

All commands are parsed, invalid commands will be discarded by device.

Commands must be percent-encoded (urlencoded).

Command queue is limited to 1Mb.