TEXT

Parent Previous Next

GET /

http://www.mobikey.eu/write/queue/{DEVICE}/pwd/{PASSWORD}/command/{cmd}/text

{DEVICE}

{PASSWORD}

{CMD}

code identifying the remote device

password assigned to remote device

up to 5 commands separated by space

COMMAND LIST AVAILABLE HERE


EXAMPLE :


http://www.mobikey.eu/write/queue/F7GYgh/pwd/0000/command/OUT1=1/text


RESPONSE STATUS : 200 OK


RESPONSE DATA :


OK

When command is pushed into queue, waiting to be fetched by device


OVER QUOTA

When command queue is full because the remote device doesn't fetch the commands


According to HTTP specification, GET should be used only to read data and not to change it, because of possible unsafe operation. Since there is no risk of unsafe operation we use this method to push a command into the queue because of its simple and immediate use.