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
```
* 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>
* 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>
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>