Commit Graph

1311 Commits (e8cff4477d312edaf95f15e88fe98d857ffe089f)

Author SHA1 Message Date
Markkuuss f09d3db5b1 Correction of unit spellings (#1130)
Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com>
2020-01-06 18:18:04 +01:00
pravussum c237a7f755 add IntelliJ developer setup HowTo (#1127)
* add IntelliJ developer setup HowTo

Signed-off-by: pravussum <pravussum@users.noreply.github.com>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>

* fixed minor formatting issue

Signed-off-by: pravussum <pravussum@users.noreply.github.com>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>
Signed-off-by: pravussum <pravussum@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>
Signed-off-by: Robert Bach <openhab@mortalsilence.net>

* fixed heading hierarchy

Signed-off-by: Robert Bach <openhab@mortalsilence.net>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-06 18:17:26 +01:00
Gaël L'hopital 711d04487e Update units-of-measurement.md (#1123) 2020-01-03 18:14:17 +01:00
Mr_Ronfo 6d13507f02 Fixed a broken anchor to Thing lifecycle paragraph (#1120) 2020-01-03 17:37:18 +01:00
Sven Langer 8e16283b29 update security.md (#1122)
* update security.md

added some reverse proxy setting in order make websocket's working again see [NGINX as a WebSocket Proxy](https://www.nginx.com/blog/websocket-nginx/).

...
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
...

After doing this - local openhab installation was able to talk to my private openhab cloud services again (docker:opehab --> internet --> myserver --> docker:nginx proxy --> docker:myopenhab-cloud-service)

Signed-off-by: Kekspackung <github.sven@kekspackung.de>
Signed-off-by: Kekspackung <45968725+Kekspackung@users.noreply.github.com>

* Added tabulation

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-03 17:35:23 +01:00
vzorglub f49f20edef Added cubic metre (#1125) 2020-01-03 16:24:36 +01:00
cat101 6cd16b3fa0 Switch elements cannot have nested groups (#1121)
* Switch elements cannot have nested groups

This is a known issue already mentioned here https://github.com/openhab/openhab-docs/issues/491

* Added sign off

Signed-off-by: Matias Cuenca-Acuna (cat101@somewhere.com)
2019-12-28 19:04:45 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
Mr_Ronfo faf4bb1b51 Corrected "adding dependencies" link (#1118)
Previous one was returning http 404
2019-12-27 16:17:10 +01:00
Jerome Luckenbach 58638a97c1
Removed priority label token
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 14:28:30 +01:00
jimtng 32aeac59d4 [exec-action] Clarify the use of @@ for executeCommandLine action (#1113)
* [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>
2019-12-27 14:15:08 +01:00
Stewart Cossey fc2ae61a00 Update Unit of Measurements with new Units from openhab-core (#1036)
* 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>
2019-12-27 13:57:47 +01:00
Miika Jukka de0794ee65 Update Notepad++ user defined languages link (#1108)
Closes #1072

Signed-off-by: Miika Jukka <miikajukka@gmail.com>
2019-12-25 20:01:05 +01:00
Jerome Luckenbach d4aed208db
Refactor concepts/categories.md page. (#1103)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-25 19:59:21 +01:00
Christoph Weitkamp b714008d16 Added information about i18n of Discovery Results (#1109)
* 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>
2019-12-25 19:43:10 +01:00
Miika Jukka e8bcb882d2 [nginx]Diffie-Hellman key size (#1111)
Lower the key size for faster generation of key and change note accordingly

Closes #1110 

Signed-off-by: gitMiguel <miikajuka@gmail.com>
2019-12-25 19:40:00 +01:00
jimtng aa23558e80 [http-actions] Add documentation on new Http actions with headers (#1112)
* [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>
2019-12-25 19:36:16 +01:00
Christoph Weitkamp e82b539c6f Configuration Admin Service: Added nullness annotations in examples (#1105)
* Added nullness annotations

- Added nullness annotations
- Applied formatter
- Fixed example code

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Improved Hint

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-18 22:28:27 +01:00
Richard Koshak 31537a2f04 Clarification for where to look for other examples (#1107)
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>
2019-12-18 22:15:39 +01:00
Miika Jukka 0ec26ea249 Fix link in binding development section (#1106)
Fix link to contributing.html by removing a subfolder.

Signed-off-by: Miika Jukka <miikajukka@gmail.com>
2019-12-18 22:14:38 +01:00
Christoph Weitkamp cececf35a3 Added information about 'ItemStatePredictedEvent' and 'GroupItemStateChangedEvent' (#1100)
- Added information about `ItemStatePredictedEvent` and `GroupItemStateChangedEvent`
- Applied some linter

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-12-16 20:39:50 +01:00
Daniel Weisser 3a001d850b Fix typo (#1099) 2019-12-16 20:31:17 +01:00
Wouter Born 661c450fa7 Update JSR223 docs for renamed automation package (#1097)
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>
2019-12-16 13:00:15 +01:00
Ben Clark b78bad4286 Update manual systemd configuration (#1095)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-12-16 12:59:30 +01:00
jimtng 048b1676c2 Fixed one typo "Sting" in HTTP Action (#1096) 2019-12-16 12:59:06 +01:00
mueller-ma d31cdb8581 Add pink and gold to supported colors (#1094)
https://github.com/openhab/openhab-android/pull/1703
https://github.com/openhab/openhab-android/issues/1640#issuecomment-558827596

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-28 12:32:29 +01:00
Jerome Luckenbach 1e596ec5cb
Add labeler action from github
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 22:09:56 +01:00
Jerome Luckenbach 3b5f9f1bef
Delete labeler.yml
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 22:06:46 +01:00
Jerome Luckenbach 90f5805c18
Update label definitions
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 21:49:08 +01:00
Jerome Luckenbach 65784d786c
Update labeler.yml
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 21:25:54 +01:00
Jerome Luckenbach dc1419f48a
Fix label definitions and cron. (#1093)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-27 20:00:34 +01:00
mueller-ma ee506dfdae Add JsonPath icon (#1092)
and remove some unneeded x-bit

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-26 11:57:07 +01:00
Jerome Luckenbach 17a3424ec3
Add automatic pr labeling through github actions. (#1089)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-11-25 18:54:13 +01:00
Michael Geramb 9ad20d39a5 amzonechocontrol binding logo (#1088) 2019-11-21 21:47:26 +01:00
Richard Koshak 920d97148f Updated the paths to the json schemas (#1087)
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>
2019-11-21 09:46:48 +01:00
mueller-ma 6f22499445 [Sitemaps] Update punctuation (#1086)
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-20 22:09:09 +01:00
mueller-ma cf1b6f7371 [Sitemaps] Update switchSupport Slider parameter (#1085)
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>
2019-11-20 19:15:02 +01:00
Christoph Weitkamp 846cdcc28b Added an example for "Contructor Injection" (#1078)
- Added an example for "Contructor Injection" to reference a service

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-18 19:57:10 +01:00
Christoph Weitkamp d708cc7079 Fixed broken link (#1083)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-18 19:56:56 +01:00
Markus Storm 200c037298 Update introduction.md (#1077)
* Update introduction.md

update on RPi and openHABian options recommendations

* Update introduction.md

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>

* Update introduction.md
2019-11-18 19:56:29 +01:00
Hilbrand Bouwkamp 073f4c1524 [developers] Removed unneeded step for new binding (#1082)
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>
2019-11-15 19:56:59 +01:00
Roberto Barbero 1327df9de0 Corrected misspelling (#1080)
Corrected 'concatination' for 'concatenation'
2019-11-14 20:13:16 +01:00
Richard Koshak dcc10eef45 Changed from "RPi 2 or newer" to "RPi 2 or better" (#1076)
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.
2019-11-13 22:26:23 +01:00
Richard Koshak 273b196a9e Documentation for the new Ephemeris capability. (#1074)
* 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>
2019-11-13 01:24:03 +01:00
Christoph Weitkamp 0498c87e2d Added example for multiple configuration (#1075)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-12 22:10:08 +01:00
Christoph Weitkamp 8145798969 Applied code formatter in guideline examples (#1073)
* Applied code formatter in guideline examples

- Applied code formatter in guideline examples
- Updated links (http, Java 8 and OSGi)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Update guidelines.md

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-11-12 20:35:14 +01:00
Arne Seime 559b54d65e Updated develop docs according to spotless maven code formatting plugin (#1058)
* Updated develop docs according to spotless maven code formatting plugin

Signed-off-by: Arne Seime <arne.seime@gmail.com>

* Updated link to code formatter definitions

Signed-off-by: Arne Seime <arne.seime@gmail.com>

* Updated links to code formatting rules. Reverted header numbering change

Signed-off-by: Arne Seime <arne.seime@gmail.com>
2019-11-11 20:03:05 +01:00
Hilbrand Bouwkamp 1aded5aa32 Added detailed rules on capitalization of labels (#1071)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-11-06 22:43:56 +01:00
Hilbrand Bouwkamp c211fbe8d0 Removed some references to Eclipse SmartHome (#1070)
And reformatted some tables.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-11-06 22:43:10 +01:00
Agustin Falco 2f5b9a0f63 Update index.md (#1069) 2019-11-03 20:50:11 +01:00