-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
Air Purifier: Property "button_pressed" added #253
Air Purifier: Property "button_pressed" added #253
Conversation
miio/tests/test_airpurifier.py
Outdated
@@ -37,7 +37,9 @@ def __init__(self, *args, **kwargs): | |||
'sleep_time': 83890, | |||
'sleep_data_num': 22, | |||
'app_extra': 1, | |||
'act_det': 'off' | |||
'act_det': 'off', | |||
'use_time': '4862700', |
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.
dictionary key 'use_time' repeated with different values
@@ -251,6 +251,16 @@ def auto_detect(self) -> Optional[bool]: | |||
|
|||
return None | |||
|
|||
@property |
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.
redefinition of unused 'use_time' from line 176
miio/tests/test_airpurifier.py
Outdated
@@ -37,7 +37,9 @@ def __init__(self, *args, **kwargs): | |||
'sleep_time': 83890, | |||
'sleep_data_num': 22, | |||
'app_extra': 1, | |||
'act_det': 'off' | |||
'act_det': 'off', | |||
'use_time': '4862700', |
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.
dictionary key 'use_time' repeated with different values
@@ -251,6 +251,16 @@ def auto_detect(self) -> Optional[bool]: | |||
|
|||
return None | |||
|
|||
@property |
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.
redefinition of unused 'use_time' from line 176
No description provided.