mill1000 / midea-msmart

Python library for local control of Midea (and associated brands) smart air conditioners.
MIT License
49 stars 2 forks source link

Fix inability to turn off breeze modes #165

Closed mill1000 closed 1 month ago

mill1000 commented 1 month ago

It appears devices want a value of 0x01 to disable breeze modes, even though they return a value of 0 to indicate it's off.

Add checks for execution errors in properties responses.

Add/modify test cases for these execution errors

Close #161