From f31a05dcf49ed2226d86a8bdf7f662f51a8e9997 Mon Sep 17 00:00:00 2001 From: Jonatan Rek Date: Thu, 12 Sep 2024 15:39:20 +0200 Subject: [PATCH] Readme Tweaks --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1c30be..9ffe691 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Creates simple webserver with buttons whitch can be opened on any device an can Just add desired macros to `configuration.yaml` and start the application, tahn zou can load dashboard on any web capable device inside of your network. ### Example Macros: - +#### Helldivers 2 Macros ```yaml - button: reinforce function: HelldiversTwoMacro @@ -65,10 +65,32 @@ Just add desired macros to `configuration.yaml` and start the application, tahn - name: Key value: bomb ``` +#### Media Control Macros ```yaml - button: mute function: MediaMacro parameters: - name: Key value: "mute" +``` +```yaml +- button: previous + function: MediaMacro + parameters: + - name: Key + value: "previous" +``` +```yaml +- button: play + function: MediaMacro + parameters: + - name: Key + value: "play/pause" +``` +```yaml +- button: next + function: MediaMacro + parameters: + - name: Key + value: "next" ``` \ No newline at end of file