-
Notifications
You must be signed in to change notification settings - Fork 889
Closed
Labels
Description
I tried to add it myself, but I couldn't solve it.
It looks like it just sets Byte[7] to 0x10 instead of 0x00
| Without pure | Temp | ||
|---|---|---|---|
| 21 | 0xF20D03FC0140030042 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x40, 0x03, 0x00, 0x42 | |
| 22 | 0xF20D03FC0150030052 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x50, 0x03, 0x00, 0x52 | |
| 23 | 0xF20D03FC0160030062 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x60, 0x03, 0x00, 0x62 | |
| With pure | |||
| 21 | 0xF20D03FC0140031052 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x40, 0x03, 0x10, 0x52 | |
| 22 | 0xF20D03FC0150031042 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x50, 0x03, 0x10, 0x42 | |
| 23 | 0xF20D03FC0160031072 | 0xF2, 0x0D, 0x03, 0xFC, 0x01, 0x60, 0x03, 0x10, 0x72 |