mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 19:38:02 +00:00
Add smartdevice module for smooth transitions (#759)
* Add smart module for smooth transitions * Fix tests * Fix linting
This commit is contained in:
@@ -46,6 +46,7 @@ class FakeSmartTransport(BaseTransport):
|
||||
|
||||
FIXTURE_MISSING_MAP = {
|
||||
"get_wireless_scan_info": ("wireless", {"ap_list": [], "wep_supported": False}),
|
||||
"get_on_off_gradually_info": ("on_off_gradually", {"enable": True}),
|
||||
}
|
||||
|
||||
async def send(self, request: str):
|
||||
|
Reference in New Issue
Block a user