ioBroker / ioBroker.mqtt

Mqtt server and client for ioBroker.
MIT License
54 stars 29 forks source link

No subscription pattern - does automatically set # as subscription #319

Open mickym2 opened 2 years ago

mickym2 commented 2 years ago

If I want to use the mqtt adapter only to publish topics and don't want to subscribe anything, I would expect that if I omit a subscription pattern, that nothing will be subscripted. However the adapter internally sets # as subscription pattern.

As a workaround, I specified a non-existing topic (i.e nothing)

Apollon77 commented 2 years ago

We would need to addd a "subscribe nothing" flag for that to be set to "Ignore" what was entered...

mickym2 commented 1 year ago

Thank you.

Am 07.09.2022 um 19:41 schrieb Ingo Fischer @.***>:

 We would need to addd a "subscribe nothing" flag for that to be set to "Ignore" what was entered...

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.