MQTT: Wildcard support
Posted: Tue Nov 19, 2019 10:40 am
Hello,
Does the ESP-MQTT support wildcard in the MQTT topic? Is there an example on this?
I published the topic - and it works fine.
But with wildcard in the topic , there is no response. 'mqtt_event_handler' is never called.
Thanks,
Arun
Does the ESP-MQTT support wildcard in the MQTT topic? Is there an example on this?
I published the topic -
Code: Select all
/multisensor/device-ID/measurements/temperature/GET
But with wildcard in the topic
Code: Select all
/multisensor/+/measurements/temperature/GET
Thanks,
Arun