tencentcloud-sdk-nodejs-iotexplorer 4.0.211 → 4.0.218

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.
@@ -20,51 +20,81 @@ import {
20
20
  UpdateDevicesEnableStateResponse,
21
21
  DeleteProjectRequest,
22
22
  DevicesItem,
23
+ DeleteFenceBindRequest,
23
24
  DescribeModelDefinitionResponse,
24
25
  DeleteDevicesResponse,
25
26
  ModifyStudioProductResponse,
26
27
  DeleteStudioProductResponse,
28
+ GetPositionSpaceListRequest,
27
29
  GetDeviceListResponse,
30
+ TopicRulePayload,
28
31
  DeleteLoRaFrequencyResponse,
32
+ DescribeTopicPolicyRequest,
33
+ ModifyPositionFenceRequest,
34
+ PositionFenceItem,
29
35
  DeleteTopicRuleResponse,
36
+ PositionItem,
30
37
  ModifyModelDefinitionRequest,
31
38
  CreateStudioProductResponse,
32
39
  CallDeviceActionSyncRequest,
33
- EnableTopicRuleResponse,
40
+ DescribeDevicePositionListRequest,
41
+ GetDeviceLocationHistoryResponse,
34
42
  UpdateFirmwareResponse,
43
+ ModifyPositionFenceResponse,
35
44
  ModifyStudioProductRequest,
45
+ ModifyPositionSpaceResponse,
36
46
  CreateStudioProductRequest,
37
47
  ProductModelDefinition,
38
- ReleaseStudioProductRequest,
48
+ ModifyFenceBindResponse,
49
+ DeletePositionFenceResponse,
50
+ FenceAlarmPoint,
51
+ UploadFirmwareRequest,
39
52
  ListEventHistoryRequest,
40
53
  SearchTopicRuleRequest,
41
54
  DescribeDeviceDataRequest,
55
+ FenceBindProductItem,
56
+ ListTopicPolicyResponse,
57
+ SearchPositionSpaceResponse,
58
+ DescribePositionFenceListResponse,
59
+ GetDeviceLocationHistoryRequest,
60
+ DescribeDevicePositionListResponse,
61
+ GetProjectListResponse,
42
62
  DescribeStudioProductResponse,
43
63
  DescribeProjectResponse,
64
+ SearchStudioProductResponse,
44
65
  DeviceData,
66
+ GetTopicRuleListRequest,
67
+ FenceBindDeviceItem,
45
68
  DeviceDataHistoryItem,
46
69
  ProductEntry,
47
70
  ProjectEntryEx,
71
+ ListTopicPolicyRequest,
48
72
  DescribeLoRaFrequencyRequest,
49
73
  DeleteDeviceRequest,
50
74
  DeleteLoRaFrequencyRequest,
51
75
  ControlDeviceDataRequest,
52
76
  ListFirmwaresResponse,
53
77
  ReleaseStudioProductResponse,
78
+ DescribeSpaceFenceEventListResponse,
54
79
  DeleteLoRaGatewayRequest,
80
+ DescribeTopicPolicyResponse,
81
+ SearchPositionSpaceRequest,
55
82
  LoRaFrequencyEntry,
83
+ ModifyTopicPolicyResponse,
56
84
  SearchTopicRuleResponse,
85
+ DescribeFenceEventListResponse,
86
+ UpdateDevicesEnableStateRequest,
57
87
  DescribeTopicRuleRequest,
58
88
  CallDeviceActionSyncResponse,
59
89
  CreateLoRaGatewayRequest,
90
+ ReleaseStudioProductRequest,
60
91
  CreateProjectResponse,
61
- ModifyTopicRuleRequest,
92
+ DescribeDeviceDataHistoryResponse,
62
93
  DeleteProjectResponse,
63
- DeleteDevicesRequest,
64
- CallDeviceActionAsyncRequest,
94
+ CreateTopicPolicyResponse,
65
95
  CreateDeviceResponse,
66
96
  CreateDeviceRequest,
67
- GetProjectListResponse,
97
+ DeletePositionSpaceRequest,
68
98
  GetStudioProductListRequest,
69
99
  DescribeFirmwareTaskResponse,
70
100
  FirmwareInfo,
@@ -72,60 +102,84 @@ import {
72
102
  TopicRuleInfo,
73
103
  GetCOSURLRequest,
74
104
  CreateProjectRequest,
105
+ CreateFenceBindRequest,
75
106
  DescribeDeviceResponse,
76
107
  ListFirmwaresRequest,
77
108
  GetStudioProductListResponse,
78
109
  PublishMessageRequest,
79
- UploadFirmwareRequest,
110
+ ModifyTopicRuleRequest,
80
111
  GetDeviceListRequest,
112
+ ModifySpacePropertyRequest,
113
+ GetPositionSpaceListResponse,
81
114
  GetCOSURLResponse,
115
+ ModifyFenceBindRequest,
82
116
  GetTopicRuleListResponse,
83
- DisableTopicRuleRequest,
117
+ DescribeFenceEventListRequest,
118
+ ModifyPositionSpaceRequest,
119
+ GetLoRaGatewayListResponse,
84
120
  ProjectEntry,
85
121
  EventHistoryItem,
86
122
  DirectBindDeviceInFamilyResponse,
87
123
  TopicRule,
88
- TopicRulePayload,
124
+ CallDeviceActionAsyncRequest,
89
125
  CallDeviceActionAsyncResponse,
126
+ DeleteFenceBindResponse,
127
+ DeleteTopicPolicyRequest,
128
+ CreateFenceBindResponse,
129
+ DescribeFenceBindListRequest,
130
+ CreatePositionFenceResponse,
131
+ TopicItem,
90
132
  DescribeTopicRuleResponse,
91
133
  UpdateFirmwareRequest,
134
+ PositionSpaceInfo,
92
135
  LoRaGatewayLocation,
93
136
  DescribeDeviceRequest,
94
- UpdateDevicesEnableStateRequest,
137
+ DescribePositionFenceListRequest,
95
138
  ModifyTopicRuleResponse,
139
+ CreateTopicPolicyRequest,
96
140
  DirectBindDeviceInFamilyRequest,
97
141
  DescribeLoRaFrequencyResponse,
98
- SearchStudioProductResponse,
142
+ DescribeSpaceFenceEventListRequest,
99
143
  GetLoRaGatewayListRequest,
144
+ FenceEventItem,
100
145
  DescribeProjectRequest,
101
146
  UploadFirmwareResponse,
147
+ ModifyTopicPolicyRequest,
102
148
  DeleteTopicRuleRequest,
103
149
  CreateLoRaGatewayResponse,
150
+ DeleteTopicPolicyResponse,
104
151
  DeleteLoRaGatewayResponse,
105
152
  CreateLoRaFrequencyRequest,
106
153
  LoRaGatewayItem,
107
154
  ControlDeviceDataResponse,
108
155
  DescribeDeviceDataHistoryRequest,
109
156
  DescribeStudioProductRequest,
157
+ CreatePositionSpaceResponse,
110
158
  ModifyLoRaFrequencyRequest,
111
159
  ModifyModelDefinitionResponse,
160
+ DeletePositionFenceRequest,
112
161
  GetProjectListRequest,
162
+ DeletePositionSpaceResponse,
113
163
  CreateLoRaFrequencyResponse,
164
+ EnableTopicRuleResponse,
114
165
  SearchStudioProductRequest,
115
- GetTopicRuleListRequest,
166
+ DeleteDevicesRequest,
116
167
  AppDeviceInfo,
117
168
  ModifyProjectResponse,
118
169
  DeleteStudioProductRequest,
119
170
  ModifyProjectRequest,
171
+ ModifySpacePropertyResponse,
120
172
  PublishMessageResponse,
121
173
  ModifyLoRaGatewayResponse,
122
- DescribeDeviceDataHistoryResponse,
174
+ DescribeFenceBindListResponse,
123
175
  SearchKeyword,
176
+ CreatePositionFenceRequest,
124
177
  DescribeModelDefinitionRequest,
125
- GetLoRaGatewayListResponse,
178
+ DisableTopicRuleRequest,
126
179
  CreateTopicRuleResponse,
127
180
  DescribeDeviceDataResponse,
128
181
  CreateTopicRuleRequest,
182
+ PositionFenceInfo,
129
183
  DeleteDeviceResponse,
130
184
  DeviceInfo,
131
185
  ModifyLoRaFrequencyResponse,
@@ -133,6 +187,7 @@ import {
133
187
  ListEventHistoryResponse,
134
188
  EnableTopicRuleRequest,
135
189
  DescribeFirmwareTaskRequest,
190
+ CreatePositionSpaceRequest,
136
191
  } from "./iotexplorer_models"
137
192
 
138
193
  /**
@@ -145,13 +200,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
145
200
  }
146
201
 
147
202
  /**
148
- * 获取规则列表
203
+ * 提供查询LoRa自定义频点详情的能力
149
204
  */
150
- async GetTopicRuleList(
151
- req: GetTopicRuleListRequest,
152
- cb?: (error: string, rep: GetTopicRuleListResponse) => void
153
- ): Promise<GetTopicRuleListResponse> {
154
- return this.request("GetTopicRuleList", req, cb)
205
+ async DescribeLoRaFrequency(
206
+ req: DescribeLoRaFrequencyRequest,
207
+ cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void
208
+ ): Promise<DescribeLoRaFrequencyResponse> {
209
+ return this.request("DescribeLoRaFrequency", req, cb)
155
210
  }
156
211
 
157
212
  /**
@@ -184,6 +239,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
184
239
  return this.request("DeleteStudioProduct", req, cb)
185
240
  }
186
241
 
242
+ /**
243
+ * 搜索位置空间
244
+ */
245
+ async SearchPositionSpace(
246
+ req: SearchPositionSpaceRequest,
247
+ cb?: (error: string, rep: SearchPositionSpaceResponse) => void
248
+ ): Promise<SearchPositionSpaceResponse> {
249
+ return this.request("SearchPositionSpace", req, cb)
250
+ }
251
+
187
252
  /**
188
253
  * 根据设备产品ID、设备名称,获取设备上报的属性数据。
189
254
  */
@@ -204,6 +269,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
204
269
  return this.request("DirectBindDeviceInFamily", req, cb)
205
270
  }
206
271
 
272
+ /**
273
+ * 获取围栏绑定信息列表
274
+ */
275
+ async DescribeFenceBindList(
276
+ req: DescribeFenceBindListRequest,
277
+ cb?: (error: string, rep: DescribeFenceBindListResponse) => void
278
+ ): Promise<DescribeFenceBindListResponse> {
279
+ return this.request("DescribeFenceBindList", req, cb)
280
+ }
281
+
207
282
  /**
208
283
  * 删除 LoRa 网关的接口
209
284
  */
@@ -245,13 +320,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
245
320
  }
246
321
 
247
322
  /**
248
- * 用于查看某个设备的详细信息
323
+ * 创建围栏
249
324
  */
250
- async DescribeDevice(
251
- req: DescribeDeviceRequest,
252
- cb?: (error: string, rep: DescribeDeviceResponse) => void
253
- ): Promise<DescribeDeviceResponse> {
254
- return this.request("DescribeDevice", req, cb)
325
+ async CreatePositionFence(
326
+ req: CreatePositionFenceRequest,
327
+ cb?: (error: string, rep: CreatePositionFenceResponse) => void
328
+ ): Promise<CreatePositionFenceResponse> {
329
+ return this.request("CreatePositionFence", req, cb)
330
+ }
331
+
332
+ /**
333
+ * 更新位置空间产品属性
334
+ */
335
+ async ModifySpaceProperty(
336
+ req: ModifySpacePropertyRequest,
337
+ cb?: (error: string, rep: ModifySpacePropertyResponse) => void
338
+ ): Promise<ModifySpacePropertyResponse> {
339
+ return this.request("ModifySpaceProperty", req, cb)
255
340
  }
256
341
 
257
342
  /**
@@ -284,6 +369,36 @@ export class Client extends TencentCloudCommon.AbstractClient {
284
369
  return this.request("CreateLoRaFrequency", req, cb)
285
370
  }
286
371
 
372
+ /**
373
+ * 本接口(CreateTopicPolicy)用于创建一个Topic
374
+ */
375
+ async CreateTopicPolicy(
376
+ req: CreateTopicPolicyRequest,
377
+ cb?: (error: string, rep: CreateTopicPolicyResponse) => void
378
+ ): Promise<CreateTopicPolicyResponse> {
379
+ return this.request("CreateTopicPolicy", req, cb)
380
+ }
381
+
382
+ /**
383
+ * 获取设备历史位置
384
+ */
385
+ async GetDeviceLocationHistory(
386
+ req: GetDeviceLocationHistoryRequest,
387
+ cb?: (error: string, rep: GetDeviceLocationHistoryResponse) => void
388
+ ): Promise<GetDeviceLocationHistoryResponse> {
389
+ return this.request("GetDeviceLocationHistory", req, cb)
390
+ }
391
+
392
+ /**
393
+ * 获取规则列表
394
+ */
395
+ async GetTopicRuleList(
396
+ req: GetTopicRuleListRequest,
397
+ cb?: (error: string, rep: GetTopicRuleListResponse) => void
398
+ ): Promise<GetTopicRuleListResponse> {
399
+ return this.request("GetTopicRuleList", req, cb)
400
+ }
401
+
287
402
  /**
288
403
  * 本接口(UpdateFirmware)用于对指定设备发起固件升级请求
289
404
  */
@@ -294,6 +409,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
294
409
  return this.request("UpdateFirmware", req, cb)
295
410
  }
296
411
 
412
+ /**
413
+ * 搜索规则
414
+ */
415
+ async SearchTopicRule(
416
+ req: SearchTopicRuleRequest,
417
+ cb?: (error: string, rep: SearchTopicRuleResponse) => void
418
+ ): Promise<SearchTopicRuleResponse> {
419
+ return this.request("SearchTopicRule", req, cb)
420
+ }
421
+
297
422
  /**
298
423
  * 本接口(UploadFirmware)用于上传设备固件至平台
299
424
  */
@@ -334,6 +459,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
334
459
  return this.request("ModifyTopicRule", req, cb)
335
460
  }
