Skip to content

Commit

Permalink
fix: add missing body_type "163" (#317)
Browse files Browse the repository at this point in the history
Fix for wuwentao/midea_ac_lan#341

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a new body type classification, `A3`, enhancing the
existing options for users.

This update allows for more detailed categorization of body types within
the application.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
chemelli74 authored Oct 4, 2024
1 parent 6e900b1 commit 45f7bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions midealocal/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class BodyType(IntEnum):

A0 = 0xA0
A1 = 0xA1
A3 = 0xA3
A4 = 0xA4
AA = 0xAA
B0 = 0xB0
Expand Down

0 comments on commit 45f7bd2

Please sign in to comment.