Commit Graph

134 Commits (2.5.x)

Author SHA1 Message Date
Michael Rossner 6c4510dccc
add description of Ephemeris localization support (#1210)
Add a new section to describe the localization support and how-to steps

Signed-off-by: Michael Roßner Schrott.Micha@web.de
2020-05-02 14:02:29 +02:00
Bjorn Helgaas 97acebc827
Correct typos (#1190)
* Correct usage of its/it's

"It's" is always a contraction of "it is" or "it has".  "Its" is a
possessive.  Correct a few places where they were used backwards.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct "Z-Wave" spelling

Per https://www.z-wave.com/, the canonical spelling appears to be "Z-Wave".
Most places use "Z-Wave" already; change the remaining references to match.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct typos and grammatical errors

Correct some typos and grammatical errors.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
2020-04-11 17:43:39 +02:00
Christoph Weitkamp b83f2e4773
Added note about broken action (#1164)
* 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>
2020-03-09 21:05:12 +01:00
Christoph Weitkamp 5653044638 Changed "Joda DateTime" to "ZonedDateTime" (#1140)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-01-14 20:55:51 +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
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
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
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
jimtng 048b1676c2 Fixed one typo "Sting" in HTTP Action (#1096) 2019-12-16 12:59:06 +01:00
Roberto Barbero 1327df9de0 Corrected misspelling (#1080)
Corrected 'concatination' for 'concatenation'
2019-11-14 20:13:16 +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
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
maniac103 bfcda52f41 Clarify cloud notification action documentation (#824)
Add more concise parameter description, and document the action variants that accept an icon and a severity level.

Signed-off-by: Danny Baumann <dannybaumann@web.de>
2019-03-10 19:05:10 +01:00
Markus Lipp 428452ce7f Fix links (#865)
* Fixed links in uis.md

Multiple dead links fixed

* Fix links

multiple links to addons page fixed

* Delete reference to non-existing doc page

Reorg of docs made the referenced chapter obsolete

* Fixed multiple links

various links fixed

* Fixed links

links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.

* link fixed

link to addons section fixed

* fixed link

fixed link to UI selection screen

* Fix link

Fixed link to addons section

* Fix links, update example

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)

Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding

* delete link habpanel.md

Deleted inexisitng link

* Fix links index.md

Fixed links

* Fix link sitemaps.md  (code review)

* Update installation/windows.md (Code review)

Co-Authored-By: LightIsLife <lipp.markus@gmail.com>

* Fix typo migration.md (Code review)

* Fixed typo migration.md (code review)

* Update qnap.md
2019-01-15 19:18:58 +01:00
Jerome Luckenbach ae90389d40
Refactoring of nearly all markdown tables. (#869)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
fuslwusl fed161b4ac Fix compare with null to !== instead of != (#867) 2019-01-13 11:50:09 +01:00
vzorglub 59c40c6249 Added transformation service installation info (#861) 2019-01-12 16:23:44 +01:00
vzorglub 3ebc334b70 Added note in Http Actions about timeout parameter (#844) 2019-01-04 15:48:06 +01:00
Wouter Born 2803603919 Fix configuration file path references (#779)
* Replace 'config/' and 'conf/' with '$OPENHAB_CONF/'

Signed-off-by: Wouter Born <eclipse@maindrain.net>

* Replace ${openhab.home} with $OPENHAB_HOME in compatibilitylayer.md

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-10-01 17:19:56 +02:00
Wouter Born 580f30917c Rename all variants to macOS (#778)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-18 19:35:39 +02:00
Wouter Born 35a0986f6e Fix add-ons file path references (#780)
The add-ons JAR and KAR files are stored in a directory named "addons" and not "add-ons".

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-18 19:32:03 +02:00
Richard Koshak 75b3554254 Added docs for missing core actions (#769)
Added description for executeCommandLine, callScript, and transform Actions. 

Addresses #768 

Signed off by Rich Koshal <rlkoshak@gmail.com>
2018-09-01 16:13:52 +02:00
vzorglub a3f8fdd980 Added space before timer Lambda (#745)
Signed-off by Vincent Regaud <vzorglub@gmail.com>
2018-07-15 12:26:06 +02:00
Christoph Weitkamp b7814c7a8b Moved documentation for audio & voice actions to multimedia section (#742)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-07-14 08:30:11 +02:00
Tomtibo a3544e1603 Update actions.md (#699) 2018-06-07 08:27:00 +02:00
mueller-ma 4c4eafdd86 s/MacOS/macOS (#696)
Fixes #685

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2018-06-04 08:11:11 +02:00
Kai Kreuzer b8cbb4bdc8
added new logos
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-28 00:51:04 +02:00
Kai Kreuzer 8deca79065
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-24 09:32:10 +02:00
Kai Kreuzer 94952bf804
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-09 10:57:39 +02:00
Kai Kreuzer 33b5b3b782 [addons/actions.md] fixed typo (#672) 2018-05-03 23:22:39 +02:00
Jerome L cb6d22d72a
[addons/io.md + addons/index.md] Clarified Misc on systems integration page and added an explanation f… (#635)
* Clarified Misc on systems integration page and added an explanation for the different installation options.

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

* Review improvements.

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

* Changes due to second review

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

* Adressed review comments. Added feature command family to console part.

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

* Again some review based changes.

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

* Removed console part, Added addons.cfg part and added a warning to jar file part.

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

* Image not needed without console section.

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

* Again some small improvements for introduction and addons.cfg part.

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

* Improvements to addons.cfg section.

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

* Adressed review comments

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

* Pointed needed addon types for trailing 1 out.

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

* Adressed review comments and fixed one remaining typo

Signed-off-by: Confectrician <github@luckenba.ch>
2018-04-28 10:13:22 +02:00
Kai Kreuzer dae6cbc34b
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-04-26 16:41:20 +02:00
Kai Kreuzer 1e5e3c049f
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-03-30 18:45:31 +02:00
Chip Rosenthal 6644c52ffd [addons/actions.md] Fix sentence fragment (#633)
There is a sentence fragment in the "Event Bus Actions" section which makes the text non-understandable.

I added what I believe is the missing text to complete the sentence. Can a subject matter expert review?
2018-01-22 22:57:33 +01:00
Kai Kreuzer 2defd2204f
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-01-18 10:39:19 +01:00
Brad Gilmer 3818baba84
[actions] Add notification actions (#587)
* [actions] Add notification actions
- added three notification actions

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Correct linter errors

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Add a pointer to info at www.myopenhab.org

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Correct syntax errors
-  Replaced angle brackets with quotes
-  Still have a problem in jekyll with example code block rendering on my system

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Change example and accompanying text

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Address @Thomdetrich comments
-  Changed heading to Cloud Notification Actions
-  Changed to refer to openHAB Cloud instance
-  Removed specific reference to myopenHAB.org
-  Deleted example

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Add short intro to Installable Actions sectiony

Signed-off-by: Brad Gilmer <brad@gilmer.tv>

* Moved Cloud Actions up to a main heading
- Add example on apartment front door notification

Signed-off-by: Brad Gilmer <brad@gilmer.tv>
2018-01-09 16:42:26 -05:00
Thomas Dietrich 4b76867d3e Fix Android USAGE.md import, fixes #617
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2018-01-07 17:38:02 +01:00
Thomas Dietrich c4db6d7786 Adopt openhab-android repo name, fixes #613
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2018-01-07 17:38:02 +01:00
Kai Kreuzer d67a7d816d
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-12-22 08:08:32 +01:00
Thomas Dietrich f1ff041c71 Update addons article links
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-11-15 07:27:58 +01:00
Thomas Dietrich bd3111097b Attend to nit suggestions
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-10-18 17:04:23 +02:00
Thomas Dietrich 80599bcbf7 Improve UIs article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-10-18 17:04:23 +02:00
Thomas Dietrich f0487deb5d Add new externals, rename addons plural
* openHABian USAGE
* alexa-skill USAGE
* mycroft-skill USAGE
* HABPanel config article

persistence -> persistences
io -> ios

Many minor changes to articles

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de>
2017-10-18 17:04:23 +02:00
kceiw a08044120d [Rules] Add chapters on thing status in actions and rules (#463)
The change of the code is at https://github.com/eclipse/smarthome/pull/3001
After this commit, the end user can find the documentation about how to react
to thing status change in the rule.

Bug: #517

Incorporate more pull request feedback.

Signed-off-by: Maoliang Huang <hellomao@outlook.com>
2017-09-26 12:08:50 +02:00
Thomas Dietrich 787295ff25 Add transformations section to rules-dsl (#513)
* Add transformations section to rules-dsl

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Attend to comments, part 1

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Attend to comments, part 2

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Attend to comments, part 3

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:20:58 +02:00
Thomas Dietrich 826ef4abb4 Distinguish collections, improve update process (#514)
* Rename collection folders

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Change all occurences of addons and repos

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Add further corrections

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove temporary directories after processing

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Reduce addons menus, show current uncond.

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Fix typo

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Remove redundant addons from permalinks

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Sort UI menu entries correctly

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>

* Split maven command

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-22 21:05:09 +02:00
dome2048 2cece1ff01 [iOS app] Improve content (#499)
Closes #200 

* initial edits

Added detail to iOS app page, including feature list, screenshots, and
brief setup instructions

* Initial edits

Reference issue 200, added feature list, screenshots, and getting
started instructions.

* Updates per review

Fixed some grammar and formatting issues, provided more accurate
description of app’s remote capabilities, and fixed image width display.

Signed-off-by: Tom Nerison captomner@gmail.com (github: dome2048)

* Add a few corrections

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-09-22 03:16:36 +02:00
Thomas Dietrich 07fb3f75a3 [Transformations] Add general usage description (#488)
* Add general usage description to Transformations

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update transformations.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update transformations.md

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Add content to transform config article

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-09-21 22:13:32 +02:00
mueller-ma ded3d44373 [Android app] Update openHAB app images (#500)
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2017-09-16 13:36:45 +02:00
Richard Koshak c6cc435ddd [Actions] Initial addition of core actions. (#397)
* Initial addition of documentation for core actions.

Signed off by Richard Koshak <rlkoshak@gmail.com>

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Making Thom's requested changes.

- fixed spelling of specified
- added missing itemization * to logging section.
- added missing itemization * to createTimer section

Signed off by Richard Koshak <rlkoshak@gmail.com>

Signed-off-by: Richard Koshak <rlkoshak@gmail.com>

* Add toc

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-28 22:28:33 +02:00