Skip to content

Dropdown list options separator, text when set from MQTT #105

Answered by fvanroie
nagyrobi asked this question in Q&A
Discussion options

You must be logged in to vote

Besides appending |e (pipe symbol + e) at the end of the template, the escape character can be either \x, \u or \U:

  • Code points up to 0xFF should be encoded as "\xE6" in the template.

  • Code points up to 0xFFFF should be encoded as "\uE6E8" in the template.
    Note: Use lowercase \u and exactly 4 hexadecimal digits.

  • Code points above 0xFFFF must be encoded as "\U0001F5E9" in the template.
    Note: Use capital \U and exactly 8 hexadecimal digits.

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
5 replies
@arovak
Comment options

@nagyrobi
Comment options

@fvanroie
Comment options

@nagyrobi
Comment options

@arovak
Comment options

Comment options

You must be logged in to vote
6 replies
@fvanroie
Comment options

@dgomes
Comment options

@htvekov
Comment options

@fvanroie
Comment options

@htvekov
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by fvanroie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants