tencentcloud-sdk-nodejs-iotexplorer 4.1.21 → 4.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-iotexplorer",
3
- "version": "4.1.21",
3
+ "version": "4.1.23",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -55,8 +55,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
55
55
  */
56
56
  DirectBindDeviceInFamily(req: DirectBindDeviceInFamilyRequest, cb?: (error: string, rep: DirectBindDeviceInFamilyResponse) => void): Promise<DirectBindDeviceInFamilyResponse>;
57
57
  /**
58
- * 获取实时位置解析
59
- */
58
+ * 获取实时位置解析依赖于teg位置服务,近30天调用只有2个个人账号调用,产品推下线
59
+
60
+ 获取实时位置解析
61
+ */
60
62
  DescribeDeviceLocationSolve(req: DescribeDeviceLocationSolveRequest, cb?: (error: string, rep: DescribeDeviceLocationSolveResponse) => void): Promise<DescribeDeviceLocationSolveResponse>;
61
63
  /**
62
64
  * 获取视频防盗链播放URL
@@ -101,8 +101,10 @@ class Client extends TencentCloudCommon.AbstractClient {
101
101
  return this.request("DirectBindDeviceInFamily", req, cb);
102
102
  }
103
103
  /**
104
- * 获取实时位置解析
105
- */
104
+ * 获取实时位置解析依赖于teg位置服务,近30天调用只有2个个人账号调用,产品推下线
105
+
106
+ 获取实时位置解析
107
+ */
106
108
  async DescribeDeviceLocationSolve(req, cb) {
107
109
  return this.request("DescribeDeviceLocationSolve", req, cb);
108
110
  }