-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Improve the support of the Air Humidifier CA1 (Closes: #383) #388
Conversation
'cfg_time': 0, | ||
'life': 575661, | ||
'ap': {'rssi': -35, 'ssid': 'ap', | ||
'bssid': 'FF:FF:FF:FF:FF:FF'}, |
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.
continuation line under-indented for visual indent
|
||
assert self.state().firmware_version == device_info.firmware_version | ||
assert self.state().firmware_version_major == device_info.firmware_version.rsplit('_', 1)[0] | ||
assert self.state().firmware_version_minor == int(device_info.firmware_version.rsplit('_', 1)[1]) |
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.
line too long (105 > 100 characters)
1 similar comment
Hi. Is it possible to create the release with this PR included? Thanks in advance. |
@SmaginPV Are you able to test these changes? |
Yah, just thought about it after left the comment. I did the install of this package from the repo with
|
What's interesting, is that get_prop with just single parameter works:
|
Can you try if |
|
That means I can't test you change with miiocli, or I need to use some additional option? |
Ok, got your latest change from feature/airhumidifier-ca1-cli and it works!!
|
No description provided.