From c84fd7ab608bd861c011053fcfccc729b0ee8a73 Mon Sep 17 00:00:00 2001 From: thorsten-gehrig Date: Sun, 25 Dec 2016 16:21:36 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24b4fa0..179b5f4 100644 --- a/README.md +++ b/README.md @@ -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: 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"}'