My Devices
Find my Meshblu devices
Find my devices in Meshblu
var ws = new WebSocket("wss://meshblu.octoblu.com/ws/v2");
ws.send(JSON.stringify([
"mydevices",
{
"color":"green",
}
]));
Owner
Your device must have the owner property set to your uuid
Response
[
"mydevices",
[
{
"uuid": "26de691f-8068-4cdc-907a-4cb5961a1aba",
"online": true,
"color": "green"
},
{
"uuid": "cf1517cb-2f5d-4228-a7d3-fa54cafce10c",
"color": "green",
"online: false
]
]
Updated less than a minute ago