cflurin / homebridge-mqtt

Homebridge-mqtt is a Plugin for Homebridge.
Apache License 2.0
229 stars 39 forks source link

receive all the connected devices #53

Closed JensPauwels closed 6 years ago

JensPauwels commented 6 years ago

topic: homebridge/to/get payload: {"name": "*"}

this will only work when your topic_type is on multiple.

if my topic_type is on single i don't receive the data on the following topic: 'homebridge/from/response'

Any suggestions?

cflurin commented 6 years ago

Thanks for your feedback.

Try:

homebridge/from/response/#
JensPauwels commented 6 years ago

That fixed it! 👍