We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In [1]: from miio import AirPurifierMiot In [2]: AirPurifierMiot.supported_models Out[2]: dict_keys(['zhimi.airpurifier.ma4', 'zhimi.airpurifier.mb3', 'zhimi.airpurifier.va1', 'zhimi.airpurifier.vb2', 'zhimi.airpurifier.mb4', 'zhimi.airp.mb4a', 'zhimi.airp.mb5', 'zhimi.airp.va2', 'zhimi.airp.vb4', 'zhimi.airp.rmb1', 'zhimi.airpurifier.za1']) In [3]: dev = AirPurifierMiot("127.0.0.1", 32*" ") In [4]: dev.supported_models Out[4]: []
Originally posted by @rytilahti in #1447 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Originally posted by @rytilahti in #1447 (comment)
The text was updated successfully, but these errors were encountered: