Add preset support for Tapo cameras (#1615)

This commit is contained in:
Wojciech Guziak
2026-02-21 16:11:28 +01:00
committed by GitHub
parent b22917a888
commit 55f9959777
6 changed files with 1348 additions and 4 deletions

View File

@@ -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}