mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-04 09:44:14 +00:00
Add component queries to smartcamera devices (#1223)
This commit is contained in:
@@ -52,6 +52,8 @@ SMARTCAMERA_REQUESTS: list[dict] = [
|
||||
{"getVideoCapability": {"video_capability": {"name": "main"}}},
|
||||
{"getTimezone": {"system": {"name": "basic"}}},
|
||||
{"getClockStatus": {"system": {"name": "clock_status"}}},
|
||||
{"getAppComponentList": {"app_component": {"name": "app_component_list"}}},
|
||||
{"getChildDeviceComponentList": {"childControl": {"start_index": 0}}},
|
||||
# single request only methods
|
||||
{"get": {"function": {"name": ["module_spec"]}}},
|
||||
{"get": {"cet": {"name": ["vhttpd"]}}},
|
||||
|
Reference in New Issue
Block a user