mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-05 21:08:54 +01:00
Update README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Note Current State
|
# Note Current State
|
||||||
This is at a really early stage, I stated on the implementation of the serial protocol.
|
This is at a really early stage, I started on the implementation of the serial protocol.
|
||||||
|
|
||||||
# NsPanel Custom Widget UI
|
# NsPanel Custom Widget UI
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ This is a replacement for the stock ui on nspanel, it can be controlled via cust
|
|||||||
|
|
||||||
Payload length contains the number of bytes of the payload.
|
Payload length contains the number of bytes of the payload.
|
||||||
|
|
||||||
CRC is "CRC-16 (MODBUS) Big Endian" calculated over the payload
|
CRC is "CRC-16 (MODBUS) Big Endian" calculated over the whole message
|
||||||
|
|
||||||
This protocol does not try to implement broken JSON Commands with a specified type (lol).
|
This protocol does not try to implement broken JSON Commands with a specified type (lol).
|
||||||
Instead the commands are plain text commands with parameters.
|
Instead the commands are plain text commands with parameters.
|
||||||
@@ -20,7 +20,7 @@ Instead the commands are plain text commands with parameters.
|
|||||||
## Example for valid Message
|
## Example for valid Message
|
||||||
This message has to be generated for the Message "1337" (1337 is not a valid command, this is just an example)
|
This message has to be generated for the Message "1337" (1337 is not a valid command, this is just an example)
|
||||||
```
|
```
|
||||||
55 BB 04 31 33 33 37 AB F1
|
55 BB 04 31 33 33 37 5F 5B
|
||||||
```
|
```
|
||||||
## Message to Nextion Display
|
## Message to Nextion Display
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user