MQTT Device list
Posted: Tuesday 03 January 2017 19:20
Hi, I'm developing a small application in the browser using MQTT over websockets. Using JSON you can get a list of devices, via /json.htm?type=devices&used=true. I couldn't find a way to ask for a device list on MQTT. I'm looking to create a table in my application of all devices with their idx, name and switchtype. Otherwise I would have to implement some sort of learning function to keep things userfriendly.
So basically; the documentation on MQTT is a little scarse, does such a method exist? Or do you have other options?
So basically; the documentation on MQTT is a little scarse, does such a method exist? Or do you have other options?