/messages

Send a message to a specific device, array of devices, or all devices subscribing to a UUID on the Meshblu platform

coap post -p '{"devices": "*", "payload": {"yellow":"off"}}' -H "meshblu_auth_uuid={:UUID}&meshblu_auth_token={:TOKEN}" coap://meshblu-coap.octoblu.com/messages
coap post -p '{"devices": ["ad6...47b","2f3...170"], "payload": {"yellow":"off"}}' -H "meshblu_auth_uuid={:UUID}&meshblu_auth_token={:TOKEN}" coap://meshblu-coap.octoblu.com/messages
coap post -p '{"devices": "ad698900-2546-11e3-87fb-c560cb0ca47b", "payload": {"yellow":"off"}}' coap://meshblu-coap.octoblu.com/messages
{  
  "devices":"*",
  "payload":{  
    "yellow":"off"
  }
}