[amazonechocontrol] fix unnecessary refresh and add text commands (#9328)
* fixed: removed unnecessary refresh on push activity Signed-off-by: Jan N. Klug <jan.n.klug@rub.de> Also-By: Tom Blum <trinitus01@googlemail.com> Co-authored-by: Tom Blum <trinitus01@googlemail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ This binding can control Amazon Echo devices (Alexa).
|
||||
It provides features to control and view the current state of echo devices:
|
||||
|
||||
- use echo device as text to speech from a rule
|
||||
- execute a text command
|
||||
- volume
|
||||
- pause/continue/next track/previous track
|
||||
- connect/disconnect bluetooth devices
|
||||
@@ -179,6 +180,7 @@ It will be configured at runtime by using the save channel to store the current
|
||||
| announcement | String | W | echo, echoshow, echospot | Write Only! Display the announcement message on the display. See in the tutorial section to learn how it’s possible to set the title and turn off the sound.
|
||||
| textToSpeech | String | W | echo, echoshow, echospot | Write Only! Write some text to this channel and Alexa will speak it. It is possible to use plain text or SSML: e.g. `<speak>I want to tell you a secret.<amazon:effect name="whispered">I am not a real human.</amazon:effect></speak>`
|
||||
| textToSpeechVolume | Dimmer | R/W | echo, echoshow, echospot | Volume of the textToSpeech channel, if 0 the current volume will be used
|
||||
| textCommand | String | W | echo, echoshow, echospot | Write Only! Execute a text command (like a spoken text)
|
||||
| lastVoiceCommand | String | R/W | echo, echoshow, echospot | Last voice command spoken to the device. Writing to the channel starts voice output.
|
||||
| mediaProgress | Dimmer | R/W | echo, echoshow, echospot | Media progress in percent
|
||||
| mediaProgressTime | Number:Time | R/W | echo, echoshow, echospot | Media play time
|
||||
@@ -199,7 +201,6 @@ E.g. to read out the history call from an installation on openhab:8080 with an a
|
||||
|
||||
http://openhab:8080/amazonechocontrol/account1/PROXY/api/activities?startTime=&size=50&offset=1
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
#### echo.things
|
||||
|
||||
Reference in New Issue
Block a user