Skip to content

Commit

Permalink
fix: add more BodyType (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 authored Oct 8, 2024
1 parent 30823be commit a1b4ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions midealocal/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ class BodyType(IntEnum):

A0 = 0xA0
A1 = 0xA1
A2 = 0xA2
A3 = 0xA3
A4 = 0xA4
A5 = 0xA5
A6 = 0xA6
AA = 0xAA
B0 = 0xB0
B1 = 0xB1
Expand Down

0 comments on commit a1b4ac8

Please sign in to comment.