This was a silly mistake while cleaning up in f18348d0f2Resolves#459
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Correct linter warning ins config articles, part 1
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Finish configuration linter corrections
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add note on 'System started' trigger
The 'System started' trigger causes actions to execute when the system is started (i.e. a reboot). But the trigger also fires when alterations are made to any rules files. This could lead to unanticipated system behavior, since users may expect that the only time the trigger would fire is when the system initializes for the first time.
Sign-off: Signed-off-by: Brad Gilmer brad@gilmer.tv (github: bgilmer77)
* Clarify description of system-based triggers
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github: bgilmer77)
* Correct openHab to openHAB
Signed-off: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)
* Modifed per comments by @ThomDietrich
Signed-off: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)
* added documentation about Eclipse IoT Marketplace integration
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review comments
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* fixing the right occurance this time
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* addressed review comments
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* bought a "c"
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* Corrected behavior for group functions
Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
* Break down sentences to lines
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Continue the items article revision with all comments in #250.
The article is far from perfect. Many things still need to be added and improved.
This PR is another iteration and ready to be merged for now.
Related to #250#402Resolves#291
Next look into #373
* Add toc to sitemap article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Reorganize Items sections
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Update introduction and syntax
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Overhaul Icons section and more
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add multi binding section
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Edited Items document:.
* Edited Items document:
Made 'Item' and 'Group' consistently captalized
Minor grammatical and word choice corrections
Clarified the behavior of icons when used with a map
Added the table of contents
Clarified binding/linking to Items.
Signed-off-by: Richard Koshak rlkoshak@gmail.com (github: rkoshak)
* Reworked the icons section
Added a bullet list of requirements for dynamic icons.
Put the example in a table.
Added more explanation about the filename format
A few more grammatical and word choice changes
Signed-off-by: Richard Koshak <rlkoshak@gmail.com> (github: rkoshak)
* Updated Rules Ng document and images to be in sync with current UI, including the
rename from Extensions to Add-ons.
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:
halfbaked)
* Improved layout of rules-ng configuration
Signed-off-by: Eamonn O'Connell <eamonnoconnell@gmail.com> (github:halfbaked)
* Added content to the Things.md configuration page (Fixes#312)
-Added an introduction section
-Added a things definition section
-Added a discovery based definition subsection
-Added a file based definition subsection
-Added a syntax subsection
Signed-off-by: Stephen Bonar <contactme@stephenbonar.com> (github: stephenbonar)
* Revision of the article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Remove all draft notes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update index.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Remove other UIs
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Fix case and linebreak
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add motivational intro part to config
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add overview table and other details
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Enhance DSL rules for say and interpret
Submitted for publication by Laurent Garnier <lg.hc@free.fr> (github:lolodomo)
Submitted at https://github.com/openhab/openhab-docs/pull/149Closes#149
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Update multimedia.md
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
SSEs are now supported through a proxy using buffering. IMHO we should recommend the defaults (buffering=on).
Resolves#115
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Added optional HTTPS configurations
Based on feedback I received and previously made questions around the community forums.
Plus corrected spelling mistakes.
* Added requested changes
- Added further reading
- Suggested that the configuration file be named openhab instead of default
- Suggested to use SSL Labs' site first.
- Used NGINX formatting.
* Address problems with nginx configuration example
Include X-Forwarded Protocol
Disable Proxy buffering by default
* Updated Reverse Proxy page with tutorial
Removed reference to Jetty, replaced file with NGINX
* Added domain independant instructions
Also a short section about getting a domain name.
* Suggested removing HSTS if sticking to HTTP
* Fix typo
minor spelling and format inconsistencies
upper case headlines
deletes spaces and lines at the end
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>