Commit Graph

14 Commits (203b065784637f6424badac5892f0c66440fc1d3)

Author SHA1 Message Date
Christoph Weitkamp d10a909c9c
Renamed subcommands to 'link' / 'unlink' and added 'orphan' (#1282)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-11 15:55:25 +01:00
Christoph Weitkamp 9dbc6a989e
Changed console command prefix to 'openhab' (#1281)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-11-06 19:13:32 +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
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
vzorglub 5acd79fd3c Changed smarthome:script (incorrect syntax) (#854)
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
```
2019-01-07 19:13:54 +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
Yannick Schaus 19d8d3d39d Fix runtime command tables rendering (#680)
The new website's Markdown renderer (like GitHub's) doesn't support tables without headers.

Signed-off-by: Yannick Schaus <github@schaus.net>
2018-05-21 18:19:24 +02:00
Christoph Weitkamp 229544ad4b Documentation for new parameter to adjust the volume (#644)
* Added parameter to adjust the volume

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

* Added 'volume' parameter in the runtime section

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

* Removed volume parameter for 'stream()' methods

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-03-14 14:20:47 +01:00
Thomas Dietrich d1e667aa54 [Runtime] Remove table headers 2016-11-12 20:34:33 +01:00
Thomas Dietrich 0681324a2e Fix markdown 2016-11-12 20:24:41 +01:00
Kai Kreuzer 9075c11b32 added audio and voice console commands
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2016-11-12 20:24:41 +01:00
Thomas Dietrich 228e74fa83 Add title to most pages, fixes (#60)
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>
2016-08-05 12:10:20 +02:00
joergkling 49c89a643a Rewrite of examples in chapter "Administration" so that they based on the demo setup (#52)
Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-08-02 11:35:18 +02:00
joergkling 576c75cb4a Small enhancements to chapter "Administration" and new sub-chapter "Runtime Commands" (#47)
* Small enhancements plus new chapter "Runtime Commands"

Signed-off-by: Joerg Kling <joerg.kling@gmail.com>
2016-07-16 21:50:38 +02:00