mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-15 01:18:19 +01:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -1 +1,14 @@
|
|||||||
# nspanel-widget-ui
|
# Note Current State
|
||||||
|
This is at a really early stage, I stated on the implementation of the serial protocol.
|
||||||
|
|
||||||
|
# NsPanel Custom Widget UI
|
||||||
|
|
||||||
|
This is a replacement for the stock ui on nspanel, it can be controlled via custom serial command, like the stock one (but with different commands). This enables a user experiance, where it's possible to use nspanel with custom UI, but without messing around with Nextion Editor, because it's possible to configure widgets.
|
||||||
|
|
||||||
|
# Custom Protocol
|
||||||
|
```
|
||||||
|
55 BB [payload length] [payload] [crc]
|
||||||
|
```
|
||||||
|
|
||||||
|
This protocol does not try to implement broken JSON Commands with a specified type (lol).
|
||||||
|
Instead the commands are plain text commands with parameters.
|
||||||
|
|||||||
Reference in New Issue
Block a user