Added language to clarify that sendCommand can trigger rules with received update trigger
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
* Update introduction.md
Provide entry-user level friendly introduction with a step-by-step introductions of Concepts, principles and first steps.
fixes#845fixes#849
only partially considers #838
Signed-off-by: Markus Lipp <lipp_markus@gmail.com> (github: LightIsLife)
* Clarify Raspi version and remove duplication.
Clarification added that Raspberry Pi Version 2 or 3 are most suitable for beginners. Some duplication removed.
* Fix language as per PR discussion
Addresses comments and language improvements from:
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451813748 (multiples)
https://github.com/openhab/openhab-docs/pull/850#issuecomment-451867353 (highlighting Raspi limitations: SD card and limited RAM)
* minor language update.md
changing "main" to "potential" when referencing limitations of Raspberry PIs
Co-Authored-By: LightIsLife <lipp.markus@gmail.com>
* Fix spelling and remove double-spaces
* Address review comments
Only section left unchanged is that for bindings. While add-ons contain more elements, it was deliberately kept simple and focuses on bindings only. Existing text highlights that corresponding table is oversimplified and incomplete.
* Remove --user option which should not be used because it causes permission issues
* Remove unnecessary --tty option when running as service, nowdays the container will be started in server mode when there is no tty
* Update list of default environment variables
* Correct Ubuntu 16.1 to 16.04
* Nest 1.x binding uses .java whereas Nest 2.x binding does not
Signed-off-by: Wouter Born <eclipse@maindrain.net>
By the way, it doesn't work
**test.script**
```
logInfo("TEST", "SCRIPT")
```
`openhab> smarthome:script test.script`
```
___ test.script
The method or field test is undefined; line 1, column 0, length 4
```
* More straightforward example rules_refresh.sh
* Use environment var for config directory location
Signed-off-by: Dmitry Kann <yktooo@gmail.com> (github: yktoo)
* Update items.md
extra detail for numeric dynamic icons
* Update items.md
Okeydoke, I have suggested a similar form of words
* Update items.md
akk, typo fixed. Also tidied blank line.
* Update editors.md
Added BBEdit to the list
Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
* Update editors.md
Added BBEdit to the list, added a new line
Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
* Update Logging article, log4j2
Closes https://github.com/openhab/openhab-docs/issues/476 (yes, 1 year later 👍 )
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Further updates on logging.md
[!] Changed the introductory text in section `#defining-what-to-log`
[!] Split the text in section `#defining-what-to-log` to one line per sentence
[!] Minor cosmetic improvements
Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
* Removed unnecessary blank lines
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* minor clarifications
* "*" => "R" for recommended options
* bad link to Homebuilder
* Update index.md
* wording improved
Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)