mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-02-28 05:39:56 +00:00
Add preset support for Tapo cameras (#1615)
This commit is contained in:
@@ -314,6 +314,8 @@ class FakeSmartCamTransport(BaseTransport):
|
||||
elif method in [
|
||||
"addScanChildDeviceList",
|
||||
"startScanChildDevice",
|
||||
"motorMoveToPreset",
|
||||
"addMotorPostion", # Note: API has typo in method name
|
||||
]:
|
||||
return {"result": {}, "error_code": 0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user