Clean MQTT Retained Payload from Topic Tree Recursively
I believe you are trying to clean retained messages from topics like the following by only providing the topic prefix foo/.
foo/bar
foo/bar/sensordata
foo/bar/temperature
foo/whatever
foo/this/is/a/long/nested/topic
Well I got an workaround. The tric...
blog.mdminhazulhaque.io1 min read