Update README.md

pull/3/head
thorsten-gehrig 2016-12-25 16:21:13 +01:00 committed by GitHub
parent 99e161248f
commit a48469d51f
1 changed files with 16 additions and 0 deletions

View File

@ -2,3 +2,19 @@
control Amazon Alexa from command Line (set volume, select station from tunein or pandora) control Amazon Alexa from command Line (set volume, select station from tunein or pandora)
Please find more details here: https://www.gehrig.info/alexa/Alexa.html Please find more details here: https://www.gehrig.info/alexa/Alexa.html
More commands - not yet in a script... but easy for DIY:
Shuffle on/off:
CMD='{"type":"ShuffleCommand","shuffle":true}'
CMD='{"type":"ShuffleCommand","shuffle":false}'
Repeat on/off:
CMD='{"type":"RepeatCommand","repeat":true}'
CMD='{"type":"RepeatCommand","repeat":false}'
+30Sek / -30Sek (e.g. for Books)
CMD='{"type":"ForwardCommand"}'
CMD='{"type":"RewindCommand"}'