mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 10:28:01 +00:00
Fix incorrect state updates in FakeTestProtocols (#861)
This commit is contained in:
@@ -66,6 +66,7 @@ class IotStrip(IotDevice):
|
||||
>>> strip.is_on
|
||||
True
|
||||
>>> asyncio.run(strip.turn_off())
|
||||
>>> asyncio.run(strip.update())
|
||||
|
||||
Accessing individual plugs can be done using the `children` property:
|
||||
|
||||
|
Reference in New Issue
Block a user