We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example code is full of placeholders, e.g. http://docs.openhab.org/configuration/sitemaps.html#element-type-switch
Switch item=<itemname> [label="<labelname>"] [icon="<iconname>"]
The use of <> is confusing in certain situations. I just realized that another symbol (unicode) is commonly used for these cases. http://www.fileformat.info/info/unicode/char/3008/index.htm
<>
Switch item=〈itemname〉 [label="〈labelname〉"] [icon="〈iconname〉"]
If the introduced space is not desired, we can also go with http://www.fileformat.info/info/unicode/char/2329/index.htm
Switch item=〈itemname〉 [label="〈labelname〉"] [icon="〈iconname〉"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example code is full of placeholders, e.g. http://docs.openhab.org/configuration/sitemaps.html#element-type-switch
The use of
<>
is confusing in certain situations. I just realized that another symbol (unicode) is commonly used for these cases. http://www.fileformat.info/info/unicode/char/3008/index.htmIf the introduced space is not desired, we can also go with http://www.fileformat.info/info/unicode/char/2329/index.htm
The text was updated successfully, but these errors were encountered: