Skip to content

Support for System Topic ($SYS) #105

Open
@ssayebee

Description

@ssayebee

I am trying to configure a dashboard using the $SYS/# topic.

Although there is support for special characters such as # and +, the $ character is still not supported, preventing me from subscribing to the $SYS/# topic.

resolvedTopic = resolvedTopic.replace(/\#/gi, '__HASH__');
const resolvedQuery: MqttQuery = {

I do not fully understand the source code, but I am aware that special character support for + and # is provided using the following trick:

+ -> __PLUS__
# -> __HASH__

I would like to request support for the $ character as well using __DOLLAR__.

Thank you for your efforts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions