From 0147fb31f86b50461e8a2a96b599eaaafbbef7e6 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:25:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df22c82a..42e2771d 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ This message has to be generated for the Message "1337" (1337 is not a valid com | Payload | Example | Parameters | Description | |---|---|---|---| -| `event widgetPage ` | `event widgetPage 0` | `` is the number of the current page, there is currently only page 0 | Is fired, after switching to widgetPage, has to be answered with widget message | -| | | | | +| event widgetPage *page* | event widgetPage 0 | ** is the number of the current page, there is currently only page 0 | Is fired, after switching to widgetPage, has to be answered with widget message | +| event widgetButton *page* *buttonId* | event widgetButton 0 b0 | *page* is the number of the current page, there is currently only page 0 *buttonId* is the id of the button b[0-7] | Is fired, after pressing a button on the widget page | # Shutter Page