Update README.md

pull/6/head
Alex 2017-12-08 10:08:31 +01:00 committed by GitHub
parent c84fd7ab60
commit fe64dfe03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 26 deletions

View File

@ -1,26 +1 @@
# 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"}'
see my branch adn77-ccokie-automation (https://github.com/adn77/alexa-remote-control/tree/adn77-cookie-automation) for the latest version