blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

A list of connected devices! #455

Closed dmamontov closed 5 years ago

dmamontov commented 5 years ago

Good day! Can we get a list of all devices from DeviceSelector in any way? I really needed this opportunity! Since in the implementation of many devices and various DeviceSelector's.

I also wanted to be able to use some kind of Master key to gain access to these devices through a bridge from others.

Would do it myself. But far from Java. The api method is easy to implement, but through web sockets it would be more correct!

Thank!

vshymanskyy commented 5 years ago

Sorry, this is probably related to https://github.com/blynkkk/blynk-server

dmamontov commented 5 years ago

Thanks!