Response messages - Torrib/EIT GitHub Wiki

Every command sent to the device will return a json response message with a status and a message.

Example

{"status": "success", "message": "" }

Error response:

{"status": "error", "message": "Unkown ID"}