mirror of https://github.com/arendst/Tasmota.git
Updated TuyaMCU (markdown)
parent
ef9badc7ce
commit
347b3360d3
|
@ -36,8 +36,8 @@ Functional protocols are used for delivering and reporting data of functions. Th
|
|||
Let's dissect and explain the MCU protocol using serial command `55aa0006000501010001010e`:
|
||||
|
||||
| Frame Header Version | Command Word | Data Length | dpID | Data Type | Function Length | Function Command | Verification Method |
|
||||
|----------------------|--------------|-------------|------|-----------|-----------------|------------------|---------------------|
|
||||
| 55aa00 | 06 | 0005 | 01 | 01 | 0001 | 01 | 0e |
|
||||
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
| 55aa00| 06| 0005| 01 | 01| 0001| 01| 0e|
|
||||
|
||||
This is the command which powers on the device sending Function Command = `1` to dpID 1 (Switch):
|
||||
- Frame Header Version = `0x55aa00` which is a fixed value and always the same
|
||||
|
|
Loading…
Reference in New Issue