* Replace outdated zulu.org link.
As of 3/23/2020 zulu.org has an SSL cert that expired on 9/28/2019. Changed link to azul.com/downloads, since that appears to be the new official source.
Signed-off-by: Billy Stevens <contact@wasv.me>
* Changed all http links to https for installation/index.md.
All changed links working, tested on 3/24/2020.
Signed-off-by: Billy Stevens <contact@wasv.me>
* Added note about broken action
See https://github.com/openhab/openhab-core/issues/1374
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Incorporated changes from review
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Incorporated changes from review
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Added missing preset variables
Signed-off-by: Scott Rushworth <openhab@5iver.com>
* Cleaned up blank lines, fixed table, and added file name for SimpleRule
Signed-off-by: Scott Rushworth <openhab@5iver.com>
For me it was confusing how to pass on the serviceId into methods that already had an argument. An extra example is always good.
Signed-off-by: jaco <jaco.waes@gmail.com>
Default openHAB userdata environment variable should be `$OPENHAB_USERDATA`, not `$USER_DATA` shouldn't it? At least, this is the default on my fresh openHABian and also the most popular variant to find in the docs.
VA (Volt-Ampere - apparent power) and var (Volt-Ampere reactive) are used to measure power and energy consumption in AC circuits.
Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>
Removed example using the + operator for string concatenation, since we should only be recommending parameterized logging. I also removed the string formatting example, since this could cause confusion when using Items with UoM.
Signed-off-by: Scott Rushworth <openhab@5iver.com>
* Fix start.sh debug command
Signed-off-by: Tim Roberts <troberts@bigfoot.com>
* Added to VSCode settings
Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>
* Added settings.json and references to it
Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>
* Fix typos
Signed-off-by: Tim Roberts <timmarkroberts@gmail.com>
* 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>
* [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>