guild icon
Toit
#MQTT
Thread channel in help
smolesen
smolesen 10/31/2022 08:25 PM
In the MQTT client, is there a way to subscribe to a wildcard topic? Something like

TOPIC ::= "acme-$(device.hardware_id)/*"

or do I have to make a unique route for each topic?
smolesenOPsmolesen
In the MQTT client, is there a way to subscribe to a wildcard topic? Something like TOPIC ::= "acme-$(device.hardware_id)/*" or do I have to make a unique route for each topic?
floitsch
floitsch 11/01/2022 10:30 AM
You should be able to use MQTT wildcard topics.
floitsch
floitsch 11/01/2022 10:31 AM
Learn about MQTT Topics naming conventions, MQTT $SYS topics, MQTT Prefix, MQTT Topic Wildcards, and more in this MQTT Essentials article.
3 messages in total