You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This works fine but produces unwanted traffic:
topic /sensors/# out 1
# This all doen't work:
topic /sensors/DS\ 4 out 1
topic '/sensors/DS 4' out 1
topic "/sensors/DS 4" out 1
but fail with Error: Invalid bridge topic direction '4' on my mosquitto version 1.4.15
Is it possible to add spaces escaping in this place?
The text was updated successfully, but these errors were encountered:
Seems that it is impossible to setup bridging of topics,
Seems that it is impossible to configure bridging of topics containing spaces, eg:
I tried to configure it like this:
but fail with
Error: Invalid bridge topic direction '4'
on mymosquitto version 1.4.15
Is it possible to add spaces escaping in this place?
The text was updated successfully, but these errors were encountered: