From 8d1e46fc4286714700c27f2810377d78657cf078 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sat, 8 Jan 2022 15:41:51 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b36003e..c6255c35 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,15 @@ This message has to be generated for the Message "1337" (1337 is not a valid com ``` 55 BB 04 31 33 33 37 5F 5B ``` -## Message to Nextion Display +## Messages to Nextion Display -| Payload | Example | Parameters | Description | -|---|---|---|---| -| `widget ` | `widget b0 shutter 1 name` | `` of the Button to be enabled `` - Type of the Button / Page `` - Disable or Enable (0/1) - Name below the Button | | -| | | | | +# Widget Page + +| Payload | Example | Parameter 1 | Parameter 2 | Parameter 3 | Parameter 4 | Description | +|---|---|---|---|---|---|---| +| widget *id* *type* *status* *name* | widget b0 shutter 1 name | *id* of widget Possible values: - b[0-7] | type of the action the widget should do Possible values: - shutter - opens shutter page | enable or disable - 0 - disbale/hide - 1 - enable/show | name of the widget, will be displayed below the widget | Modify Widgets on Page | +| | | | | | | | +| | | | | | | | ## Message from Nextion Display