336
461
 
462
+ /**
463
+ * 本接口(DescribeTopicPolicy)用于查看Topic详细信息
464
+ */
465
+ async DescribeTopicPolicy(
466
+ req: DescribeTopicPolicyRequest,
467
+ cb?: (error: string, rep: DescribeTopicPolicyResponse) => void
468
+ ): Promise<DescribeTopicPolicyResponse> {
469
+ return this.request("DescribeTopicPolicy", req, cb)
470
+ }
471
+
337
472
  /**
338
473
  * 提供查询用户所创建的项目列表查询功能。
339
474
  */
@@ -395,13 +530,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
395
530
  }
396
531
 
397
532
  /**
398
- * 提供删除LoRa自定义频点的能力
533
+ * 获取围栏列表
399
534
  */
400
- async DeleteLoRaFrequency(
401
- req: DeleteLoRaFrequencyRequest,
402
- cb?: (error: string, rep: DeleteLoRaFrequencyResponse) => void
403
- ): Promise<DeleteLoRaFrequencyResponse> {
404
- return this.request("DeleteLoRaFrequency", req, cb)
535
+ async DescribePositionFenceList(
536
+ req: DescribePositionFenceListRequest,
537
+ cb?: (error: string, rep: DescribePositionFenceListResponse) => void
538
+ ): Promise<DescribePositionFenceListResponse> {
539
+ return this.request("DescribePositionFenceList", req, cb)
405
540
  }
406
541
 
407
542
  /**
@@ -414,6 +549,36 @@ export class Client extends TencentCloudCommon.AbstractClient {
414
549
  return this.request("ListFirmwares", req, cb)
415
550
  }
416
551
 
552
+ /**
553
+ * 提供删除LoRa自定义频点的能力
554
+ */
555
+ async DeleteLoRaFrequency(
556
+ req: DeleteLoRaFrequencyRequest,
557
+ cb?: (error: string, rep: DeleteLoRaFrequencyResponse) => void
558
+ ): Promise<DeleteLoRaFrequencyResponse> {
559
+ return this.request("DeleteLoRaFrequency", req, cb)
560
+ }
561
+
562
+ /**
563
+ * 创建围栏绑定信息
564
+ */
565
+ async CreateFenceBind(
566
+ req: CreateFenceBindRequest,
567
+ cb?: (error: string, rep: CreateFenceBindResponse) => void
568
+ ): Promise<CreateFenceBindResponse> {
569
+ return this.request("CreateFenceBind", req, cb)
570
+ }
571
+
572
+ /**
573
+ * 本接口(UpdateTopicPolicy)用于更新Topic信息
574
+ */
575
+ async ModifyTopicPolicy(
576
+ req: ModifyTopicPolicyRequest,
577
+ cb?: (error: string, rep: ModifyTopicPolicyResponse) => void
578
+ ): Promise<ModifyTopicPolicyResponse> {
579
+ return this.request("ModifyTopicPolicy", req, cb)
580
+ }
581
+
417
582
  /**
418
583
  * 本接口(PublishMessage)用于使用自定义透传协议进行设备远控
419
584
  */
@@ -434,6 +599,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
434
599
  return this.request("GetDeviceList", req, cb)
435
600
  }
