Go to file
2017-12-08 10:09:42 +01:00
alexa_remote_control_plain.sh Added a bunch of features as well as a non-JQ version 2017-12-08 10:03:23 +01:00
alexa_remote_control.sh Added a bunch of features as well as a non-JQ version 2017-12-08 10:03:23 +01:00
alexa-pandora.sh first commit 2016-12-25 09:10:29 +01:00
alexa-tunein.sh first commit 2016-12-25 09:10:29 +01:00
README.md Update README.md 2016-12-25 16:21:36 +01:00

alexa-remote-control

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

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"}'