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

Air Purifier: Property "button_pressed" added #253

Merged

Conversation

syssi
Copy link
Collaborator

@syssi syssi commented Mar 7, 2018

No description provided.

@syssi syssi added this to the 0.3.8 milestone Mar 7, 2018
@@ -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',

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

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

@@ -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',

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

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

@syssi syssi changed the title Air Purifier: Properties "use_time" and "button_pressed" added Air Purifier: Property "button_pressed" added Mar 7, 2018
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 67.607% when pulling 3921386 on syssi:feature/airpurifier-use-time-and-button-pressed into c78e9cd on rytilahti:master.

@coveralls
Copy link

coveralls commented Mar 7, 2018

Coverage Status

Coverage increased (+0.03%) to 67.6% when pulling 0acd855 on syssi:feature/airpurifier-use-time-and-button-pressed into c78e9cd on rytilahti:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 67.607% when pulling 3921386 on syssi:feature/airpurifier-use-time-and-button-pressed into c78e9cd on rytilahti:master.

@syssi syssi merged commit 65aeca5 into rytilahti:master Mar 7, 2018
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

Successfully merging this pull request may close these issues.

3 participants