Devices
Find Meshblu devices
Find devices in Meshblu
var ws = new WebSocket("wss://meshblu.octoblu.com/ws/v2");
ws.send(JSON.stringify([
"devices",
{
"color":"green",
}
]));
discoverWhitelist
Your device must exist in the other device's
discoverWhitelist
or no device will be returned.
Response
[
"devices",
[
{
"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