436
601
 
602
+ /**
603
+ * 获取位置空间中围栏告警事件列表
604
+ */
605
+ async DescribeSpaceFenceEventList(
606
+ req: DescribeSpaceFenceEventListRequest,
607
+ cb?: (error: string, rep: DescribeSpaceFenceEventListResponse) => void
608
+ ): Promise<DescribeSpaceFenceEventListResponse> {
609
+ return this.request("DescribeSpaceFenceEventList", req, cb)
610
+ }
611
+
437
612
  /**
438
613
  * 创建设备
439
614
  */
@@ -454,6 +629,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
454
629
  return this.request("ListEventHistory", req, cb)
455
630
  }
456
631
 
632
+ /**
633
+ * 本接口(DeleteTopicPolicy)用于删除Topic
634
+ */
635
+ async DeleteTopicPolicy(
636
+ req: DeleteTopicPolicyRequest,
637
+ cb?: (error: string, rep: DeleteTopicPolicyResponse) => void
638
+ ): Promise<DeleteTopicPolicyResponse> {
639
+ return this.request("DeleteTopicPolicy", req, cb)
640
+ }
641
+
457
642
  /**
458
643
  * 提供查看产品详细信息的能力,包括产品的ID、数据协议、认证类型等重要参数
459
644
  */
