-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ed): add all query msg for 0xED device #328
Conversation
2b88e7a
to
725fb6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to create another class and not to use the body_type parameter?
I prefer that you create the query message twice each one with a different body type.
@rokam please check the source code from device.py with refresh_status steps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did it with suggestions to be clear. It will work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, self._device_class = ListTypes.X00
isn't needed anymore.
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
add all query msg for ed devices
fix wuwentao/midea_ac_lan#352
fix wuwentao/midea_ac_lan#402
fix wuwentao/midea_ac_lan#424