Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Multiple Topics via "MQTTSubscribe" setting. #2099

Open
ghormann opened this issue Jan 1, 2025 · 0 comments
Open

Allow Multiple Topics via "MQTTSubscribe" setting. #2099

ghormann opened this issue Jan 1, 2025 · 0 comments
Assignees

Comments

@ghormann
Copy link
Member

ghormann commented Jan 1, 2025

Currently, the MQTTSubscribe setting can be used to subscribe to a single MQTT PATH. (The Path can include wild cards). With this enhancement, the user would be able to subscribe to multiple paths.

Proposed implementation is to keep a single Settings variable, but use ";;;" as a separator. (Semi-colin is a valid character in a topic name, but it is unlikely to see three together). -- Proposing this implementation as we don't have a setting type that supports list.

@ghormann ghormann self-assigned this Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant