Skip to content

Commit

Permalink
renamed features from tts to voice to sync it with latest ESH definit…
Browse files Browse the repository at this point in the history
…ion (openhab#194)

Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer committed Apr 26, 2016
1 parent efcba11 commit 39a9b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ action =
# A comma-separated list of transformation services to install (e.g. "map,jsonpath")
transformation =

# A comma-separated list of text-to-speech engines to install (e.g. "marytts,freetts")
tts =
# A comma-separated list of voice services to install (e.g. "marytts,freetts")
voice =

# A comma-separated list of miscellaneous services to install (e.g. "myopenhab")
misc =
6 changes: 3 additions & 3 deletions docs/sources/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are starting and want the demo package, which consists out of demo config
It allows you to choose a base package and any add-on that you might want to install. Note that all required dependencies (e.g. io.transport bundles) will automatically be installed, so you do not need to worry about this anymore. You also do not have to get hold of the jar file yourself as the openHAB distribution either includes it already locally (offline distro) or knows from where to download it (online distro).

```
# The base installation package of this openHAB instance
# The base installation package of this openHAB instance (default is "standard")
# Valid options:
# - minimal : Installation only with dashboard, but no UIs or other addons
# - standard : Typical installation with all standards UIs
Expand All @@ -42,8 +42,8 @@ action =
# A comma-separated list of transformation services to install (e.g. "map,jsonpath")
transformation = map
# A comma-separated list of text-to-speech engines to install (e.g. "marytts,freetts")
tts =
# A comma-separated list of voice services to install (e.g. "marytts,freetts")
voice =
# A comma-separated list of miscellaneous services to install (e.g. "myopenhab")
misc = myopenhab
Expand Down

0 comments on commit 39a9b18

Please sign in to comment.