From 6366d56c28d4b9645a3a9bd9f438356426b36c1a Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 10 Jan 2022 17:29:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ef2d0e..234f1ee5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This message has to be generated for the Message "1337" (1337 is not a valid com | Payload | Example | Parameters | Description | |---|---|---|---| | 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 | +| 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 |