tencentcloud-sdk-nodejs-iotexplorer 4.0.267 → 4.0.271
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/CHANGELOG.md +868 -0
- package/SERVICE_CHANGELOG.md +855 -169
- package/package.json +1 -1
- package/products.md +41 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +464 -61
|
@@ -27,12 +27,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("iotexplorer.tencentcloudapi.com", "2019-04-23", clientConfig);
|
|
29
29
|
}
|
|
30
|
-
/**
|
|
31
|
-
* 提供查询LoRa自定义频点详情的能力
|
|
32
|
-
*/
|
|
33
|
-
async DescribeLoRaFrequency(req, cb) {
|
|
34
|
-
return this.request("DescribeLoRaFrequency", req, cb);
|
|
35
|
-
}
|
|
36
30
|
/**
|
|
37
31
|
* 本接口(GetCOSURL)用于获取固件存储在COS的URL
|
|
38
32
|
*/
|
|
@@ -46,34 +40,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
46
40
|
return this.request("ModifyStudioProduct", req, cb);
|
|
47
41
|
}
|
|
48
42
|
/**
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
async DeleteStudioProduct(req, cb) {
|
|
52
|
-
return this.request("DeleteStudioProduct", req, cb);
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
43
|
+
* 列出量产数据列表信息。
|
|
56
44
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
45
|
+
async GetBatchProductionsList(req, cb) {
|
|
46
|
+
return this.request("GetBatchProductionsList", req, cb);
|
|
59
47
|
}
|
|
60
48
|
/**
|
|
61
|
-
*
|
|
49
|
+
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
62
50
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
51
|
+
async DescribeTopicPolicy(req, cb) {
|
|
52
|
+
return this.request("DescribeTopicPolicy", req, cb);
|
|
65
53
|
}
|
|
66
54
|
/**
|
|
67
|
-
*
|
|
55
|
+
* 提供查询用户所创建的项目列表查询功能。
|
|
68
56
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
57
|
+
async GetProjectList(req, cb) {
|
|
58
|
+
return this.request("GetProjectList", req, cb);
|
|
71
59
|
}
|
|
72
60
|
/**
|
|
73
|
-
*
|
|
61
|
+
* 为用户提供同步调用设备行为的能力。
|
|
74
62
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
63
|
+
async CallDeviceActionSync(req, cb) {
|
|
64
|
+
return this.request("CallDeviceActionSync", req, cb);
|
|
77
65
|
}
|
|
78
66
|
/**
|
|
79
67
|
* 直接绑定设备和家庭
|
|
@@ -82,82 +70,82 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
82
70
|
return this.request("DirectBindDeviceInFamily", req, cb);
|
|
83
71
|
}
|
|
84
72
|
/**
|
|
85
|
-
*
|
|
73
|
+
* 查询设备绑定的网关设备
|
|
86
74
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
75
|
+
async DescribeDeviceBindGateway(req, cb) {
|
|
76
|
+
return this.request("DescribeDeviceBindGateway", req, cb);
|
|
89
77
|
}
|
|
90
78
|
/**
|
|
91
|
-
*
|
|
79
|
+
* 获取设备历史位置
|
|
92
80
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
81
|
+
async GetDeviceLocationHistory(req, cb) {
|
|
82
|
+
return this.request("GetDeviceLocationHistory", req, cb);
|
|
95
83
|
}
|
|
96
84
|
/**
|
|
97
|
-
*
|
|
85
|
+
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
98
86
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
87
|
+
async PublishMessage(req, cb) {
|
|
88
|
+
return this.request("PublishMessage", req, cb);
|
|
101
89
|
}
|
|
102
90
|
/**
|
|
103
|
-
*
|
|
91
|
+
* 提供查看产品详细信息的能力,包括产品的ID、数据协议、认证类型等重要参数
|
|
104
92
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
93
|
+
async DescribeStudioProduct(req, cb) {
|
|
94
|
+
return this.request("DescribeStudioProduct", req, cb);
|
|
107
95
|
}
|
|
108
96
|
/**
|
|
109
|
-
*
|
|
97
|
+
* 获取 LoRa 网关列表接口
|
|
110
98
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
99
|
+
async GetLoRaGatewayList(req, cb) {
|
|
100
|
+
return this.request("GetLoRaGatewayList", req, cb);
|
|
113
101
|
}
|
|
114
102
|
/**
|
|
115
|
-
*
|
|
103
|
+
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
116
104
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
105
|
+
async ReleaseStudioProduct(req, cb) {
|
|
106
|
+
return this.request("ReleaseStudioProduct", req, cb);
|
|
119
107
|
}
|
|
120
108
|
/**
|
|
121
|
-
*
|
|
109
|
+
* 更新围栏绑定信息
|
|
122
110
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
111
|
+
async ModifyFenceBind(req, cb) {
|
|
112
|
+
return this.request("ModifyFenceBind", req, cb);
|
|
125
113
|
}
|
|
126
114
|
/**
|
|
127
|
-
*
|
|
115
|
+
* 删除位置空间
|
|
128
116
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
117
|
+
async DeletePositionSpace(req, cb) {
|
|
118
|
+
return this.request("DeletePositionSpace", req, cb);
|
|
131
119
|
}
|
|
132
120
|
/**
|
|
133
|
-
*
|
|
121
|
+
* 获取网关产品已经绑定的子产品
|
|
134
122
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
123
|
+
async DescribeBindedProducts(req, cb) {
|
|
124
|
+
return this.request("DescribeBindedProducts", req, cb);
|
|
137
125
|
}
|
|
138
126
|
/**
|
|
139
|
-
*
|
|
127
|
+
* 修改 LoRa 网关信息
|
|
140
128
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
129
|
+
async ModifyLoRaGateway(req, cb) {
|
|
130
|
+
return this.request("ModifyLoRaGateway", req, cb);
|
|
143
131
|
}
|
|
144
132
|
/**
|
|
145
|
-
*
|
|
133
|
+
* 用于查看某个设备的详细信息
|
|
146
134
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
135
|
+
async DescribeDevice(req, cb) {
|
|
136
|
+
return this.request("DescribeDevice", req, cb);
|
|
149
137
|
}
|
|
150
138
|
/**
|
|
151
|
-
*
|
|
139
|
+
* 获取围栏告警事件列表
|
|
152
140
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
141
|
+
async DescribeFenceEventList(req, cb) {
|
|
142
|
+
return this.request("DescribeFenceEventList", req, cb);
|
|
155
143
|
}
|
|
156
144
|
/**
|
|
157
|
-
*
|
|
145
|
+
* 删除规则
|
|
158
146
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
147
|
+
async DeleteTopicRule(req, cb) {
|
|
148
|
+
return this.request("DeleteTopicRule", req, cb);
|
|
161
149
|
}
|
|
162
150
|
/**
|
|
163
151
|
* 下发RRPC消息
|
|
@@ -166,28 +154,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
166
154
|
return this.request("PublishRRPCMessage", req, cb);
|
|
167
155
|
}
|
|
168
156
|
/**
|
|
169
|
-
*
|
|
157
|
+
* 搜索位置空间
|
|
170
158
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
159
|
+
async SearchPositionSpace(req, cb) {
|
|
160
|
+
return this.request("SearchPositionSpace", req, cb);
|
|
173
161
|
}
|
|
174
162
|
/**
|
|
175
|
-
*
|
|
163
|
+
* 删除 LoRa 网关的接口
|
|
176
164
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
165
|
+
async DeleteLoRaGateway(req, cb) {
|
|
166
|
+
return this.request("DeleteLoRaGateway", req, cb);
|
|
179
167
|
}
|
|
180
168
|
/**
|
|
181
|
-
*
|
|
169
|
+
* 为用户提供新建产品的能力,用于管理用户的设备
|
|
182
170
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
171
|
+
async CreateStudioProduct(req, cb) {
|
|
172
|
+
return this.request("CreateStudioProduct", req, cb);
|
|
185
173
|
}
|
|
186
174
|
/**
|
|
187
|
-
*
|
|
175
|
+
* 启用规则
|
|
188
176
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
177
|
+
async EnableTopicRule(req, cb) {
|
|
178
|
+
return this.request("EnableTopicRule", req, cb);
|
|
191
179
|
}
|
|
192
180
|
/**
|
|
193
181
|
* 提供根据产品名称查找产品的能力
|
|
@@ -202,178 +190,190 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
190
|
return this.request("ModifyTopicRule", req, cb);
|
|
203
191
|
}
|
|
204
192
|
/**
|
|
205
|
-
*
|
|
193
|
+
* 本接口(ListFirmwares)用于获取固件列表
|
|
206
194
|
*/
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
195
|
+
async ListFirmwares(req, cb) {
|
|
196
|
+
return this.request("ListFirmwares", req, cb);
|
|
209
197
|
}
|
|
210
198
|
/**
|
|
211
|
-
*
|
|
199
|
+
* 创建设备
|
|
212
200
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
201
|
+
async CreateDevice(req, cb) {
|
|
202
|
+
return this.request("CreateDevice", req, cb);
|
|
215
203
|
}
|
|
216
204
|
/**
|
|
217
|
-
*
|
|
205
|
+
* 删除围栏绑定信息
|
|
218
206
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
207
|
+
async DeleteFenceBind(req, cb) {
|
|
208
|
+
return this.request("DeleteFenceBind", req, cb);
|
|
221
209
|
}
|
|
222
210
|
/**
|
|
223
|
-
*
|
|
211
|
+
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
224
212
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
213
|
+
async ControlDeviceData(req, cb) {
|
|
214
|
+
return this.request("ControlDeviceData", req, cb);
|
|
227
215
|
}
|
|
228
216
|
/**
|
|
229
|
-
*
|
|
217
|
+
* 查询固件升级任务列表
|
|
230
218
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
219
|
+
async DescribeFirmwareTask(req, cb) {
|
|
220
|
+
return this.request("DescribeFirmwareTask", req, cb);
|
|
233
221
|
}
|
|
234
222
|
/**
|
|
235
|
-
*
|
|
223
|
+
* 获取位置空间列表
|
|
236
224
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
225
|
+
async GetPositionSpaceList(req, cb) {
|
|
226
|
+
return this.request("GetPositionSpaceList", req, cb);
|
|
239
227
|
}
|
|
240
228
|
/**
|
|
241
|
-
*
|
|
229
|
+
* 提供查询LoRa自定义频点详情的能力
|
|
242
230
|
*/
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
231
|
+
async DescribeLoRaFrequency(req, cb) {
|
|
232
|
+
return this.request("DescribeLoRaFrequency", req, cb);
|
|
245
233
|
}
|
|
246
234
|
/**
|
|
247
|
-
*
|
|
235
|
+
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
248
236
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
237
|
+
async ModifyTopicPolicy(req, cb) {
|
|
238
|
+
return this.request("ModifyTopicPolicy", req, cb);
|
|
251
239
|
}
|
|
252
240
|
/**
|
|
253
|
-
*
|
|
241
|
+
* 获取规则列表
|
|
254
242
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
243
|
+
async GetTopicRuleList(req, cb) {
|
|
244
|
+
return this.request("GetTopicRuleList", req, cb);
|
|
257
245
|
}
|
|
258
246
|
/**
|
|
259
|
-
*
|
|
247
|
+
* 为用户提供新建项目的能力,用于集中管理产品和应用。
|
|
260
248
|
*/
|
|
261
|
-
async
|
|
262
|
-
return this.request("
|
|
249
|
+
async CreateProject(req, cb) {
|
|
250
|
+
return this.request("CreateProject", req, cb);
|
|
263
251
|
}
|
|
264
252
|
/**
|
|
265
|
-
*
|
|
253
|
+
* 提供给用户异步调用设备行为的能力
|
|
266
254
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
255
|
+
async CallDeviceActionAsync(req, cb) {
|
|
256
|
+
return this.request("CallDeviceActionAsync", req, cb);
|
|
269
257
|
}
|
|
270
258
|
/**
|
|
271
|
-
*
|
|
259
|
+
* 提供删除某个项目的能力
|
|
272
260
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
261
|
+
async DeleteProject(req, cb) {
|
|
262
|
+
return this.request("DeleteProject", req, cb);
|
|
275
263
|
}
|
|
276
264
|
/**
|
|
277
|
-
*
|
|
265
|
+
* 获取规则信息
|
|
278
266
|
*/
|
|
279
|
-
async
|
|
280
|
-
return this.request("
|
|
267
|
+
async DescribeTopicRule(req, cb) {
|
|
268
|
+
return this.request("DescribeTopicRule", req, cb);
|
|
281
269
|
}
|
|
282
270
|
/**
|
|
283
|
-
*
|
|
271
|
+
* 批量解绑子产品
|
|
284
272
|
*/
|
|
285
|
-
async
|
|
286
|
-
return this.request("
|
|
273
|
+
async UnbindProducts(req, cb) {
|
|
274
|
+
return this.request("UnbindProducts", req, cb);
|
|
287
275
|
}
|
|
288
276
|
/**
|
|
289
|
-
*
|
|
277
|
+
* 提供删除某个项目下产品的能力
|
|
290
278
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
279
|
+
async DeleteStudioProduct(req, cb) {
|
|
280
|
+
return this.request("DeleteStudioProduct", req, cb);
|
|
293
281
|
}
|
|
294
282
|
/**
|
|
295
|
-
*
|
|
283
|
+
* 根据设备产品ID、设备名称,获取设备上报的属性数据。
|
|
296
284
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
285
|
+
async DescribeDeviceData(req, cb) {
|
|
286
|
+
return this.request("DescribeDeviceData", req, cb);
|
|
299
287
|
}
|
|
300
288
|
/**
|
|
301
|
-
*
|
|
289
|
+
* 获取网关绑定的子设备列表
|
|
302
290
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
291
|
+
async DescribeGatewayBindDevices(req, cb) {
|
|
292
|
+
return this.request("DescribeGatewayBindDevices", req, cb);
|
|
305
293
|
}
|
|
306
294
|
/**
|
|
307
|
-
*
|
|
295
|
+
* 创建围栏
|
|
308
296
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
297
|
+
async CreatePositionFence(req, cb) {
|
|
298
|
+
return this.request("CreatePositionFence", req, cb);
|
|
311
299
|
}
|
|
312
300
|
/**
|
|
313
|
-
*
|
|
301
|
+
* 创建新 LoRa 网关设备接口
|
|
314
302
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
303
|
+
async CreateLoRaGateway(req, cb) {
|
|
304
|
+
return this.request("CreateLoRaGateway", req, cb);
|
|
317
305
|
}
|
|
318
306
|
/**
|
|
319
|
-
*
|
|
307
|
+
* 创建规则
|
|
320
308
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
309
|
+
async CreateTopicRule(req, cb) {
|
|
310
|
+
return this.request("CreateTopicRule", req, cb);
|
|
323
311
|
}
|
|
324
312
|
/**
|
|
325
|
-
*
|
|
313
|
+
* 创建 LoRa 自定义频点
|
|
326
314
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
315
|
+
async CreateLoRaFrequency(req, cb) {
|
|
316
|
+
return this.request("CreateLoRaFrequency", req, cb);
|
|
329
317
|
}
|
|
330
318
|
/**
|
|
331
|
-
*
|
|
319
|
+
* 本接口(CreateTopicPolicy)用于创建一个Topic
|
|
332
320
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
321
|
+
async CreateTopicPolicy(req, cb) {
|
|
322
|
+
return this.request("CreateTopicPolicy", req, cb);
|
|
335
323
|
}
|
|
336
324
|
/**
|
|
337
|
-
*
|
|
325
|
+
* 本接口(UploadFirmware)用于上传设备固件至平台
|
|
338
326
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
327
|
+
async UploadFirmware(req, cb) {
|
|
328
|
+
return this.request("UploadFirmware", req, cb);
|
|
341
329
|
}
|
|
342
330
|
/**
|
|
343
|
-
*
|
|
331
|
+
* 批量禁用启用设备
|
|
344
332
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
333
|
+
async UpdateDevicesEnableState(req, cb) {
|
|
334
|
+
return this.request("UpdateDevicesEnableState", req, cb);
|
|
347
335
|
}
|
|
348
336
|
/**
|
|
349
|
-
*
|
|
337
|
+
* 修改项目
|
|
350
338
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
339
|
+
async ModifyProject(req, cb) {
|
|
340
|
+
return this.request("ModifyProject", req, cb);
|
|
353
341
|
}
|
|
354
342
|
/**
|
|
355
|
-
*
|
|
343
|
+
* 批量绑定子产品
|
|
356
344
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
345
|
+
async BindProducts(req, cb) {
|
|
346
|
+
return this.request("BindProducts", req, cb);
|
|
359
347
|
}
|
|
360
348
|
/**
|
|
361
|
-
*
|
|
349
|
+
* 获取围栏绑定信息列表
|
|
362
350
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
351
|
+
async DescribeFenceBindList(req, cb) {
|
|
352
|
+
return this.request("DescribeFenceBindList", req, cb);
|
|
365
353
|
}
|
|
366
354
|
/**
|
|
367
|
-
*
|
|
355
|
+
* 更新位置空间
|
|
368
356
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
357
|
+
async ModifyPositionSpace(req, cb) {
|
|
358
|
+
return this.request("ModifyPositionSpace", req, cb);
|
|
371
359
|
}
|
|
372
360
|
/**
|
|
373
|
-
*
|
|
361
|
+
* 获取位置空间中围栏告警事件列表
|
|
374
362
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
363
|
+
async DescribeSpaceFenceEventList(req, cb) {
|
|
364
|
+
return this.request("DescribeSpaceFenceEventList", req, cb);
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* 本接口(UpdateFirmware)用于对指定设备发起固件升级请求
|
|
368
|
+
*/
|
|
369
|
+
async UpdateFirmware(req, cb) {
|
|
370
|
+
return this.request("UpdateFirmware", req, cb);
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* 用于获取网关可绑定或解绑的子产品
|
|
374
|
+
*/
|
|
375
|
+
async DescribeGatewaySubProducts(req, cb) {
|
|
376
|
+
return this.request("DescribeGatewaySubProducts", req, cb);
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* 获取设备位置列表
|
|
@@ -382,16 +382,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
382
382
|
return this.request("DescribeDevicePositionList", req, cb);
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
|
-
*
|
|
385
|
+
* 批量绑定子设备
|
|
386
386
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
387
|
+
async BindDevices(req, cb) {
|
|
388
|
+
return this.request("BindDevices", req, cb);
|
|
389
389
|
}
|
|
390
390
|
/**
|
|
391
|
-
*
|
|
391
|
+
* 用于新建批量生产设备
|
|
392
392
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
393
|
+
async CreateBatchProduction(req, cb) {
|
|
394
|
+
return this.request("CreateBatchProduction", req, cb);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* 禁用规则
|
|
398
|
+
*/
|
|
399
|
+
async DisableTopicRule(req, cb) {
|
|
400
|
+
return this.request("DisableTopicRule", req, cb);
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* 批量解绑子设备
|
|
404
|
+
*/
|
|
405
|
+
async UnbindDevices(req, cb) {
|
|
406
|
+
return this.request("UnbindDevices", req, cb);
|
|
395
407
|
}
|
|
396
408
|
/**
|
|
397
409
|
* 提供查询某个项目下所有产品信息的能力。
|
|
@@ -400,76 +412,118 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
400
412
|
return this.request("GetStudioProductList", req, cb);
|
|
401
413
|
}
|
|
402
414
|
/**
|
|
403
|
-
*
|
|
415
|
+
* 获取量产详情信息。
|
|
404
416
|
*/
|
|
405
|
-
async
|
|
406
|
-
return this.request("
|
|
417
|
+
async DescribeBatchProduction(req, cb) {
|
|
418
|
+
return this.request("DescribeBatchProduction", req, cb);
|
|
407
419
|
}
|
|
408
420
|
/**
|
|
409
|
-
*
|
|
421
|
+
* 批量删除设备
|
|
410
422
|
*/
|
|
411
|
-
async
|
|
412
|
-
return this.request("
|
|
423
|
+
async DeleteDevices(req, cb) {
|
|
424
|
+
return this.request("DeleteDevices", req, cb);
|
|
413
425
|
}
|
|
414
426
|
/**
|
|
415
|
-
*
|
|
427
|
+
* 获取指定网关设备的子设备列表
|
|
416
428
|
*/
|
|
417
|
-
async
|
|
418
|
-
return this.request("
|
|
429
|
+
async GetGatewaySubDeviceList(req, cb) {
|
|
430
|
+
return this.request("GetGatewaySubDeviceList", req, cb);
|
|
419
431
|
}
|
|
420
432
|
/**
|
|
421
|
-
*
|
|
433
|
+
* 获取设备的历史事件
|
|
422
434
|
*/
|
|
423
|
-
async
|
|
424
|
-
return this.request("
|
|
435
|
+
async ListEventHistory(req, cb) {
|
|
436
|
+
return this.request("ListEventHistory", req, cb);
|
|
425
437
|
}
|
|
426
438
|
/**
|
|
427
|
-
*
|
|
439
|
+
* 获取设备在指定时间范围内上报的历史数据。
|
|
428
440
|
*/
|
|
429
|
-
async
|
|
430
|
-
return this.request("
|
|
441
|
+
async DescribeDeviceDataHistory(req, cb) {
|
|
442
|
+
return this.request("DescribeDeviceDataHistory", req, cb);
|
|
431
443
|
}
|
|
432
444
|
/**
|
|
433
|
-
*
|
|
445
|
+
* 更新围栏
|
|
434
446
|
*/
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
447
|
+
async ModifyPositionFence(req, cb) {
|
|
448
|
+
return this.request("ModifyPositionFence", req, cb);
|
|
437
449
|
}
|
|
438
450
|
/**
|
|
439
|
-
*
|
|
451
|
+
* 删除设备
|
|
440
452
|
*/
|
|
441
|
-
async
|
|
442
|
-
return this.request("
|
|
453
|
+
async DeleteDevice(req, cb) {
|
|
454
|
+
return this.request("DeleteDevice", req, cb);
|
|
443
455
|
}
|
|
444
456
|
/**
|
|
445
|
-
*
|
|
457
|
+
* 获取围栏列表
|
|
446
458
|
*/
|
|
447
|
-
async
|
|
448
|
-
return this.request("
|
|
459
|
+
async DescribePositionFenceList(req, cb) {
|
|
460
|
+
return this.request("DescribePositionFenceList", req, cb);
|
|
449
461
|
}
|
|
450
462
|
/**
|
|
451
|
-
*
|
|
463
|
+
* 提供删除LoRa自定义频点的能力
|
|
452
464
|
*/
|
|
453
|
-
async
|
|
454
|
-
return this.request("
|
|
465
|
+
async DeleteLoRaFrequency(req, cb) {
|
|
466
|
+
return this.request("DeleteLoRaFrequency", req, cb);
|
|
455
467
|
}
|
|
456
468
|
/**
|
|
457
|
-
*
|
|
469
|
+
* 更新位置空间产品属性
|
|
458
470
|
*/
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
471
|
+
async ModifySpaceProperty(req, cb) {
|
|
472
|
+
return this.request("ModifySpaceProperty", req, cb);
|
|
461
473
|
}
|
|
462
474
|
/**
|
|
463
|
-
*
|
|
475
|
+
* 本接口(DeleteTopicPolicy)用于删除Topic
|
|
464
476
|
*/
|
|
465
|
-
async
|
|
466
|
-
return this.request("
|
|
477
|
+
async DeleteTopicPolicy(req, cb) {
|
|
478
|
+
return this.request("DeleteTopicPolicy", req, cb);
|
|
467
479
|
}
|
|
468
480
|
/**
|
|
469
|
-
*
|
|
481
|
+
* 用于查询某个产品下的设备列表
|
|
470
482
|
*/
|
|
471
|
-
async
|
|
472
|
-
return this.request("
|
|
483
|
+
async GetDeviceList(req, cb) {
|
|
484
|
+
return this.request("GetDeviceList", req, cb);
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* 本接口(ListTopicPolicy)用于获取Topic列表
|
|
488
|
+
*/
|
|
489
|
+
async ListTopicPolicy(req, cb) {
|
|
490
|
+
return this.request("ListTopicPolicy", req, cb);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* 无
|
|
494
|
+
*/
|
|
495
|
+
async GenSingleDeviceSignatureOfPublic(req, cb) {
|
|
496
|
+
return this.request("GenSingleDeviceSignatureOfPublic", req, cb);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* 修改LoRa自定义频点
|
|
500
|
+
*/
|
|
501
|
+
async ModifyLoRaFrequency(req, cb) {
|
|
502
|
+
return this.request("ModifyLoRaFrequency", req, cb);
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* 删除围栏
|
|
506
|
+
*/
|
|
507
|
+
async DeletePositionFence(req, cb) {
|
|
508
|
+
return this.request("DeletePositionFence", req, cb);
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* 搜索规则
|
|
512
|
+
*/
|
|
513
|
+
async SearchTopicRule(req, cb) {
|
|
514
|
+
return this.request("SearchTopicRule", req, cb);
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* 提供修改产品的数据模板的能力
|
|
518
|
+
*/
|
|
519
|
+
async ModifyModelDefinition(req, cb) {
|
|
520
|
+
return this.request("ModifyModelDefinition", req, cb);
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* 用于获取设备绑定的用户列表
|
|
524
|
+
*/
|
|
525
|
+
async GetFamilyDeviceUserList(req, cb) {
|
|
526
|
+
return this.request("GetFamilyDeviceUserList", req, cb);
|
|
473
527
|
}
|
|
474
528
|
/**
|
|
475
529
|
* 查询项目详情
|
|
@@ -478,22 +532,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
478
532
|
return this.request("DescribeProject", req, cb);
|
|
479
533
|
}
|
|
480
534
|
/**
|
|
481
|
-
*
|
|
535
|
+
* 查询产品配置的数据模板信息
|
|
482
536
|
*/
|
|
483
|
-
async
|
|
484
|
-
return this.request("
|
|
537
|
+
async DescribeModelDefinition(req, cb) {
|
|
538
|
+
return this.request("DescribeModelDefinition", req, cb);
|
|
485
539
|
}
|
|
486
540
|
/**
|
|
487
|
-
*
|
|
541
|
+
* 创建位置空间
|
|
488
542
|
*/
|
|
489
|
-
async
|
|
490
|
-
return this.request("
|
|
543
|
+
async CreatePositionSpace(req, cb) {
|
|
544
|
+
return this.request("CreatePositionSpace", req, cb);
|
|
491
545
|
}
|
|
492
546
|
/**
|
|
493
|
-
*
|
|
547
|
+
* 创建围栏绑定信息
|
|
494
548
|
*/
|
|
495
|
-
async
|
|
496
|
-
return this.request("
|
|
549
|
+
async CreateFenceBind(req, cb) {
|
|
550
|
+
return this.request("CreateFenceBind", req, cb);
|
|
497
551
|
}
|
|
498
552
|
}
|
|
499
553
|
exports.Client = Client;
|