Official Tencent Cloud SDK for the IoT Explorer service (explorer module). Current version 3.1.89, released 2025-05-09. Follows monthly release cadence synced with parent tencentcloud-sdk-python. Provides client classes for device management, data reporting, rule engine, and OTA.
pip install tencentcloud-sdk-python-iotexplorerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a client, authenticates via env vars, and describes a device.
Use async/await pattern or wrap in asyncio.run(). Example: resp = await client.DescribeDevice(req)
Always use: from tencentcloud.iotexplorer.v20190423 import ...
Pass region string to client constructor, e.g., IotexplorerClient(cred, 'ap-guangzhou')
Run: pip install tencentcloud-sdk-python-iotexplorer (installs common automatically). If using monorepo, install tencentcloud-sdk-python-common explicitly.
Use one of: ap-guangzhou, ap-shanghai, ap-beijing, ap-singapore. Check official docs for full list.
Ensure you imported from tencentcloud.iotexplorer.v20190423 and version is >=3.0.0.