2016-12-25 09:59:11 +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
|
2016-12-25 16:21:13 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More commands - not yet in a script... but easy for DIY:
|
|
|
|
|
|
|
|
Shuffle on/off:
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"ShuffleCommand","shuffle":true}'
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"ShuffleCommand","shuffle":false}'
|
|
|
|
|
|
|
|
Repeat on/off:
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"RepeatCommand","repeat":true}'
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"RepeatCommand","repeat":false}'
|
|
|
|
|
|
|
|
+30Sek / -30Sek (e.g. for Books)
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"ForwardCommand"}'
|
2016-12-25 16:21:36 +01:00
|
|
|
|
2016-12-25 16:21:13 +01:00
|
|
|
CMD='{"type":"RewindCommand"}'
|