Skip to content

Commit a1b4ac8

Browse files
authored
fix: add more BodyType (#321)
1 parent 30823be commit a1b4ac8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: midealocal/message.py

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ class BodyType(IntEnum):
1414

1515
A0 = 0xA0
1616
A1 = 0xA1
17+
A2 = 0xA2
1718
A3 = 0xA3
1819
A4 = 0xA4
20+
A5 = 0xA5
21+
A6 = 0xA6
1922
AA = 0xAA
2023
B0 = 0xB0
2124
B1 = 0xB1

0 commit comments

Comments
 (0)