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

WiFi Repeater: Wifi roaming and signal strange indicator added #285

Merged
merged 7 commits into from
Mar 31, 2018

Conversation

syssi
Copy link
Collaborator

@syssi syssi commented Mar 29, 2018

No description provided.

@coveralls
Copy link

coveralls commented Mar 29, 2018

Coverage Status

Coverage increased (+0.08%) to 71.253% when pulling 0a3060a on syssi:feature/xiaomi-repeater-extended into 1e789fa on rytilahti:master.

@@ -86,12 +91,38 @@ def set_wifi_roaming(self, wifi_roaming: bool):
'wifi_explorer': int(wifi_roaming)
}])

def set_configuration(self, ssid: str, password: str, hidden: bool = False,
wifi_roaming: bool = False):
def set_configuration(self, wifi_roaming: bool = False, ssid: str = None,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to have a separate method for enabling and disabling the roaming? Otherwise this looks good to be merged.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! I will care about!

@syssi syssi force-pushed the feature/xiaomi-repeater-extended branch from f514ffa to 07ce546 Compare March 31, 2018 12:17
@@ -1,9 +1,14 @@
import logging
from .device import Device
from typing import Optional

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'typing.Optional' imported but unused

@syssi syssi merged commit 2d44ede into rytilahti:master Mar 31, 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.

4 participants