feat: get devices from the third party cloud (#1258)

This commit is contained in:
Li Shuzhen
2025-07-15 16:26:35 +08:00
committed by GitHub
parent 981429670a
commit 4ad040d2ea

View File

@ -543,6 +543,7 @@ class MIoTHttpClient:
req_data: dict = {
'limit': 200,
'get_split_device': True,
'get_third_device': True,
'dids': dids
}
if start_did: