* Optimize profile example section layout
Signed-off-by: Patrick Fink <mail@pfink.de>
* Fix copy&paste error
Signed-off-by: Patrick Fink <mail@pfink.de>
* Use good coding practice für multi channel linkage
Signed-off-by: Patrick Fink <mail@pfink.de>
* typo fix
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
* UI: Detail how implicit prop are named for action groups
Add CSS-Tricks almanac link, a good CSS reference.
Signed-off-by: Yannick Schaus <github@schaus.net>
* Remove duplicated paragraph
Signed-off-by: Yannick Schaus <github@schaus.net>
* Fix errors, non-existent NUMBER prop type
Signed-off-by: Yannick Schaus <github@schaus.net>
Both, the text description and the example output talk about logging level debug for the heating rule but the statement to set the log level used level info instead of level debug.
To match the description and the example output it has to be log:set debug org.openhab.core.model.script.heating
Signed-off-by: Wolfgang Schlueschen github@ncc1701d.33mail.com
Small correction to replace formatter in Item label example, from %.1f to %s
Transform returns a string, not possible to format with %.1f
Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
* Startlevel execution support for jsr223 scripts
JSR223 scripts can now be run at specific start levels as of https://github.com/openhab/openhab-core/pull/2222
This PR adds the docs to describe how it can be used.
Signed-off-by: Jonathan Gilbert <jpg@trillica.com>
* Add linebreaks.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update rules-dsl.md
Added some Quantity handling details to "Number Item" to give hints for perennial comparison and temperature add problems.
* Update rules-dsl.md
Added clear space around code inserts as recommended
It is incorrect that both additions are required to go into the `location\` block - one goes into the `server` block, the other into the `location` block. This is echoed by the final full configuration at the end of the page.
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property".
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
Make the Java naming convention more clear, as 100% of the new binding submissions that I have looked in the last week have all failed to know this. In most cases it is the Channel ID that they get wrong as:
1. Some merged bindings do it "differently".
2. The linked url does not cover what to do for channel IDs.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Note on cert exchange in security.md
Added note on changing cert, as removing and updating alias is mandatory. Otherwise Android App still gets presented old cert. More detailed instructions on cert exchange seem to be out of scope of this document, but could be provided.
Signed-off-by: Alexander Behring github.com@alexander-behring.eu
* Fixed to have one sentence per line.
Signed-off-by: Alexander Behring <github.com@alexander-behring.eu>
* Update NGINX configuration for OH3
Added new directives related to authorization required for use with OH3.
Also added additional directives that are included in the openHabian
automatic configuration but were missing from the docs.
* One sentence per line fix and additional comments.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
If there's no frontmatter at all for a page, the processing script
will not add a "source" and therefore the Edit on GitHub link
will be missing.
Signed-off-by: Yannick Schaus <github@schaus.net>