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
Fan level don't work - only balanced work after switch button.
The text was updated successfully, but these errors were encountered:
How to fix it: line 186: level = {101: 10, 102: 20, 103: 30, 104: 40}.get(result['fan_level'], None) line 257: num_level = {10: 101, 20: 102, 30: 103, 40: 104}.get(Level, None)
Levels are changed to 101, 102, 103, 104
Sorry, something went wrong.
No branches or pull requests
Fan level don't work - only balanced work after switch button.
The text was updated successfully, but these errors were encountered: