* [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>
* Update Things/Item config recommendation
Seems still some people manage to misread that.
* Update index.md
reworded GUI/files recommendation
as this is a source of problems to most OH users
* Apply suggestions from code review
Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>
* Update index.md
some English-ification (sorry :))
* Added blockqute and newline
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Removed structure from binding page as it's duplicated on the guidelines page.
Updated and improved the description on the guidelines page with the information that was on the bindings page (that information was improved recently).
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>