* [exec-action] Clarify the use of @@ for exec command line
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* [exec-action] provided an example for both the simple case and one with space.
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* [exec-action] Split paragraph.
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* Fixed one line per sentence
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added custom container
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update Unit of Measurements with new Units from openhab-core SmartHomeUnits class.
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
* Update UoM documentation to include binary prefixes and some additional tweaks.
Add Binary Prefixes table.
Change some unit text styling.
Change prefix Value column to Factor.
Tweak some formatting.
Modify a sentence to mention BinaryPrefix.
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
* Add mm/h notation.
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
* Added section about "Internationalization of Discovery Services"
- Added section about "Internationalization of Discovery Services"
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added section about "Discovery Results"
- Added section about "Discovery Results"
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Update developers/utils/i18n.md
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Update developers/utils/i18n.md
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* [http-actions] Add documentation on new Http actions with headers
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* [http-actions] Add an example for HTTP action
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
* [http-actions] Simplify example
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
It was brought to my attention that the sentence on line 278 was not clear. I've rewritten it to address the confusion.
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
- Added information about `ItemStatePredictedEvent` and `GroupItemStateChangedEvent`
- Applied some linter
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
All Java classes in the org.eclipse.smarthome.automation package have been moved to the org.openhab.core.automation package.
Signed-off-by: Wouter Born <github@maindrain.net>
I believe I got the URL correct. The root path to the schemas is https://openhab.org/schemas which is at the same level as the root `docs`. I don't know for sure that the relative path used here will work or not.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
The Android app sends `ON` or `OFF`. Depending on the binding, `ON` can stand for "latest non-zero brightness" or for `100`.
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
Because the eclipse launch pom.xml has changed compilation of the bom file is not required anymore to make it work. So this step can be removed from the documentation.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
The RPi 0 and RPi 0W are both "newer" than the RPi 2. The important thing isn't when the RPi came out, it's the hardware specs. By saying "newer" it is a little misleading to some users.
* Documentation for the new Ephemeris capability.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Addressed comments from Confectician and cweitkamp
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Added to separate dyas of the week with a comma in the list.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version
* Add recommendation for using 64-bit JVM on Intel/AMD
* Update recommendation for ARM with Raspberry Pi example so users can easier relate to it
* Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works
* Fix typo
Fixes#932
Signed-off-by: Wouter Born <github@maindrain.net>