tencentcloud-sdk-nodejs-iotexplorer 4.0.213 → 4.0.217
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 +486 -66
- package/package.json +2 -2
- package/products.md +25 -25
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +329 -56
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1236 -242
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +103 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +153 -21
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +997 -149
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DescribeModelDefinitionResponse, DeleteDevicesResponse, ModifyStudioProductResponse, DeleteStudioProductResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest,
|
|
2
|
+
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, DeleteDevicesResponse, ModifyStudioProductResponse, DeleteStudioProductResponse, GetPositionSpaceListRequest, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GetDeviceLocationHistoryRequest, DescribeDevicePositionListResponse, GetProjectListResponse, DescribeStudioProductResponse, DescribeProjectResponse, SearchStudioProductResponse, GetTopicRuleListRequest, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, CreateProjectRequest, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeFenceBindListRequest, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, DescribeLoRaFrequencyResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, ModifyLoRaFrequencyRequest, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, SearchStudioProductRequest, DeleteDevicesRequest, ModifyProjectResponse, DeleteStudioProductRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, ModifyLoRaGatewayResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, EnableTopicRuleRequest, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
|
|
3
3
|
/**
|
|
4
4
|
* iotexplorer client
|
|
5
5
|
* @class
|
|
@@ -7,9 +7,9 @@ import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DescribeModelDe
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 提供查询LoRa自定义频点详情的能力
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
DescribeLoRaFrequency(req: DescribeLoRaFrequencyRequest, cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void): Promise<DescribeLoRaFrequencyResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* 本接口(GetCOSURL)用于获取固件存储在COS的URL
|
|
15
15
|
*/
|
|
@@ -22,6 +22,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
22
22
|
* 提供删除某个项目下产品的能力
|
|
23
23
|
*/
|
|
24
24
|
DeleteStudioProduct(req: DeleteStudioProductRequest, cb?: (error: string, rep: DeleteStudioProductResponse) => void): Promise<DeleteStudioProductResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* 搜索位置空间
|
|
27
|
+
*/
|
|
28
|
+
SearchPositionSpace(req: SearchPositionSpaceRequest, cb?: (error: string, rep: SearchPositionSpaceResponse) => void): Promise<SearchPositionSpaceResponse>;
|
|
25
29
|
/**
|
|
26
30
|
* 根据设备产品ID、设备名称,获取设备上报的属性数据。
|
|
27
31
|
*/
|
|
@@ -30,6 +34,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
34
|
* 直接绑定设备和家庭
|
|
31
35
|
*/
|
|
32
36
|
DirectBindDeviceInFamily(req: DirectBindDeviceInFamilyRequest, cb?: (error: string, rep: DirectBindDeviceInFamilyResponse) => void): Promise<DirectBindDeviceInFamilyResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* 获取围栏绑定信息列表
|
|
39
|
+
*/
|
|
40
|
+
DescribeFenceBindList(req: DescribeFenceBindListRequest, cb?: (error: string, rep: DescribeFenceBindListResponse) => void): Promise<DescribeFenceBindListResponse>;
|
|
33
41
|
/**
|
|
34
42
|
* 删除 LoRa 网关的接口
|
|
35
43
|
*/
|
|
@@ -47,9 +55,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
47
55
|
*/
|
|
48
56
|
ModifyLoRaFrequency(req: ModifyLoRaFrequencyRequest, cb?: (error: string, rep: ModifyLoRaFrequencyResponse) => void): Promise<ModifyLoRaFrequencyResponse>;
|
|
49
57
|
/**
|
|
50
|
-
*
|
|
58
|
+
* 创建围栏
|
|
51
59
|
*/
|
|
52
|
-
|
|
60
|
+
CreatePositionFence(req: CreatePositionFenceRequest, cb?: (error: string, rep: CreatePositionFenceResponse) => void): Promise<CreatePositionFenceResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* 更新位置空间产品属性
|
|
63
|
+
*/
|
|
64
|
+
ModifySpaceProperty(req: ModifySpacePropertyRequest, cb?: (error: string, rep: ModifySpacePropertyResponse) => void): Promise<ModifySpacePropertyResponse>;
|
|
53
65
|
/**
|
|
54
66
|
* 创建新 LoRa 网关设备接口
|
|
55
67
|
*/
|
|
@@ -66,10 +78,22 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
66
78
|
* 本接口(CreateTopicPolicy)用于创建一个Topic
|
|
67
79
|
*/
|
|
68
80
|
CreateTopicPolicy(req: CreateTopicPolicyRequest, cb?: (error: string, rep: CreateTopicPolicyResponse) => void): Promise<CreateTopicPolicyResponse>;
|
|
81
|
+
/**
|
|
82
|
+
* 获取设备历史位置
|
|
83
|
+
*/
|
|
84
|
+
GetDeviceLocationHistory(req: GetDeviceLocationHistoryRequest, cb?: (error: string, rep: GetDeviceLocationHistoryResponse) => void): Promise<GetDeviceLocationHistoryResponse>;
|
|
85
|
+
/**
|
|
86
|
+
* 获取规则列表
|
|
87
|
+
*/
|
|
88
|
+
GetTopicRuleList(req: GetTopicRuleListRequest, cb?: (error: string, rep: GetTopicRuleListResponse) => void): Promise<GetTopicRuleListResponse>;
|
|
69
89
|
/**
|
|
70
90
|
* 本接口(UpdateFirmware)用于对指定设备发起固件升级请求
|
|
71
91
|
*/
|
|
72
92
|
UpdateFirmware(req: UpdateFirmwareRequest, cb?: (error: string, rep: UpdateFirmwareResponse) => void): Promise<UpdateFirmwareResponse>;
|
|
93
|
+
/**
|
|
94
|
+
* 搜索规则
|
|
95
|
+
*/
|
|
96
|
+
SearchTopicRule(req: SearchTopicRuleRequest, cb?: (error: string, rep: SearchTopicRuleResponse) => void): Promise<SearchTopicRuleResponse>;
|
|
73
97
|
/**
|
|
74
98
|
* 本接口(UploadFirmware)用于上传设备固件至平台
|
|
75
99
|
*/
|
|
@@ -86,6 +110,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
86
110
|
* 修改规则
|
|
87
111
|
*/
|
|
88
112
|
ModifyTopicRule(req: ModifyTopicRuleRequest, cb?: (error: string, rep: ModifyTopicRuleResponse) => void): Promise<ModifyTopicRuleResponse>;
|
|
113
|
+
/**
|
|
114
|
+
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
115
|
+
*/
|
|
116
|
+
DescribeTopicPolicy(req: DescribeTopicPolicyRequest, cb?: (error: string, rep: DescribeTopicPolicyResponse) => void): Promise<DescribeTopicPolicyResponse>;
|
|
89
117
|
/**
|
|
90
118
|
* 提供查询用户所创建的项目列表查询功能。
|
|
91
119
|
*/
|
|
@@ -111,13 +139,25 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
111
139
|
*/
|
|
112
140
|
ModifyProject(req: ModifyProjectRequest, cb?: (error: string, rep: ModifyProjectResponse) => void): Promise<ModifyProjectResponse>;
|
|
113
141
|
/**
|
|
114
|
-
*
|
|
142
|
+
* 获取围栏列表
|
|
115
143
|
*/
|
|
116
|
-
|
|
144
|
+
DescribePositionFenceList(req: DescribePositionFenceListRequest, cb?: (error: string, rep: DescribePositionFenceListResponse) => void): Promise<DescribePositionFenceListResponse>;
|
|
117
145
|
/**
|
|
118
146
|
* 本接口(ListFirmwares)用于获取固件列表
|
|
119
147
|
*/
|
|
120
148
|
ListFirmwares(req: ListFirmwaresRequest, cb?: (error: string, rep: ListFirmwaresResponse) => void): Promise<ListFirmwaresResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* 提供删除LoRa自定义频点的能力
|
|
151
|
+
*/
|
|
152
|
+
DeleteLoRaFrequency(req: DeleteLoRaFrequencyRequest, cb?: (error: string, rep: DeleteLoRaFrequencyResponse) => void): Promise<DeleteLoRaFrequencyResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 创建围栏绑定信息
|
|
155
|
+
*/
|
|
156
|
+
CreateFenceBind(req: CreateFenceBindRequest, cb?: (error: string, rep: CreateFenceBindResponse) => void): Promise<CreateFenceBindResponse>;
|
|
157
|
+
/**
|
|
158
|
+
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
159
|
+
*/
|
|
160
|
+
ModifyTopicPolicy(req: ModifyTopicPolicyRequest, cb?: (error: string, rep: ModifyTopicPolicyResponse) => void): Promise<ModifyTopicPolicyResponse>;
|
|
121
161
|
/**
|
|
122
162
|
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
123
163
|
*/
|
|
@@ -126,6 +166,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
126
166
|
* 用于查询某个产品下的设备列表
|
|
127
167
|
*/
|
|
128
168
|
GetDeviceList(req: GetDeviceListRequest, cb?: (error: string, rep: GetDeviceListResponse) => void): Promise<GetDeviceListResponse>;
|
|
169
|
+
/**
|
|
170
|
+
* 获取位置空间中围栏告警事件列表
|
|
171
|
+
*/
|
|
172
|
+
DescribeSpaceFenceEventList(req: DescribeSpaceFenceEventListRequest, cb?: (error: string, rep: DescribeSpaceFenceEventListResponse) => void): Promise<DescribeSpaceFenceEventListResponse>;
|
|
129
173
|
/**
|
|
130
174
|
* 创建设备
|
|
131
175
|
*/
|
|
@@ -134,14 +178,30 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
134
178
|
* 获取设备的历史事件
|
|
135
179
|
*/
|
|
136
180
|
ListEventHistory(req: ListEventHistoryRequest, cb?: (error: string, rep: ListEventHistoryResponse) => void): Promise<ListEventHistoryResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* 本接口(DeleteTopicPolicy)用于删除Topic
|
|
183
|
+
*/
|
|
184
|
+
DeleteTopicPolicy(req: DeleteTopicPolicyRequest, cb?: (error: string, rep: DeleteTopicPolicyResponse) => void): Promise<DeleteTopicPolicyResponse>;
|
|
137
185
|
/**
|
|
138
186
|
* 提供查看产品详细信息的能力,包括产品的ID、数据协议、认证类型等重要参数
|
|
139
187
|
*/
|
|
140
188
|
DescribeStudioProduct(req: DescribeStudioProductRequest, cb?: (error: string, rep: DescribeStudioProductResponse) => void): Promise<DescribeStudioProductResponse>;
|
|
189
|
+
/**
|
|
190
|
+
* 本接口(ListTopicPolicy)用于获取Topic列表
|
|
191
|
+
*/
|
|
192
|
+
ListTopicPolicy(req: ListTopicPolicyRequest, cb?: (error: string, rep: ListTopicPolicyResponse) => void): Promise<ListTopicPolicyResponse>;
|
|
193
|
+
/**
|
|
194
|
+
* 删除围栏绑定信息
|
|
195
|
+
*/
|
|
196
|
+
DeleteFenceBind(req: DeleteFenceBindRequest, cb?: (error: string, rep: DeleteFenceBindResponse) => void): Promise<DeleteFenceBindResponse>;
|
|
141
197
|
/**
|
|
142
198
|
* 获取 LoRa 网关列表接口
|
|
143
199
|
*/
|
|
144
200
|
GetLoRaGatewayList(req: GetLoRaGatewayListRequest, cb?: (error: string, rep: GetLoRaGatewayListResponse) => void): Promise<GetLoRaGatewayListResponse>;
|
|
201
|
+
/**
|
|
202
|
+
* 获取围栏告警事件列表
|
|
203
|
+
*/
|
|
204
|
+
DescribeFenceEventList(req: DescribeFenceEventListRequest, cb?: (error: string, rep: DescribeFenceEventListResponse) => void): Promise<DescribeFenceEventListResponse>;
|
|
145
205
|
/**
|
|
146
206
|
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
147
207
|
*/
|
|
@@ -151,25 +211,45 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
151
211
|
*/
|
|
152
212
|
DescribeFirmwareTask(req: DescribeFirmwareTaskRequest, cb?: (error: string, rep: DescribeFirmwareTaskResponse) => void): Promise<DescribeFirmwareTaskResponse>;
|
|
153
213
|
/**
|
|
154
|
-
*
|
|
214
|
+
* 获取位置空间列表
|
|
155
215
|
*/
|
|
156
|
-
|
|
216
|
+
GetPositionSpaceList(req: GetPositionSpaceListRequest, cb?: (error: string, rep: GetPositionSpaceListResponse) => void): Promise<GetPositionSpaceListResponse>;
|
|
157
217
|
/**
|
|
158
|
-
*
|
|
218
|
+
* 删除围栏
|
|
159
219
|
*/
|
|
160
|
-
|
|
220
|
+
DeletePositionFence(req: DeletePositionFenceRequest, cb?: (error: string, rep: DeletePositionFenceResponse) => void): Promise<DeletePositionFenceResponse>;
|
|
221
|
+
/**
|
|
222
|
+
* 更新围栏
|
|
223
|
+
*/
|
|
224
|
+
ModifyPositionFence(req?: ModifyPositionFenceRequest, cb?: (error: string, rep: ModifyPositionFenceResponse) => void): Promise<ModifyPositionFenceResponse>;
|
|
225
|
+
/**
|
|
226
|
+
* 获取设备位置列表
|
|
227
|
+
*/
|
|
228
|
+
DescribeDevicePositionList(req?: DescribeDevicePositionListRequest, cb?: (error: string, rep: DescribeDevicePositionListResponse) => void): Promise<DescribeDevicePositionListResponse>;
|
|
229
|
+
/**
|
|
230
|
+
* 更新围栏绑定信息
|
|
231
|
+
*/
|
|
232
|
+
ModifyFenceBind(req: ModifyFenceBindRequest, cb?: (error: string, rep: ModifyFenceBindResponse) => void): Promise<ModifyFenceBindResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* 更新位置空间
|
|
235
|
+
*/
|
|
236
|
+
ModifyPositionSpace(req: ModifyPositionSpaceRequest, cb?: (error: string, rep: ModifyPositionSpaceResponse) => void): Promise<ModifyPositionSpaceResponse>;
|
|
161
237
|
/**
|
|
162
238
|
* 提供查询某个项目下所有产品信息的能力。
|
|
163
239
|
*/
|
|
164
240
|
GetStudioProductList(req: GetStudioProductListRequest, cb?: (error: string, rep: GetStudioProductListResponse) => void): Promise<GetStudioProductListResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* 启用规则
|
|
243
|
+
*/
|
|
244
|
+
EnableTopicRule(req: EnableTopicRuleRequest, cb?: (error: string, rep: EnableTopicRuleResponse) => void): Promise<EnableTopicRuleResponse>;
|
|
165
245
|
/**
|
|
166
246
|
* 提供修改产品的数据模板的能力
|
|
167
247
|
*/
|
|
168
248
|
ModifyModelDefinition(req: ModifyModelDefinitionRequest, cb?: (error: string, rep: ModifyModelDefinitionResponse) => void): Promise<ModifyModelDefinitionResponse>;
|
|
169
249
|
/**
|
|
170
|
-
*
|
|
250
|
+
* 删除位置空间
|
|
171
251
|
*/
|
|
172
|
-
|
|
252
|
+
DeletePositionSpace(req: DeletePositionSpaceRequest, cb?: (error: string, rep: DeletePositionSpaceResponse) => void): Promise<DeletePositionSpaceResponse>;
|
|
173
253
|
/**
|
|
174
254
|
* 查询产品配置的数据模板信息
|
|
175
255
|
*/
|
|
@@ -187,13 +267,21 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
187
267
|
*/
|
|
188
268
|
CallDeviceActionAsync(req: CallDeviceActionAsyncRequest, cb?: (error: string, rep: CallDeviceActionAsyncResponse) => void): Promise<CallDeviceActionAsyncResponse>;
|
|
189
269
|
/**
|
|
190
|
-
*
|
|
270
|
+
* 创建位置空间
|
|
191
271
|
*/
|
|
192
|
-
|
|
272
|
+
CreatePositionSpace(req: CreatePositionSpaceRequest, cb?: (error: string, rep: CreatePositionSpaceResponse) => void): Promise<CreatePositionSpaceResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* 用于查看某个设备的详细信息
|
|
275
|
+
*/
|
|
276
|
+
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
193
277
|
/**
|
|
194
278
|
* 提供删除某个项目的能力
|
|
195
279
|
*/
|
|
196
280
|
DeleteProject(req: DeleteProjectRequest, cb?: (error: string, rep: DeleteProjectResponse) => void): Promise<DeleteProjectResponse>;
|
|
281
|
+
/**
|
|
282
|
+
* 查询项目详情
|
|
283
|
+
*/
|
|
284
|
+
DescribeProject(req: DescribeProjectRequest, cb?: (error: string, rep: DescribeProjectResponse) => void): Promise<DescribeProjectResponse>;
|
|
197
285
|
/**
|
|
198
286
|
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
199
287
|
*/
|
|
@@ -28,10 +28,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
super("iotexplorer.tencentcloudapi.com", "2019-04-23", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 提供查询LoRa自定义频点详情的能力
|
|
32
32
|
*/
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeLoRaFrequency(req, cb) {
|
|
34
|
+
return this.request("DescribeLoRaFrequency", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* 本接口(GetCOSURL)用于获取固件存储在COS的URL
|
|
@@ -51,6 +51,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
51
51
|
async DeleteStudioProduct(req, cb) {
|
|
52
52
|
return this.request("DeleteStudioProduct", req, cb);
|
|
53
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 搜索位置空间
|
|
56
|
+
*/
|
|
57
|
+
async SearchPositionSpace(req, cb) {
|
|
58
|
+
return this.request("SearchPositionSpace", req, cb);
|
|
59
|
+
}
|
|
54
60
|
/**
|
|
55
61
|
* 根据设备产品ID、设备名称,获取设备上报的属性数据。
|
|
56
62
|
*/
|
|
@@ -63,6 +69,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
69
|
async DirectBindDeviceInFamily(req, cb) {
|
|
64
70
|
return this.request("DirectBindDeviceInFamily", req, cb);
|
|
65
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* 获取围栏绑定信息列表
|
|
74
|
+
*/
|
|
75
|
+
async DescribeFenceBindList(req, cb) {
|
|
76
|
+
return this.request("DescribeFenceBindList", req, cb);
|
|
77
|
+
}
|
|
66
78
|
/**
|
|
67
79
|
* 删除 LoRa 网关的接口
|
|
68
80
|
*/
|
|
@@ -88,10 +100,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
88
100
|
return this.request("ModifyLoRaFrequency", req, cb);
|
|
89
101
|
}
|
|
90
102
|
/**
|
|
91
|
-
*
|
|
103
|
+
* 创建围栏
|
|
92
104
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
105
|
+
async CreatePositionFence(req, cb) {
|
|
106
|
+
return this.request("CreatePositionFence", req, cb);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* 更新位置空间产品属性
|
|
110
|
+
*/
|
|
111
|
+
async ModifySpaceProperty(req, cb) {
|
|
112
|
+
return this.request("ModifySpaceProperty", req, cb);
|
|
95
113
|
}
|
|
96
114
|
/**
|
|
97
115
|
* 创建新 LoRa 网关设备接口
|
|
@@ -117,12 +135,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
117
135
|
async CreateTopicPolicy(req, cb) {
|
|
118
136
|
return this.request("CreateTopicPolicy", req, cb);
|
|
119
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* 获取设备历史位置
|
|
140
|
+
*/
|
|
141
|
+
async GetDeviceLocationHistory(req, cb) {
|
|
142
|
+
return this.request("GetDeviceLocationHistory", req, cb);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* 获取规则列表
|
|
146
|
+
*/
|
|
147
|
+
async GetTopicRuleList(req, cb) {
|
|
148
|
+
return this.request("GetTopicRuleList", req, cb);
|
|
149
|
+
}
|
|
120
150
|
/**
|
|
121
151
|
* 本接口(UpdateFirmware)用于对指定设备发起固件升级请求
|
|
122
152
|
*/
|
|
123
153
|
async UpdateFirmware(req, cb) {
|
|
124
154
|
return this.request("UpdateFirmware", req, cb);
|
|
125
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* 搜索规则
|
|
158
|
+
*/
|
|
159
|
+
async SearchTopicRule(req, cb) {
|
|
160
|
+
return this.request("SearchTopicRule", req, cb);
|
|
161
|
+
}
|
|
126
162
|
/**
|
|
127
163
|
* 本接口(UploadFirmware)用于上传设备固件至平台
|
|
128
164
|
*/
|
|
@@ -147,6 +183,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
147
183
|
async ModifyTopicRule(req, cb) {
|
|
148
184
|
return this.request("ModifyTopicRule", req, cb);
|
|
149
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
188
|
+
*/
|
|
189
|
+
async DescribeTopicPolicy(req, cb) {
|
|
190
|
+
return this.request("DescribeTopicPolicy", req, cb);
|
|
191
|
+
}
|
|
150
192
|
/**
|
|
151
193
|
* 提供查询用户所创建的项目列表查询功能。
|
|
152
194
|
*/
|
|
@@ -184,10 +226,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
184
226
|
return this.request("ModifyProject", req, cb);
|
|
185
227
|
}
|
|
186
228
|
/**
|
|
187
|
-
*
|
|
229
|
+
* 获取围栏列表
|
|
188
230
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
231
|
+
async DescribePositionFenceList(req, cb) {
|
|
232
|
+
return this.request("DescribePositionFenceList", req, cb);
|
|
191
233
|
}
|
|
192
234
|
/**
|
|
193
235
|
* 本接口(ListFirmwares)用于获取固件列表
|
|
@@ -195,6 +237,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
195
237
|
async ListFirmwares(req, cb) {
|
|
196
238
|
return this.request("ListFirmwares", req, cb);
|
|
197
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* 提供删除LoRa自定义频点的能力
|
|
242
|
+
*/
|
|
243
|
+
async DeleteLoRaFrequency(req, cb) {
|
|
244
|
+
return this.request("DeleteLoRaFrequency", req, cb);
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* 创建围栏绑定信息
|
|
248
|
+
*/
|
|
249
|
+
async CreateFenceBind(req, cb) {
|
|
250
|
+
return this.request("CreateFenceBind", req, cb);
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
254
|
+
*/
|
|
255
|
+
async ModifyTopicPolicy(req, cb) {
|
|
256
|
+
return this.request("ModifyTopicPolicy", req, cb);
|
|
257
|
+
}
|
|
198
258
|
/**
|
|
199
259
|
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
200
260
|
*/
|
|
@@ -207,6 +267,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
207
267
|
async GetDeviceList(req, cb) {
|
|
208
268
|
return this.request("GetDeviceList", req, cb);
|
|
209
269
|
}
|
|
270
|
+
/**
|
|
271
|
+
* 获取位置空间中围栏告警事件列表
|
|
272
|
+
*/
|
|
273
|
+
async DescribeSpaceFenceEventList(req, cb) {
|
|
274
|
+
return this.request("DescribeSpaceFenceEventList", req, cb);
|
|
275
|
+
}
|
|
210
276
|
/**
|
|
211
277
|
* 创建设备
|
|
212
278
|
*/
|
|
@@ -219,18 +285,42 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
219
285
|
async ListEventHistory(req, cb) {
|
|
220
286
|
return this.request("ListEventHistory", req, cb);
|
|
221
287
|
}
|
|
288
|
+
/**
|
|
289
|
+
* 本接口(DeleteTopicPolicy)用于删除Topic
|
|
290
|
+
*/
|
|
291
|
+
async DeleteTopicPolicy(req, cb) {
|
|
292
|
+
return this.request("DeleteTopicPolicy", req, cb);
|
|
293
|
+
}
|
|
222
294
|
/**
|
|
223
295
|
* 提供查看产品详细信息的能力,包括产品的ID、数据协议、认证类型等重要参数
|
|
224
296
|
*/
|
|
225
297
|
async DescribeStudioProduct(req, cb) {
|
|
226
298
|
return this.request("DescribeStudioProduct", req, cb);
|
|
227
299
|
}
|
|
300
|
+
/**
|
|
301
|
+
* 本接口(ListTopicPolicy)用于获取Topic列表
|
|
302
|
+
*/
|
|
303
|
+
async ListTopicPolicy(req, cb) {
|
|
304
|
+
return this.request("ListTopicPolicy", req, cb);
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* 删除围栏绑定信息
|
|
308
|
+
*/
|
|
309
|
+
async DeleteFenceBind(req, cb) {
|
|
310
|
+
return this.request("DeleteFenceBind", req, cb);
|
|
311
|
+
}
|
|
228
312
|
/**
|
|
229
313
|
* 获取 LoRa 网关列表接口
|
|
230
314
|
*/
|
|
231
315
|
async GetLoRaGatewayList(req, cb) {
|
|
232
316
|
return this.request("GetLoRaGatewayList", req, cb);
|
|
233
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* 获取围栏告警事件列表
|
|
320
|
+
*/
|
|
321
|
+
async DescribeFenceEventList(req, cb) {
|
|
322
|
+
return this.request("DescribeFenceEventList", req, cb);
|
|
323
|
+
}
|
|
234
324
|
/**
|
|
235
325
|
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
236
326
|
*/
|
|
@@ -244,16 +334,40 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
334
|
return this.request("DescribeFirmwareTask", req, cb);
|
|
245
335
|
}
|
|
246
336
|
/**
|
|
247
|
-
*
|
|
337
|
+
* 获取位置空间列表
|
|
248
338
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
339
|
+
async GetPositionSpaceList(req, cb) {
|
|
340
|
+
return this.request("GetPositionSpaceList", req, cb);
|
|
251
341
|
}
|
|
252
342
|
/**
|
|
253
|
-
*
|
|
343
|
+
* 删除围栏
|
|
254
344
|
*/
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
345
|
+
async DeletePositionFence(req, cb) {
|
|
346
|
+
return this.request("DeletePositionFence", req, cb);
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* 更新围栏
|
|
350
|
+
*/
|
|
351
|
+
async ModifyPositionFence(req, cb) {
|
|
352
|
+
return this.request("ModifyPositionFence", req, cb);
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* 获取设备位置列表
|
|
356
|
+
*/
|
|
357
|
+
async DescribeDevicePositionList(req, cb) {
|
|
358
|
+
return this.request("DescribeDevicePositionList", req, cb);
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* 更新围栏绑定信息
|
|
362
|
+
*/
|
|
363
|
+
async ModifyFenceBind(req, cb) {
|
|
364
|
+
return this.request("ModifyFenceBind", req, cb);
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* 更新位置空间
|
|
368
|
+
*/
|
|
369
|
+
async ModifyPositionSpace(req, cb) {
|
|
370
|
+
return this.request("ModifyPositionSpace", req, cb);
|
|
257
371
|
}
|
|
258
372
|
/**
|
|
259
373
|
* 提供查询某个项目下所有产品信息的能力。
|
|
@@ -261,6 +375,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
261
375
|
async GetStudioProductList(req, cb) {
|
|
262
376
|
return this.request("GetStudioProductList", req, cb);
|
|
263
377
|
}
|
|
378
|
+
/**
|
|
379
|
+
* 启用规则
|
|
380
|
+
*/
|
|
381
|
+
async EnableTopicRule(req, cb) {
|
|
382
|
+
return this.request("EnableTopicRule", req, cb);
|
|
383
|
+
}
|
|
264
384
|
/**
|
|
265
385
|
* 提供修改产品的数据模板的能力
|
|
266
386
|
*/
|
|
@@ -268,10 +388,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
268
388
|
return this.request("ModifyModelDefinition", req, cb);
|
|
269
389
|
}
|
|
270
390
|
/**
|
|
271
|
-
*
|
|
391
|
+
* 删除位置空间
|
|
272
392
|
*/
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
393
|
+
async DeletePositionSpace(req, cb) {
|
|
394
|
+
return this.request("DeletePositionSpace", req, cb);
|
|
275
395
|
}
|
|
276
396
|
/**
|
|
277
397
|
* 查询产品配置的数据模板信息
|
|
@@ -298,10 +418,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
298
418
|
return this.request("CallDeviceActionAsync", req, cb);
|
|
299
419
|
}
|
|
300
420
|
/**
|
|
301
|
-
*
|
|
421
|
+
* 创建位置空间
|
|
302
422
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
423
|
+
async CreatePositionSpace(req, cb) {
|
|
424
|
+
return this.request("CreatePositionSpace", req, cb);
|
|
425
|
+
}
|
|
426
|
+
/**
|
|
427
|
+
* 用于查看某个设备的详细信息
|
|
428
|
+
*/
|
|
429
|
+
async DescribeDevice(req, cb) {
|
|
430
|
+
return this.request("DescribeDevice", req, cb);
|
|
305
431
|
}
|
|
306
432
|
/**
|
|
307
433
|
* 提供删除某个项目的能力
|
|
@@ -309,6 +435,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
309
435
|
async DeleteProject(req, cb) {
|
|
310
436
|
return this.request("DeleteProject", req, cb);
|
|
311
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* 查询项目详情
|
|
440
|
+
*/
|
|
441
|
+
async DescribeProject(req, cb) {
|
|
442
|
+
return this.request("DescribeProject", req, cb);
|
|
443
|
+
}
|
|
312
444
|
/**
|
|
313
445
|
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
314
446
|
*/
|