From 6de704a3b51f0e2d3b0d9c19750665ff3a9adf07 Mon Sep 17 00:00:00 2001 From: 42loop <ulf.freyhoff@gmx.net> Date: Thu, 28 Jun 2018 19:02:31 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 33355ba..5435ec8 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ - functions added: - -- command/hidegui -m 0/1 will show or hide the gui -- command/status -m dum will publish 1 or 0 to stat/prefix (to be consistent with sonoff replies) -- command/volume -m 50 will set the volume to 50% -- command/getmedia -m dum will publish filelist to media/prefix -- command/seek -m 50 will jump to 50secs absolute time in the currently playing video -- command/getcurrentmedia will publish current file to media/prefix/current -- command/setcurrentmedia -m 'filename' will stop and set the symlink to filename +- prefix/command/hidegui -m 0/1 will show or hide the gui +- prefix/command/status -m dum will publish 1 or 0 to stat/prefix (to be consistent with sonoff replies) +- prefix/command/volume -m 50 will set the volume to 50% +- prefix/command/getmedia -m dum will publish filelist to media/prefix +- prefix/command/seek -m 50 will jump to 50secs absolute time in the currently playing video +- prefix/command/getcurrentmedia will publish current file to media/prefix/current +- prefix/command/setcurrentmedia -m 'filename' will stop and set the symlink to filename MQTT addon for Kodi -- GitLab