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
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, DeleteDevicesResponse, ModifyStudioProductResponse, DeleteStudioProductResponse,
|
|
2
|
+
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, DeleteDevicesResponse, ModifyStudioProductResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, BindDevicesRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeDevicePositionListResponse, GetProjectListResponse, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, DescribeBatchProductionResponse, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, GetPositionSpaceListRequest, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, DescribeStudioProductResponse, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeFenceBindListRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeLoRaFrequencyResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, ModifyLoRaFrequencyRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, BindDevicesResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, EnableTopicRuleRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
|
|
3
3
|
/**
|
|
4
4
|
* iotexplorer client
|
|
5
5
|
* @class
|
|
6
6
|
*/
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
|
-
/**
|
|
10
|
-
* 提供查询LoRa自定义频点详情的能力
|
|
11
|
-
*/
|
|
12
|
-
DescribeLoRaFrequency(req: DescribeLoRaFrequencyRequest, cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void): Promise<DescribeLoRaFrequencyResponse>;
|
|
13
9
|
/**
|
|
14
10
|
* 本接口(GetCOSURL)用于获取固件存储在COS的URL
|
|
15
11
|
*/
|
|
@@ -19,101 +15,97 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
19
15
|
*/
|
|
20
16
|
ModifyStudioProduct(req: ModifyStudioProductRequest, cb?: (error: string, rep: ModifyStudioProductResponse) => void): Promise<ModifyStudioProductResponse>;
|
|
21
17
|
/**
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
DeleteStudioProduct(req: DeleteStudioProductRequest, cb?: (error: string, rep: DeleteStudioProductResponse) => void): Promise<DeleteStudioProductResponse>;
|
|
25
|
-
/**
|
|
26
|
-
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
18
|
+
* 列出量产数据列表信息。
|
|
27
19
|
*/
|
|
28
|
-
|
|
20
|
+
GetBatchProductionsList(req: GetBatchProductionsListRequest, cb?: (error: string, rep: GetBatchProductionsListResponse) => void): Promise<GetBatchProductionsListResponse>;
|
|
29
21
|
/**
|
|
30
|
-
*
|
|
22
|
+
* 本接口(DescribeTopicPolicy)用于查看Topic详细信息
|
|
31
23
|
*/
|
|
32
|
-
|
|
24
|
+
DescribeTopicPolicy(req: DescribeTopicPolicyRequest, cb?: (error: string, rep: DescribeTopicPolicyResponse) => void): Promise<DescribeTopicPolicyResponse>;
|
|
33
25
|
/**
|
|
34
|
-
*
|
|
26
|
+
* 提供查询用户所创建的项目列表查询功能。
|
|
35
27
|
*/
|
|
36
|
-
|
|
28
|
+
GetProjectList(req: GetProjectListRequest, cb?: (error: string, rep: GetProjectListResponse) => void): Promise<GetProjectListResponse>;
|
|
37
29
|
/**
|
|
38
|
-
*
|
|
30
|
+
* 为用户提供同步调用设备行为的能力。
|
|
39
31
|
*/
|
|
40
|
-
|
|
32
|
+
CallDeviceActionSync(req: CallDeviceActionSyncRequest, cb?: (error: string, rep: CallDeviceActionSyncResponse) => void): Promise<CallDeviceActionSyncResponse>;
|
|
41
33
|
/**
|
|
42
34
|
* 直接绑定设备和家庭
|
|
43
35
|
*/
|
|
44
36
|
DirectBindDeviceInFamily(req: DirectBindDeviceInFamilyRequest, cb?: (error: string, rep: DirectBindDeviceInFamilyResponse) => void): Promise<DirectBindDeviceInFamilyResponse>;
|
|
45
37
|
/**
|
|
46
|
-
*
|
|
38
|
+
* 查询设备绑定的网关设备
|
|
47
39
|
*/
|
|
48
|
-
|
|
40
|
+
DescribeDeviceBindGateway(req: DescribeDeviceBindGatewayRequest, cb?: (error: string, rep: DescribeDeviceBindGatewayResponse) => void): Promise<DescribeDeviceBindGatewayResponse>;
|
|
49
41
|
/**
|
|
50
|
-
*
|
|
42
|
+
* 获取设备历史位置
|
|
51
43
|
*/
|
|
52
|
-
|
|
44
|
+
GetDeviceLocationHistory(req: GetDeviceLocationHistoryRequest, cb?: (error: string, rep: GetDeviceLocationHistoryResponse) => void): Promise<GetDeviceLocationHistoryResponse>;
|
|
53
45
|
/**
|
|
54
|
-
*
|
|
46
|
+
* 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
|
|
55
47
|
*/
|
|
56
|
-
|
|
48
|
+
PublishMessage(req: PublishMessageRequest, cb?: (error: string, rep: PublishMessageResponse) => void): Promise<PublishMessageResponse>;
|
|
57
49
|
/**
|
|
58
|
-
*
|
|
50
|
+
* 提供查看产品详细信息的能力,包括产品的ID、数据协议、认证类型等重要参数
|
|
59
51
|
*/
|
|
60
|
-
|
|
52
|
+
DescribeStudioProduct(req: DescribeStudioProductRequest, cb?: (error: string, rep: DescribeStudioProductResponse) => void): Promise<DescribeStudioProductResponse>;
|
|
61
53
|
/**
|
|
62
|
-
*
|
|
54
|
+
* 获取 LoRa 网关列表接口
|
|
63
55
|
*/
|
|
64
|
-
|
|
56
|
+
GetLoRaGatewayList(req: GetLoRaGatewayListRequest, cb?: (error: string, rep: GetLoRaGatewayListResponse) => void): Promise<GetLoRaGatewayListResponse>;
|
|
65
57
|
/**
|
|
66
|
-
*
|
|
58
|
+
* 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
|
|
67
59
|
*/
|
|
68
|
-
|
|
60
|
+
ReleaseStudioProduct(req: ReleaseStudioProductRequest, cb?: (error: string, rep: ReleaseStudioProductResponse) => void): Promise<ReleaseStudioProductResponse>;
|
|
69
61
|
/**
|
|
70
|
-
*
|
|
62
|
+
* 更新围栏绑定信息
|
|
71
63
|
*/
|
|
72
|
-
|
|
64
|
+
ModifyFenceBind(req: ModifyFenceBindRequest, cb?: (error: string, rep: ModifyFenceBindResponse) => void): Promise<ModifyFenceBindResponse>;
|
|
73
65
|
/**
|
|
74
|
-
*
|
|
66
|
+
* 删除位置空间
|
|
75
67
|
*/
|
|
76
|
-
|
|
68
|
+
DeletePositionSpace(req: DeletePositionSpaceRequest, cb?: (error: string, rep: DeletePositionSpaceResponse) => void): Promise<DeletePositionSpaceResponse>;
|
|
77
69
|
/**
|
|
78
|
-
*
|
|
70
|
+
* 获取网关产品已经绑定的子产品
|
|
79
71
|
*/
|
|
80
|
-
|
|
72
|
+
DescribeBindedProducts(req: DescribeBindedProductsRequest, cb?: (error: string, rep: DescribeBindedProductsResponse) => void): Promise<DescribeBindedProductsResponse>;
|
|
81
73
|
/**
|
|
82
|
-
*
|
|
74
|
+
* 修改 LoRa 网关信息
|
|
83
75
|
*/
|
|
84
|
-
|
|
76
|
+
ModifyLoRaGateway(req: ModifyLoRaGatewayRequest, cb?: (error: string, rep: ModifyLoRaGatewayResponse) => void): Promise<ModifyLoRaGatewayResponse>;
|
|
85
77
|
/**
|
|
86
|
-
*
|
|
78
|
+
* 用于查看某个设备的详细信息
|
|
87
79
|
*/
|
|
88
|
-
|
|
80
|
+
DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
|
|
89
81
|
/**
|
|
90
|
-
*
|
|
82
|
+
* 获取围栏告警事件列表
|
|
91
83
|
*/
|
|
92
|
-
|
|
84
|
+
DescribeFenceEventList(req: DescribeFenceEventListRequest, cb?: (error: string, rep: DescribeFenceEventListResponse) => void): Promise<DescribeFenceEventListResponse>;
|
|
93
85
|
/**
|
|
94
|
-
*
|
|
86
|
+
* 删除规则
|
|
95
87
|
*/
|
|
96
|
-
|
|
88
|
+
DeleteTopicRule(req: DeleteTopicRuleRequest, cb?: (error: string, rep: DeleteTopicRuleResponse) => void): Promise<DeleteTopicRuleResponse>;
|
|
97
89
|
/**
|
|
98
90
|
* 下发RRPC消息
|
|
99
91
|
*/
|
|
100
92
|
PublishRRPCMessage(req: PublishRRPCMessageRequest, cb?: (error: string, rep: PublishRRPCMessageResponse) => void): Promise<PublishRRPCMessageResponse>;
|
|
101
93
|
/**
|
|
102
|
-
*
|
|
94
|
+
* 搜索位置空间
|
|
103
95
|
*/
|
|
104
|
-
|
|
96
|
+
SearchPositionSpace(req: SearchPositionSpaceRequest, cb?: (error: string, rep: SearchPositionSpaceResponse) => void): Promise<SearchPositionSpaceResponse>;
|
|
105
97
|
/**
|
|
106
|
-
*
|
|
98
|
+
* 删除 LoRa 网关的接口
|
|
107
99
|
*/
|
|
108
|
-
|
|
100
|
+
DeleteLoRaGateway(req: DeleteLoRaGatewayRequest, cb?: (error: string, rep: DeleteLoRaGatewayResponse) => void): Promise<DeleteLoRaGatewayResponse>;
|
|
109
101
|
/**
|
|
110
|
-
*
|
|
102
|
+
* 为用户提供新建产品的能力,用于管理用户的设备
|
|
111
103
|
*/
|
|
112
|
-
|
|
104
|
+
CreateStudioProduct(req: CreateStudioProductRequest, cb?: (error: string, rep: CreateStudioProductResponse) => void): Promise<CreateStudioProductResponse>;
|
|
113
105
|
/**
|
|
114
|
-
*
|
|
106
|
+
* 启用规则
|
|
115
107
|
*/
|
|
116
|
-
|
|
108
|
+
EnableTopicRule(req: EnableTopicRuleRequest, cb?: (error: string, rep: EnableTopicRuleResponse) => void): Promise<EnableTopicRuleResponse>;
|
|
117
109
|
/**
|
|
118
110
|
* 提供根据产品名称查找产品的能力
|
|
119
111
|
*/
|
|
@@ -123,199 +115,243 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
123
115
|
*/
|
|
124
116
|
ModifyTopicRule(req: ModifyTopicRuleRequest, cb?: (error: string, rep: ModifyTopicRuleResponse) => void): Promise<ModifyTopicRuleResponse>;
|
|
125
117
|
/**
|
|
126
|
-
*
|
|
118
|
+
* 本接口(ListFirmwares)用于获取固件列表
|
|
127
119
|
*/
|
|
128
|
-
|
|
120
|
+
ListFirmwares(req: ListFirmwaresRequest, cb?: (error: string, rep: ListFirmwaresResponse) => void): Promise<ListFirmwaresResponse>;
|
|
129
121
|
/**
|
|
130
|
-
*
|
|
122
|
+
* 创建设备
|
|
131
123
|
*/
|
|
132
|
-
|
|
124
|
+
CreateDevice(req: CreateDeviceRequest, cb?: (error: string, rep: CreateDeviceResponse) => void): Promise<CreateDeviceResponse>;
|
|
133
125
|
/**
|
|
134
|
-
*
|
|
126
|
+
* 删除围栏绑定信息
|
|
135
127
|
*/
|
|
136
|
-
|
|
128
|
+
DeleteFenceBind(req: DeleteFenceBindRequest, cb?: (error: string, rep: DeleteFenceBindResponse) => void): Promise<DeleteFenceBindResponse>;
|
|
137
129
|
/**
|
|
138
|
-
*
|
|
130
|
+
* 根据设备产品ID、设备名称,设置控制设备的属性数据。
|
|
139
131
|
*/
|
|
140
|
-
|
|
132
|
+
ControlDeviceData(req: ControlDeviceDataRequest, cb?: (error: string, rep: ControlDeviceDataResponse) => void): Promise<ControlDeviceDataResponse>;
|
|
141
133
|
/**
|
|
142
|
-
*
|
|
134
|
+
* 查询固件升级任务列表
|
|
143
135
|
*/
|
|
144
|
-
|
|
136
|
+
DescribeFirmwareTask(req: DescribeFirmwareTaskRequest, cb?: (error: string, rep: DescribeFirmwareTaskResponse) => void): Promise<DescribeFirmwareTaskResponse>;
|
|
145
137
|
/**
|
|
146
|
-
*
|
|
138
|
+
* 获取位置空间列表
|
|
147
139
|
*/
|
|
148
|
-
|
|
140
|
+
GetPositionSpaceList(req: GetPositionSpaceListRequest, cb?: (error: string, rep: GetPositionSpaceListResponse) => void): Promise<GetPositionSpaceListResponse>;
|
|
149
141
|
/**
|
|
150
|
-
*
|
|
142
|
+
* 提供查询LoRa自定义频点详情的能力
|
|
151
143
|
*/
|
|
152
|
-
|
|
144
|
+
DescribeLoRaFrequency(req: DescribeLoRaFrequencyRequest, cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void): Promise<DescribeLoRaFrequencyResponse>;
|
|
153
145
|
/**
|
|
154
|
-
*
|
|
146
|
+
* 本接口(UpdateTopicPolicy)用于更新Topic信息
|
|
155
147
|
*/
|
|
156
|
-
|
|
148
|
+
ModifyTopicPolicy(req: ModifyTopicPolicyRequest, cb?: (error: string, rep: ModifyTopicPolicyResponse) => void): Promise<ModifyTopicPolicyResponse>;
|
|
157
149
|
/**
|
|
158
|
-
*
|
|
150
|
+
* 获取规则列表
|
|
159
151
|
*/
|
|
160
|
-
|
|
152
|
+
GetTopicRuleList(req: GetTopicRuleListRequest, cb?: (error: string, rep: GetTopicRuleListResponse) => void): Promise<GetTopicRuleListResponse>;
|
|
161
153
|
/**
|
|
162
|
-
*
|
|
154
|
+
* 为用户提供新建项目的能力,用于集中管理产品和应用。
|
|
163
155
|
*/
|
|
164
|
-
|
|
156
|
+
CreateProject(req: CreateProjectRequest, cb?: (error: string, rep: CreateProjectResponse) => void): Promise<CreateProjectResponse>;
|
|
165
157
|
/**
|
|
166
|
-
*
|
|
158
|
+
* 提供给用户异步调用设备行为的能力
|
|
167
159
|
*/
|
|
168
|
-
|
|
160
|
+
CallDeviceActionAsync(req: CallDeviceActionAsyncRequest, cb?: (error: string, rep: CallDeviceActionAsyncResponse) => void): Promise<CallDeviceActionAsyncResponse>;
|
|
169
161
|
/**
|
|
170
|
-
*
|
|
162
|
+
* 提供删除某个项目的能力
|
|
171
163
|
*/
|
|
172
|
-
|
|
164
|
+
DeleteProject(req: DeleteProjectRequest, cb?: (error: string, rep: DeleteProjectResponse) => void): Promise<DeleteProjectResponse>;
|
|
173
165
|
/**
|
|
174
|
-
*
|
|
166
|
+
* 获取规则信息
|
|
175
167
|
*/
|
|
176
|
-
|
|
168
|
+
DescribeTopicRule(req: DescribeTopicRuleRequest, cb?: (error: string, rep: DescribeTopicRuleResponse) => void): Promise<DescribeTopicRuleResponse>;
|
|
177
169
|
/**
|
|
178
|
-
*
|
|
170
|
+
* 批量解绑子产品
|
|
179
171
|
*/
|
|
180
|
-
|
|
172
|
+
UnbindProducts(req: UnbindProductsRequest, cb?: (error: string, rep: UnbindProductsResponse) => void): Promise<UnbindProductsResponse>;
|
|
181
173
|
/**
|
|
182
|
-
*
|
|
174
|
+
* 提供删除某个项目下产品的能力
|
|
183
175
|
*/
|
|
184
|
-
|
|
176
|
+
DeleteStudioProduct(req: DeleteStudioProductRequest, cb?: (error: string, rep: DeleteStudioProductResponse) => void): Promise<DeleteStudioProductResponse>;
|
|
185
177
|
/**
|
|
186
|
-
*
|
|
178
|
+
* 根据设备产品ID、设备名称,获取设备上报的属性数据。
|
|
187
179
|
*/
|
|
188
|
-
|
|
180
|
+
DescribeDeviceData(req: DescribeDeviceDataRequest, cb?: (error: string, rep: DescribeDeviceDataResponse) => void): Promise<DescribeDeviceDataResponse>;
|
|
189
181
|
/**
|
|
190
|
-
*
|
|
182
|
+
* 获取网关绑定的子设备列表
|
|
191
183
|
*/
|
|
192
|
-
|
|
184
|
+
DescribeGatewayBindDevices(req: DescribeGatewayBindDevicesRequest, cb?: (error: string, rep: DescribeGatewayBindDevicesResponse) => void): Promise<DescribeGatewayBindDevicesResponse>;
|
|
193
185
|
/**
|
|
194
|
-
*
|
|
186
|
+
* 创建围栏
|
|
195
187
|
*/
|
|
196
|
-
|
|
188
|
+
CreatePositionFence(req: CreatePositionFenceRequest, cb?: (error: string, rep: CreatePositionFenceResponse) => void): Promise<CreatePositionFenceResponse>;
|
|
197
189
|
/**
|
|
198
|
-
*
|
|
190
|
+
* 创建新 LoRa 网关设备接口
|
|
199
191
|
*/
|
|
200
|
-
|
|
192
|
+
CreateLoRaGateway(req: CreateLoRaGatewayRequest, cb?: (error: string, rep: CreateLoRaGatewayResponse) => void): Promise<CreateLoRaGatewayResponse>;
|
|
201
193
|
/**
|
|
202
|
-
*
|
|
194
|
+
* 创建规则
|
|
203
195
|
*/
|
|
204
|
-
|
|
196
|
+
CreateTopicRule(req: CreateTopicRuleRequest, cb?: (error: string, rep: CreateTopicRuleResponse) => void): Promise<CreateTopicRuleResponse>;
|
|
205
197
|
/**
|
|
206
|
-
*
|
|
198
|
+
* 创建 LoRa 自定义频点
|
|
207
199
|
*/
|
|
208
|
-
|
|
200
|
+
CreateLoRaFrequency(req: CreateLoRaFrequencyRequest, cb?: (error: string, rep: CreateLoRaFrequencyResponse) => void): Promise<CreateLoRaFrequencyResponse>;
|
|
209
201
|
/**
|
|
210
|
-
*
|
|
202
|
+
* 本接口(CreateTopicPolicy)用于创建一个Topic
|
|
211
203
|
*/
|
|
212
|
-
|
|
204
|
+
CreateTopicPolicy(req: CreateTopicPolicyRequest, cb?: (error: string, rep: CreateTopicPolicyResponse) => void): Promise<CreateTopicPolicyResponse>;
|
|
213
205
|
/**
|
|
214
|
-
*
|
|
206
|
+
* 本接口(UploadFirmware)用于上传设备固件至平台
|
|
215
207
|
*/
|
|
216
|
-
|
|
208
|
+
UploadFirmware(req: UploadFirmwareRequest, cb?: (error: string, rep: UploadFirmwareResponse) => void): Promise<UploadFirmwareResponse>;
|
|
217
209
|
/**
|
|
218
|
-
*
|
|
210
|
+
* 批量禁用启用设备
|
|
219
211
|
*/
|
|
220
|
-
|
|
212
|
+
UpdateDevicesEnableState(req: UpdateDevicesEnableStateRequest, cb?: (error: string, rep: UpdateDevicesEnableStateResponse) => void): Promise<UpdateDevicesEnableStateResponse>;
|
|
221
213
|
/**
|
|
222
|
-
*
|
|
214
|
+
* 修改项目
|
|
223
215
|
*/
|
|
224
|
-
|
|
216
|
+
ModifyProject(req: ModifyProjectRequest, cb?: (error: string, rep: ModifyProjectResponse) => void): Promise<ModifyProjectResponse>;
|
|
225
217
|
/**
|
|
226
|
-
*
|
|
218
|
+
* 批量绑定子产品
|
|
227
219
|
*/
|
|
228
|
-
|
|
220
|
+
BindProducts(req: BindProductsRequest, cb?: (error: string, rep: BindProductsResponse) => void): Promise<BindProductsResponse>;
|
|
229
221
|
/**
|
|
230
|
-
*
|
|
222
|
+
* 获取围栏绑定信息列表
|
|
231
223
|
*/
|
|
232
|
-
|
|
224
|
+
DescribeFenceBindList(req: DescribeFenceBindListRequest, cb?: (error: string, rep: DescribeFenceBindListResponse) => void): Promise<DescribeFenceBindListResponse>;
|
|
233
225
|
/**
|
|
234
|
-
*
|
|
226
|
+
* 更新位置空间
|
|
235
227
|
*/
|
|
236
|
-
|
|
228
|
+
ModifyPositionSpace(req: ModifyPositionSpaceRequest, cb?: (error: string, rep: ModifyPositionSpaceResponse) => void): Promise<ModifyPositionSpaceResponse>;
|
|
237
229
|
/**
|
|
238
|
-
*
|
|
230
|
+
* 获取位置空间中围栏告警事件列表
|
|
239
231
|
*/
|
|
240
|
-
|
|
232
|
+
DescribeSpaceFenceEventList(req: DescribeSpaceFenceEventListRequest, cb?: (error: string, rep: DescribeSpaceFenceEventListResponse) => void): Promise<DescribeSpaceFenceEventListResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* 本接口(UpdateFirmware)用于对指定设备发起固件升级请求
|
|
235
|
+
*/
|
|
236
|
+
UpdateFirmware(req: UpdateFirmwareRequest, cb?: (error: string, rep: UpdateFirmwareResponse) => void): Promise<UpdateFirmwareResponse>;
|
|
237
|
+
/**
|
|
238
|
+
* 用于获取网关可绑定或解绑的子产品
|
|
239
|
+
*/
|
|
240
|
+
DescribeGatewaySubProducts(req: DescribeGatewaySubProductsRequest, cb?: (error: string, rep: DescribeGatewaySubProductsResponse) => void): Promise<DescribeGatewaySubProductsResponse>;
|
|
241
241
|
/**
|
|
242
242
|
* 获取设备位置列表
|
|
243
243
|
*/
|
|
244
244
|
DescribeDevicePositionList(req: DescribeDevicePositionListRequest, cb?: (error: string, rep: DescribeDevicePositionListResponse) => void): Promise<DescribeDevicePositionListResponse>;
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
246
|
+
* 批量绑定子设备
|
|
247
247
|
*/
|
|
248
|
-
|
|
248
|
+
BindDevices(req: BindDevicesRequest, cb?: (error: string, rep: BindDevicesResponse) => void): Promise<BindDevicesResponse>;
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
250
|
+
* 用于新建批量生产设备
|
|
251
251
|
*/
|
|
252
|
-
|
|
252
|
+
CreateBatchProduction(req: CreateBatchProductionRequest, cb?: (error: string, rep: CreateBatchProductionResponse) => void): Promise<CreateBatchProductionResponse>;
|
|
253
|
+
/**
|
|
254
|
+
* 禁用规则
|
|
255
|
+
*/
|
|
256
|
+
DisableTopicRule(req: DisableTopicRuleRequest, cb?: (error: string, rep: DisableTopicRuleResponse) => void): Promise<DisableTopicRuleResponse>;
|
|
257
|
+
/**
|
|
258
|
+
* 批量解绑子设备
|
|
259
|
+
*/
|
|
260
|
+
UnbindDevices(req: UnbindDevicesRequest, cb?: (error: string, rep: UnbindDevicesResponse) => void): Promise<UnbindDevicesResponse>;
|
|
253
261
|
/**
|
|
254
262
|
* 提供查询某个项目下所有产品信息的能力。
|
|
255
263
|
*/
|
|
256
264
|
GetStudioProductList(req: GetStudioProductListRequest, cb?: (error: string, rep: GetStudioProductListResponse) => void): Promise<GetStudioProductListResponse>;
|
|
257
265
|
/**
|
|
258
|
-
*
|
|
266
|
+
* 获取量产详情信息。
|
|
259
267
|
*/
|
|
260
|
-
|
|
268
|
+
DescribeBatchProduction(req: DescribeBatchProductionRequest, cb?: (error: string, rep: DescribeBatchProductionResponse) => void): Promise<DescribeBatchProductionResponse>;
|
|
261
269
|
/**
|
|
262
|
-
*
|
|
270
|
+
* 批量删除设备
|
|
263
271
|
*/
|
|
264
|
-
|
|
272
|
+
DeleteDevices(req: DeleteDevicesRequest, cb?: (error: string, rep: DeleteDevicesResponse) => void): Promise<DeleteDevicesResponse>;
|
|
265
273
|
/**
|
|
266
|
-
*
|
|
274
|
+
* 获取指定网关设备的子设备列表
|
|
267
275
|
*/
|
|
268
|
-
|
|
276
|
+
GetGatewaySubDeviceList(req: GetGatewaySubDeviceListRequest, cb?: (error: string, rep: GetGatewaySubDeviceListResponse) => void): Promise<GetGatewaySubDeviceListResponse>;
|
|
269
277
|
/**
|
|
270
|
-
*
|
|
278
|
+
* 获取设备的历史事件
|
|
271
279
|
*/
|
|
272
|
-
|
|
280
|
+
ListEventHistory(req: ListEventHistoryRequest, cb?: (error: string, rep: ListEventHistoryResponse) => void): Promise<ListEventHistoryResponse>;
|
|
273
281
|
/**
|
|
274
|
-
*
|
|
282
|
+
* 获取设备在指定时间范围内上报的历史数据。
|
|
275
283
|
*/
|
|
276
|
-
|
|
284
|
+
DescribeDeviceDataHistory(req: DescribeDeviceDataHistoryRequest, cb?: (error: string, rep: DescribeDeviceDataHistoryResponse) => void): Promise<DescribeDeviceDataHistoryResponse>;
|
|
277
285
|
/**
|
|
278
|
-
*
|
|
286
|
+
* 更新围栏
|
|
279
287
|
*/
|
|
280
|
-
|
|
288
|
+
ModifyPositionFence(req?: ModifyPositionFenceRequest, cb?: (error: string, rep: ModifyPositionFenceResponse) => void): Promise<ModifyPositionFenceResponse>;
|
|
281
289
|
/**
|
|
282
|
-
*
|
|
290
|
+
* 删除设备
|
|
283
291
|
*/
|
|
284
|
-
|
|
292
|
+
DeleteDevice(req: DeleteDeviceRequest, cb?: (error: string, rep: DeleteDeviceResponse) => void): Promise<DeleteDeviceResponse>;
|
|
285
293
|
/**
|
|
286
|
-
*
|
|
294
|
+
* 获取围栏列表
|
|
287
295
|
*/
|
|
288
|
-
|
|
296
|
+
DescribePositionFenceList(req: DescribePositionFenceListRequest, cb?: (error: string, rep: DescribePositionFenceListResponse) => void): Promise<DescribePositionFenceListResponse>;
|
|
289
297
|
/**
|
|
290
|
-
*
|
|
298
|
+
* 提供删除LoRa自定义频点的能力
|
|
291
299
|
*/
|
|
292
|
-
|
|
300
|
+
DeleteLoRaFrequency(req: DeleteLoRaFrequencyRequest, cb?: (error: string, rep: DeleteLoRaFrequencyResponse) => void): Promise<DeleteLoRaFrequencyResponse>;
|
|
293
301
|
/**
|
|
294
|
-
*
|
|
302
|
+
* 更新位置空间产品属性
|
|
295
303
|
*/
|
|
296
|
-
|
|
304
|
+
ModifySpaceProperty(req: ModifySpacePropertyRequest, cb?: (error: string, rep: ModifySpacePropertyResponse) => void): Promise<ModifySpacePropertyResponse>;
|
|
297
305
|
/**
|
|
298
|
-
*
|
|
306
|
+
* 本接口(DeleteTopicPolicy)用于删除Topic
|
|
299
307
|
*/
|
|
300
|
-
|
|
308
|
+
DeleteTopicPolicy(req: DeleteTopicPolicyRequest, cb?: (error: string, rep: DeleteTopicPolicyResponse) => void): Promise<DeleteTopicPolicyResponse>;
|
|
301
309
|
/**
|
|
302
|
-
*
|
|
310
|
+
* 用于查询某个产品下的设备列表
|
|
303
311
|
*/
|
|
304
|
-
|
|
312
|
+
GetDeviceList(req: GetDeviceListRequest, cb?: (error: string, rep: GetDeviceListResponse) => void): Promise<GetDeviceListResponse>;
|
|
313
|
+
/**
|
|
314
|
+
* 本接口(ListTopicPolicy)用于获取Topic列表
|
|
315
|
+
*/
|
|
316
|
+
ListTopicPolicy(req: ListTopicPolicyRequest, cb?: (error: string, rep: ListTopicPolicyResponse) => void): Promise<ListTopicPolicyResponse>;
|
|
317
|
+
/**
|
|
318
|
+
* 无
|
|
319
|
+
*/
|
|
320
|
+
GenSingleDeviceSignatureOfPublic(req: GenSingleDeviceSignatureOfPublicRequest, cb?: (error: string, rep: GenSingleDeviceSignatureOfPublicResponse) => void): Promise<GenSingleDeviceSignatureOfPublicResponse>;
|
|
321
|
+
/**
|
|
322
|
+
* 修改LoRa自定义频点
|
|
323
|
+
*/
|
|
324
|
+
ModifyLoRaFrequency(req: ModifyLoRaFrequencyRequest, cb?: (error: string, rep: ModifyLoRaFrequencyResponse) => void): Promise<ModifyLoRaFrequencyResponse>;
|
|
325
|
+
/**
|
|
326
|
+
* 删除围栏
|
|
327
|
+
*/
|
|
328
|
+
DeletePositionFence(req: DeletePositionFenceRequest, cb?: (error: string, rep: DeletePositionFenceResponse) => void): Promise<DeletePositionFenceResponse>;
|
|
329
|
+
/**
|
|
330
|
+
* 搜索规则
|
|
331
|
+
*/
|
|
332
|
+
SearchTopicRule(req: SearchTopicRuleRequest, cb?: (error: string, rep: SearchTopicRuleResponse) => void): Promise<SearchTopicRuleResponse>;
|
|
333
|
+
/**
|
|
334
|
+
* 提供修改产品的数据模板的能力
|
|
335
|
+
*/
|
|
336
|
+
ModifyModelDefinition(req: ModifyModelDefinitionRequest, cb?: (error: string, rep: ModifyModelDefinitionResponse) => void): Promise<ModifyModelDefinitionResponse>;
|
|
337
|
+
/**
|
|
338
|
+
* 用于获取设备绑定的用户列表
|
|
339
|
+
*/
|
|
340
|
+
GetFamilyDeviceUserList(req: GetFamilyDeviceUserListRequest, cb?: (error: string, rep: GetFamilyDeviceUserListResponse) => void): Promise<GetFamilyDeviceUserListResponse>;
|
|
305
341
|
/**
|
|
306
342
|
* 查询项目详情
|
|
307
343
|
*/
|
|
308
344
|
DescribeProject(req: DescribeProjectRequest, cb?: (error: string, rep: DescribeProjectResponse) => void): Promise<DescribeProjectResponse>;
|
|
309
345
|
/**
|
|
310
|
-
*
|
|
346
|
+
* 查询产品配置的数据模板信息
|
|
311
347
|
*/
|
|
312
|
-
|
|
348
|
+
DescribeModelDefinition(req: DescribeModelDefinitionRequest, cb?: (error: string, rep: DescribeModelDefinitionResponse) => void): Promise<DescribeModelDefinitionResponse>;
|
|
313
349
|
/**
|
|
314
|
-
*
|
|
350
|
+
* 创建位置空间
|
|
315
351
|
*/
|
|
316
|
-
|
|
352
|
+
CreatePositionSpace(req: CreatePositionSpaceRequest, cb?: (error: string, rep: CreatePositionSpaceResponse) => void): Promise<CreatePositionSpaceResponse>;
|
|
317
353
|
/**
|
|
318
|
-
*
|
|
354
|
+
* 创建围栏绑定信息
|
|
319
355
|
*/
|
|
320
|
-
|
|
356
|
+
CreateFenceBind(req: CreateFenceBindRequest, cb?: (error: string, rep: CreateFenceBindResponse) => void): Promise<CreateFenceBindResponse>;
|
|
321
357
|
}
|