stlehmann / Flask-MQTT

Flask Extension for the MQTT protocol
MIT License
207 stars 71 forks source link

mutiple topics #173

Open Mitchell1314 opened 4 months ago

Mitchell1314 commented 4 months ago

how to subscribe to mutiple topics

howroyd commented 1 month ago

https://flask-mqtt.readthedocs.io/en/latest/api/index.html#flask_mqtt.Mqtt.subscribe

Just call that multiple times with each topic you want