mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-22 16:59:03 +01:00
Update README.md
This commit is contained in:
parent
a48469d51f
commit
c84fd7ab60
@ -8,13 +8,19 @@ Please find more details here: https://www.gehrig.info/alexa/Alexa.html
|
|||||||
More commands - not yet in a script... but easy for DIY:
|
More commands - not yet in a script... but easy for DIY:
|
||||||
|
|
||||||
Shuffle on/off:
|
Shuffle on/off:
|
||||||
|
|
||||||
CMD='{"type":"ShuffleCommand","shuffle":true}'
|
CMD='{"type":"ShuffleCommand","shuffle":true}'
|
||||||
|
|
||||||
CMD='{"type":"ShuffleCommand","shuffle":false}'
|
CMD='{"type":"ShuffleCommand","shuffle":false}'
|
||||||
|
|
||||||
Repeat on/off:
|
Repeat on/off:
|
||||||
|
|
||||||
CMD='{"type":"RepeatCommand","repeat":true}'
|
CMD='{"type":"RepeatCommand","repeat":true}'
|
||||||
|
|
||||||
CMD='{"type":"RepeatCommand","repeat":false}'
|
CMD='{"type":"RepeatCommand","repeat":false}'
|
||||||
|
|
||||||
+30Sek / -30Sek (e.g. for Books)
|
+30Sek / -30Sek (e.g. for Books)
|
||||||
|
|
||||||
CMD='{"type":"ForwardCommand"}'
|
CMD='{"type":"ForwardCommand"}'
|
||||||
|
|
||||||
CMD='{"type":"RewindCommand"}'
|
CMD='{"type":"RewindCommand"}'
|
||||||
|
Loading…
Reference in New Issue
Block a user