mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-19 13:58:03 +00:00
Add fan module (#764)
Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
This commit is contained in:
@@ -32,8 +32,8 @@ async def test_childdevice_update(dev, dummy_protocol, mocker):
|
||||
|
||||
await dev.update()
|
||||
|
||||
assert dev._last_update != first._last_update
|
||||
assert child_list[0] == first._last_update
|
||||
assert dev._info != first._info
|
||||
assert child_list[0] == first._info
|
||||
|
||||
|
||||
@strip_smart
|
||||
|
Reference in New Issue
Block a user