@@ -464,6 +649,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
464
649
  return this.request("DescribeStudioProduct", req, cb)
465
650
  }
466
651
 
652
+ /**
653
+ * 本接口(ListTopicPolicy)用于获取Topic列表
654
+ */
655
+ async ListTopicPolicy(
656
+ req: ListTopicPolicyRequest,
657
+ cb?: (error: string, rep: ListTopicPolicyResponse) => void
658
+ ): Promise<ListTopicPolicyResponse> {
659
+ return this.request("ListTopicPolicy", req, cb)
660
+ }
661
+
662
+ /**
663
+ * 删除围栏绑定信息
664
+ */
665
+ async DeleteFenceBind(
666
+ req: DeleteFenceBindRequest,
667
+ cb?: (error: string, rep: DeleteFenceBindResponse) => void
668
+ ): Promise<DeleteFenceBindResponse> {
669
+ return this.request("DeleteFenceBind", req, cb)
670
+ }
671
+
467
672
  /**
468
673
  * 获取 LoRa 网关列表接口
469
674
  */
@@ -474,6 +679,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
474
679
  return this.request("GetLoRaGatewayList", req, cb)
475
680
  }
476
681
 
682
+ /**
683
+ * 获取围栏告警事件列表
684
+ */
685
+ async DescribeFenceEventList(
686
+ req: DescribeFenceEventListRequest,
687
+ cb?: (error: string, rep: DescribeFenceEventListResponse) => void
688
+ ): Promise<DescribeFenceEventListResponse> {
689
+ return this.request("DescribeFenceEventList", req, cb)
690
+ }
691
+
477
692
  /**
478
693
  * 产品开发完成并测试通过后,通过发布产品将产品设置为发布状态
479
694
  */
