Skip to content
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

Fan Level don't work #32

Open
szygmon opened this issue Nov 26, 2020 · 1 comment
Open

Fan Level don't work #32

szygmon opened this issue Nov 26, 2020 · 1 comment

Comments

@szygmon
Copy link

szygmon commented Nov 26, 2020

Fan level don't work - only balanced work after switch button.

@szygmon
Copy link
Author

szygmon commented Nov 26, 2020

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

@szygmon szygmon closed this as completed Nov 26, 2020
@szygmon szygmon reopened this Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant