diff --git a/TuyaMCU.md b/TuyaMCU.md index 73ca6c01..a72479f4 100644 --- a/TuyaMCU.md +++ b/TuyaMCU.md @@ -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