diff --git a/README.md b/README.md index 42e2771d..95ef2d0e 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,10 @@ 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,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 -| Payload | Example | Parameters | Description | -|---|---|---|---| -| `event shutterPage ` | `event shutter Page bOpenShutter name1` | `` is the name of the clicked button | | -| | | | | # Design Guidelines for Nextion HMI Project