Improve the support of the Air Humidifier CA1 (Closes: #383)#388
Improve the support of the Air Humidifier CA1 (Closes: #383)#388syssi merged 2 commits intorytilahti:masterfrom
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.
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.
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.