Search found 2 matches
- Tuesday 03 January 2017 22:14
- Forum: Other questions and discussions
- Topic: MQTT Device list
- Replies: 2
- Views: 723
Re: MQTT Device list
I was pretty thorough on my search, figured as much. Okay, I just started on a learning mode. Just trigger a switch from Domoticz and i'll pick it up from domoticz/out and then remember it. Looks like the best option then, otherwise I would also need to poll the json api, which is not what I want.
- Tuesday 03 January 2017 19:20
- Forum: Other questions and discussions
- Topic: MQTT Device list
- Replies: 2
- Views: 723
MQTT Device list
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 ...