@@ -495,23 +710,63 @@ export class Client extends TencentCloudCommon.AbstractClient {
495
710
  }
496
711
 
497
712
  /**
498
- * 提供查询LoRa自定义频点详情的能力
713
+ * 获取位置空间列表
499
714
  */
500
- async DescribeLoRaFrequency(
501
- req: DescribeLoRaFrequencyRequest,
502
- cb?: (error: string, rep: DescribeLoRaFrequencyResponse) => void
503
- ): Promise<DescribeLoRaFrequencyResponse> {
504
- return this.request("DescribeLoRaFrequency", req, cb)
715
+ async GetPositionSpaceList(
716
+ req: GetPositionSpaceListRequest,
717
+ cb?: (error: string, rep: GetPositionSpaceListResponse) => void
718
+ ): Promise<GetPositionSpaceListResponse> {
719
+ return this.request("GetPositionSpaceList", req, cb)
505
720
  }
506
721
 
507
722
  /**
508
- * 搜索规则
723
+ * 删除围栏
509
724
  */
510
- async SearchTopicRule(
511
- req: SearchTopicRuleRequest,
512
- cb?: (error: string, rep: SearchTopicRuleResponse) => void
513
- ): Promise<SearchTopicRuleResponse> {
514
- return this.request("SearchTopicRule", req, cb)
725
+ async DeletePositionFence(
726
+ req: DeletePositionFenceRequest,
727
+ cb?: (error: string, rep: DeletePositionFenceResponse) => void
728
+ ): Promise<DeletePositionFenceResponse> {
729
+ return this.request("DeletePositionFence", req, cb)
730
+ }
731
+
732
+ /**
733
+ * 更新围栏
734
+ */
735
+ async ModifyPositionFence(
736
+ req?: ModifyPositionFenceRequest,
737
+ cb?: (error: string, rep: ModifyPositionFenceResponse) => void
738
+ ): Promise<ModifyPositionFenceResponse> {
739
+ return this.request("ModifyPositionFence", req, cb)
740
+ }
741
+
742
+ /**
743
+ * 获取设备位置列表
744
+ */
745
+ async DescribeDevicePositionList(
746
+ req?: DescribeDevicePositionListRequest,
747
+ cb?: (error: string, rep: DescribeDevicePositionListResponse) => void
748
+ ): Promise<DescribeDevicePositionListResponse> {
749
+ return this.request("DescribeDevicePositionList", req, cb)
750
+ }
751
+
752
+ /**
753
+ * 更新围栏绑定信息
754
+ */
755
+ async ModifyFenceBind(
756
+ req: ModifyFenceBindRequest,
757
+ cb?: (error: string, rep: ModifyFenceBindResponse) => void
758
+ ): Promise<ModifyFenceBindResponse> {
759
+ return this.request("ModifyFenceBind", req, cb)
760
+ }
761
+
762
+ /**
763
+ * 更新位置空间
764
+ */
765
+ async ModifyPositionSpace(
766
+ req: ModifyPositionSpaceRequest,
767
+ cb?: (error: string, rep: ModifyPositionSpaceResponse) => void
768
+ ): Promise<ModifyPositionSpaceResponse> {
769
+ return this.request("ModifyPositionSpace", req, cb)
515
770
  }
516
771
 
517
772
  /**
@@ -524,6 +779,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
524
779
  return this.request("GetStudioProductList", req, cb)
525
780
  }
526
781
 
782
+ /**
783
+ * 启用规则
784
+ */
785
+ async EnableTopicRule(
786
+ req: EnableTopicRuleRequest,
787
+ cb?: (error: string, rep: EnableTopicRuleResponse) => void
788
+ ): Promise<EnableTopicRuleResponse> {
789
+ return this.request("EnableTopicRule", req, cb)
790
+ }
791
+
527
792
  /**
528
793
  * 提供修改产品的数据模板的能力
529
794
  */
@@ -535,13 +800,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
535
800
  }
536
801
 
537
802
  /**
538
- * 查询项目详情
803
+ * 删除位置空间
539
804
  */
540
- async DescribeProject(
541
- req: DescribeProjectRequest,
542
- cb?: (error: string, rep: DescribeProjectResponse) => void
543
- ): Promise<DescribeProjectResponse> {
544
- return this.request("DescribeProject", req, cb)
805
+ async DeletePositionSpace(
806
+ req: DeletePositionSpaceRequest,
807
+ cb?: (error: string, rep: DeletePositionSpaceResponse) => void
808
+ ): Promise<DeletePositionSpaceResponse> {
809
+ return this.request("DeletePositionSpace", req, cb)
545
810
  }
546
811
 
547
812
  /**
@@ -585,13 +850,23 @@ export class Client extends TencentCloudCommon.AbstractClient {
585
850
  }
586
851
 
587
852
  /**
588
- * 启用规则
853
+ * 创建位置空间
589
854
  */
590
- async EnableTopicRule(
591
- req: EnableTopicRuleRequest,
592
- cb?: (error: string, rep: EnableTopicRuleResponse) => void
593
- ): Promise<EnableTopicRuleResponse> {
594
- return this.request("EnableTopicRule", req, cb)
855
+ async CreatePositionSpace(
856
+ req: CreatePositionSpaceRequest,
857
+ cb?: (error: string, rep: CreatePositionSpaceResponse) => void
858
+ ): Promise<CreatePositionSpaceResponse> {
859
+ return this.request("CreatePositionSpace", req, cb)
860
+ }
861
+
862
+ /**
863
+ * 用于查看某个设备的详细信息
864
+ */
865
+ async DescribeDevice(
866
+ req: DescribeDeviceRequest,
867
+ cb?: (error: string, rep: DescribeDeviceResponse) => void
868
+ ): Promise<DescribeDeviceResponse> {
869
+ return this.request("DescribeDevice", req, cb)
595
870
  }
596
871
 
597
872
  /**
@@ -604,6 +879,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
604
879
  return this.request("DeleteProject", req, cb)
605
880
  }
606
881
 
882
+ /**
883
+ * 查询项目详情
884
+ */
885
+ async DescribeProject(
886
+ req: DescribeProjectRequest,
887
+ cb?: (error: string, rep: DescribeProjectResponse) => void
888
+ ): Promise<DescribeProjectResponse> {
889
+ return this.request("DescribeProject", req, cb)
890
+ }
891
+
607
892
  /**
608
893
  * 根据设备产品ID、设备名称,设置控制设备的属性数据。
609
894
  */