tencentcloud-sdk-iotexplorer 3.0.1031 → 3.0.1033
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190423/client.rb +1 -1
- data/lib/v20190423/models.rb +19 -210
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0328f510be0645d57c83c6db161bac47164447dc
|
4
|
+
data.tar.gz: 0010b169484cf46a58cf60ddf9d4f0356c1a1423
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce7f7d1c35bb6ddceb76c5e2c7723f2379f0ab09bea60e9fbe9c9d682daa9dacd6a267fb03c8e5fdf6f34a34c0bde382bc622ee88f0e3a8c730fa000ceae4daa
|
7
|
+
data.tar.gz: 7f193b03458c22566697d281c07b25b0f11a7ef326c8f2eaf923566034f9db084efe336314e4ed2ba4136720233d380000031affae09f99bb263ab44714a9232
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1033
|
data/lib/v20190423/client.rb
CHANGED
@@ -557,7 +557,7 @@ module TencentCloud
|
|
557
557
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
558
558
|
end
|
559
559
|
|
560
|
-
#
|
560
|
+
# 创建位置空间。
|
561
561
|
|
562
562
|
# @param request: Request instance for CreatePositionSpace.
|
563
563
|
# @type request: :class:`Tencentcloud::iotexplorer::V20190423::CreatePositionSpaceRequest`
|
data/lib/v20190423/models.rb
CHANGED
@@ -95,18 +95,18 @@ module TencentCloud
|
|
95
95
|
# ActivateTWeCallLicense返回参数结构体
|
96
96
|
class ActivateTWeCallLicenseResponse < TencentCloud::Common::AbstractModel
|
97
97
|
# @param DeviceList: 设备激活返回数据
|
98
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
99
98
|
# @type DeviceList: Array
|
100
99
|
# @param FailureList: 设备激活失败返回数据
|
101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
102
100
|
# @type FailureList: Array
|
103
101
|
# @param SuccessList: 设备激活成功返回数据
|
104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
102
|
# @type SuccessList: Array
|
106
103
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
107
104
|
# @type RequestId: String
|
108
105
|
|
109
106
|
attr_accessor :DeviceList, :FailureList, :SuccessList, :RequestId
|
107
|
+
extend Gem::Deprecate
|
108
|
+
deprecate :DeviceList, :none, 2025, 4
|
109
|
+
deprecate :DeviceList=, :none, 2025, 4
|
110
110
|
|
111
111
|
def initialize(devicelist=nil, failurelist=nil, successlist=nil, requestid=nil)
|
112
112
|
@DeviceList = devicelist
|
@@ -199,22 +199,16 @@ module TencentCloud
|
|
199
199
|
# 授权小程序信息
|
200
200
|
class AuthMiniProgramAppInfo < TencentCloud::Common::AbstractModel
|
201
201
|
# @param MiniProgramAppId: 小程序APPID
|
202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
203
202
|
# @type MiniProgramAppId: String
|
204
203
|
# @param CreateTime: 创建时间
|
205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
206
204
|
# @type CreateTime: Integer
|
207
205
|
# @param MiniProgramName: 小程序名称
|
208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
209
206
|
# @type MiniProgramName: String
|
210
207
|
# @param LicenseNum: 激活码数
|
211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
212
208
|
# @type LicenseNum: Integer
|
213
209
|
# @param IotAppId: 应用ID
|
214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
215
210
|
# @type IotAppId: String
|
216
211
|
# @param IotAppName: 应用名称
|
217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
218
212
|
# @type IotAppName: String
|
219
213
|
|
220
214
|
attr_accessor :MiniProgramAppId, :CreateTime, :MiniProgramName, :LicenseNum, :IotAppId, :IotAppName
|
@@ -381,25 +375,18 @@ module TencentCloud
|
|
381
375
|
# @param ProductName: 产品名称。
|
382
376
|
# @type ProductName: String
|
383
377
|
# @param ProjectId: 产品所属项目ID。
|
384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
385
378
|
# @type ProjectId: String
|
386
379
|
# @param DataProtocol: 物模型类型。
|
387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
388
380
|
# @type DataProtocol: Integer
|
389
381
|
# @param CategoryId: 产品分组模板ID
|
390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
382
|
# @type CategoryId: Integer
|
392
383
|
# @param ProductType: 产品类型
|
393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
394
384
|
# @type ProductType: Integer
|
395
385
|
# @param NetType: 连接类型
|
396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
397
386
|
# @type NetType: String
|
398
387
|
# @param DevStatus: 状态
|
399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
400
388
|
# @type DevStatus: String
|
401
389
|
# @param ProductOwnerName: 产品拥有者名称
|
402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
403
390
|
# @type ProductOwnerName: String
|
404
391
|
|
405
392
|
attr_accessor :ProductId, :ProductName, :ProjectId, :DataProtocol, :CategoryId, :ProductType, :NetType, :DevStatus, :ProductOwnerName
|
@@ -550,7 +537,6 @@ module TencentCloud
|
|
550
537
|
# @param ClientToken: 调用Id
|
551
538
|
# @type ClientToken: String
|
552
539
|
# @param OutputParams: 输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
|
553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
554
540
|
# @type OutputParams: String
|
555
541
|
# @param Status: 返回状态,取值设备端上报$thing/up/action method为action_reply 的 status字段,如果不包含status字段,则取默认值,空字符串,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
|
556
542
|
# @type Status: String
|
@@ -577,10 +563,8 @@ module TencentCloud
|
|
577
563
|
# 标签数据结构
|
578
564
|
class CamTag < TencentCloud::Common::AbstractModel
|
579
565
|
# @param TagKey: 标签键
|
580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
581
566
|
# @type TagKey: String
|
582
567
|
# @param TagValue: 标签值
|
583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
584
568
|
# @type TagValue: String
|
585
569
|
|
586
570
|
attr_accessor :TagKey, :TagValue
|
@@ -691,10 +675,8 @@ module TencentCloud
|
|
691
675
|
# CheckFirmwareUpdate返回参数结构体
|
692
676
|
class CheckFirmwareUpdateResponse < TencentCloud::Common::AbstractModel
|
693
677
|
# @param CurrentVersion: 设备当前固件版本。
|
694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
695
678
|
# @type CurrentVersion: String
|
696
679
|
# @param DstVersion: 固件可升级版本。
|
697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
698
680
|
# @type DstVersion: String
|
699
681
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
700
682
|
# @type RequestId: String
|
@@ -997,7 +979,6 @@ module TencentCloud
|
|
997
979
|
# @param TimeList: 云存时间轴信息列表
|
998
980
|
# @type TimeList: Array
|
999
981
|
# @param VideoURL: 播放地址
|
1000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1001
982
|
# @type VideoURL: String
|
1002
983
|
|
1003
984
|
attr_accessor :TimeList, :VideoURL
|
@@ -1099,7 +1080,6 @@ module TencentCloud
|
|
1099
1080
|
# @param Result: JSON字符串, 返回下发控制的结果信息,
|
1100
1081
|
# Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
|
1101
1082
|
# pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
|
1102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1103
1083
|
# @type Result: String
|
1104
1084
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1105
1085
|
# @type RequestId: String
|
@@ -1585,10 +1565,8 @@ module TencentCloud
|
|
1585
1565
|
# CreateFreeCloudStorage返回参数结构体
|
1586
1566
|
class CreateFreeCloudStorageResponse < TencentCloud::Common::AbstractModel
|
1587
1567
|
# @param Price: 订单金额,单位为分
|
1588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1568
|
# @type Price: Integer
|
1590
1569
|
# @param Amount: 支付金额,单位为分
|
1591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1592
1570
|
# @type Amount: Integer
|
1593
1571
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1594
1572
|
# @type RequestId: String
|
@@ -1675,10 +1653,8 @@ module TencentCloud
|
|
1675
1653
|
# CreateIotVideoCloudStorage返回参数结构体
|
1676
1654
|
class CreateIotVideoCloudStorageResponse < TencentCloud::Common::AbstractModel
|
1677
1655
|
# @param Price: 订单金额,单位为分
|
1678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1679
1656
|
# @type Price: Integer
|
1680
1657
|
# @param Amount: 支付金额,单位为分
|
1681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1682
1658
|
# @type Amount: Integer
|
1683
1659
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1684
1660
|
# @type RequestId: String
|
@@ -1918,7 +1894,6 @@ module TencentCloud
|
|
1918
1894
|
# CreatePositionSpace返回参数结构体
|
1919
1895
|
class CreatePositionSpaceResponse < TencentCloud::Common::AbstractModel
|
1920
1896
|
# @param SpaceId: 空间Id
|
1921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1922
1897
|
# @type SpaceId: String
|
1923
1898
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1924
1899
|
# @type RequestId: String
|
@@ -2081,7 +2056,6 @@ module TencentCloud
|
|
2081
2056
|
# CreateTRTCSignaturesWithRoomId返回参数结构体
|
2082
2057
|
class CreateTRTCSignaturesWithRoomIdResponse < TencentCloud::Common::AbstractModel
|
2083
2058
|
# @param TRTCParamList: 返回参数数组
|
2084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2085
2059
|
# @type TRTCParamList: Array
|
2086
2060
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2087
2061
|
# @type RequestId: String
|
@@ -2268,10 +2242,8 @@ module TencentCloud
|
|
2268
2242
|
# DeleteDevice返回参数结构体
|
2269
2243
|
class DeleteDeviceResponse < TencentCloud::Common::AbstractModel
|
2270
2244
|
# @param ResultCode: 删除的结果代码
|
2271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2272
2245
|
# @type ResultCode: String
|
2273
2246
|
# @param ResultMessage: 删除的结果信息
|
2274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2275
2247
|
# @type ResultMessage: String
|
2276
2248
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2277
2249
|
# @type RequestId: String
|
@@ -2317,10 +2289,8 @@ module TencentCloud
|
|
2317
2289
|
# DeleteDevices返回参数结构体
|
2318
2290
|
class DeleteDevicesResponse < TencentCloud::Common::AbstractModel
|
2319
2291
|
# @param ResultCode: 删除的结果代码
|
2320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2321
2292
|
# @type ResultCode: String
|
2322
2293
|
# @param ResultMessage: 删除的结果信息
|
2323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2324
2294
|
# @type ResultMessage: String
|
2325
2295
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2326
2296
|
# @type RequestId: String
|
@@ -2666,7 +2636,6 @@ module TencentCloud
|
|
2666
2636
|
# DescribeActivateDevice返回参数结构体
|
2667
2637
|
class DescribeActivateDeviceResponse < TencentCloud::Common::AbstractModel
|
2668
2638
|
# @param Data: 设备激活详情信息
|
2669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2670
2639
|
# @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.ActivateDeviceInfo`
|
2671
2640
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2672
2641
|
# @type RequestId: String
|
@@ -2710,7 +2679,6 @@ module TencentCloud
|
|
2710
2679
|
# DescribeActivateLicenseService返回参数结构体
|
2711
2680
|
class DescribeActivateLicenseServiceResponse < TencentCloud::Common::AbstractModel
|
2712
2681
|
# @param Data: 增值服务激活码信息
|
2713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2714
2682
|
# @type Data: Array
|
2715
2683
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2716
2684
|
# @type RequestId: String
|
@@ -2770,13 +2738,10 @@ module TencentCloud
|
|
2770
2738
|
# @param UploadUrl: 上传URL。
|
2771
2739
|
# @type UploadUrl: String
|
2772
2740
|
# @param SuccessCount: 成功数
|
2773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2774
2741
|
# @type SuccessCount: Integer
|
2775
2742
|
# @param LastFailedReason: 量产最后失败原因
|
2776
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2777
2743
|
# @type LastFailedReason: String
|
2778
2744
|
# @param Status: 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
|
2779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2780
2745
|
# @type Status: Integer
|
2781
2746
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2782
2747
|
# @type RequestId: String
|
@@ -3446,13 +3411,10 @@ module TencentCloud
|
|
3446
3411
|
# DescribeCloudStorageOrder返回参数结构体
|
3447
3412
|
class DescribeCloudStorageOrderResponse < TencentCloud::Common::AbstractModel
|
3448
3413
|
# @param StartTime: 云存套餐开始时间
|
3449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3450
3414
|
# @type StartTime: Integer
|
3451
3415
|
# @param ExpireTime: 云存套餐过期时间
|
3452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3453
3416
|
# @type ExpireTime: Integer
|
3454
3417
|
# @param PackageId: 套餐id
|
3455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3456
3418
|
# @type PackageId: String
|
3457
3419
|
# @param Status: 套餐状态
|
3458
3420
|
# 0:等待生效
|
@@ -3462,10 +3424,8 @@ module TencentCloud
|
|
3462
3424
|
# @param ChannelId: 通道id
|
3463
3425
|
# @type ChannelId: Integer
|
3464
3426
|
# @param Price: 订单金额,单位为分
|
3465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3466
3427
|
# @type Price: Integer
|
3467
3428
|
# @param Amount: 支付金额,单位为分
|
3468
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3469
3429
|
# @type Amount: Integer
|
3470
3430
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3471
3431
|
# @type RequestId: String
|
@@ -3617,7 +3577,6 @@ module TencentCloud
|
|
3617
3577
|
# @param ShiftDuration: 云存回看时长
|
3618
3578
|
# @type ShiftDuration: Integer
|
3619
3579
|
# @param UserId: 云存用户ID
|
3620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3621
3580
|
# @type UserId: String
|
3622
3581
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3623
3582
|
# @type RequestId: String
|
@@ -3935,19 +3894,14 @@ module TencentCloud
|
|
3935
3894
|
# DescribeDeviceBindGateway返回参数结构体
|
3936
3895
|
class DescribeDeviceBindGatewayResponse < TencentCloud::Common::AbstractModel
|
3937
3896
|
# @param GatewayProductId: 网关产品ID
|
3938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3939
3897
|
# @type GatewayProductId: String
|
3940
3898
|
# @param GatewayDeviceName: 网关设备名
|
3941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3942
3899
|
# @type GatewayDeviceName: String
|
3943
3900
|
# @param GatewayName: 网关产品名称
|
3944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3945
3901
|
# @type GatewayName: String
|
3946
3902
|
# @param GatewayProductOwnerName: 设备对应产品所属的主账号名称
|
3947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3948
3903
|
# @type GatewayProductOwnerName: String
|
3949
3904
|
# @param GatewayProductOwnerUin: 设备对应产品所属的主账号 UIN
|
3950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3951
3905
|
# @type GatewayProductOwnerUin: String
|
3952
3906
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3953
3907
|
# @type RequestId: String
|
@@ -4016,16 +3970,12 @@ module TencentCloud
|
|
4016
3970
|
# DescribeDeviceDataHistory返回参数结构体
|
4017
3971
|
class DescribeDeviceDataHistoryResponse < TencentCloud::Common::AbstractModel
|
4018
3972
|
# @param FieldName: 属性字段名称,对应数据模板中功能属性的标识符
|
4019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4020
3973
|
# @type FieldName: String
|
4021
3974
|
# @param Listover: 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
|
4022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4023
3975
|
# @type Listover: Boolean
|
4024
3976
|
# @param Context: 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
4025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4026
3977
|
# @type Context: String
|
4027
3978
|
# @param Results: 历史数据结果数组,返回对应时间点及取值。
|
4028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4029
3979
|
# @type Results: Array
|
4030
3980
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4031
3981
|
# @type RequestId: String
|
@@ -4163,7 +4113,6 @@ module TencentCloud
|
|
4163
4113
|
# DescribeDeviceFirmwares返回参数结构体
|
4164
4114
|
class DescribeDeviceFirmwaresResponse < TencentCloud::Common::AbstractModel
|
4165
4115
|
# @param Firmwares: 固件信息列表
|
4166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4167
4116
|
# @type Firmwares: Array
|
4168
4117
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4169
4118
|
# @type RequestId: String
|
@@ -4236,7 +4185,6 @@ module TencentCloud
|
|
4236
4185
|
# @param LocationType: 类型
|
4237
4186
|
# @type LocationType: String
|
4238
4187
|
# @param Accuracy: 误差精度预估,单位为米
|
4239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4240
4188
|
# @type Accuracy: Float
|
4241
4189
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4242
4190
|
# @type RequestId: String
|
@@ -4587,24 +4535,18 @@ module TencentCloud
|
|
4587
4535
|
# @param ProductId: 产品ID
|
4588
4536
|
# @type ProductId: String
|
4589
4537
|
# @param Name: 固件名称
|
4590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4591
4538
|
# @type Name: String
|
4592
4539
|
# @param Description: 固件描述
|
4593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4594
4540
|
# @type Description: String
|
4595
4541
|
# @param Md5sum: 固件Md5值
|
4596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4597
4542
|
# @type Md5sum: String
|
4598
4543
|
# @param Createtime: 固件上传的秒级时间戳
|
4599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4600
4544
|
# @type Createtime: Integer
|
4601
4545
|
# @param ProductName: 产品名称
|
4602
4546
|
# @type ProductName: String
|
4603
4547
|
# @param FwType: 固件升级模块
|
4604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4605
4548
|
# @type FwType: String
|
4606
4549
|
# @param UserDefined: 固件用户自定义配置信息
|
4607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4608
4550
|
# @type UserDefined: String
|
4609
4551
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4610
4552
|
# @type RequestId: String
|
@@ -4665,34 +4607,24 @@ module TencentCloud
|
|
4665
4607
|
# DescribeFirmwareTask返回参数结构体
|
4666
4608
|
class DescribeFirmwareTaskResponse < TencentCloud::Common::AbstractModel
|
4667
4609
|
# @param TaskId: 固件任务ID
|
4668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4669
4610
|
# @type TaskId: Integer
|
4670
4611
|
# @param Status: 固件任务状态
|
4671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4672
4612
|
# @type Status: Integer
|
4673
4613
|
# @param CreateTime: 固件任务创建时间,单位:秒
|
4674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4675
4614
|
# @type CreateTime: Integer
|
4676
4615
|
# @param Type: 固件任务升级类型
|
4677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4678
4616
|
# @type Type: Integer
|
4679
4617
|
# @param ProductName: 产品名称
|
4680
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4681
4618
|
# @type ProductName: String
|
4682
4619
|
# @param UpgradeMode: 固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
|
4683
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4684
4620
|
# @type UpgradeMode: String
|
4685
4621
|
# @param ProductId: 产品ID
|
4686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4687
4622
|
# @type ProductId: String
|
4688
4623
|
# @param OriginalVersion: 原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
|
4689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4690
4624
|
# @type OriginalVersion: String
|
4691
4625
|
# @param CreateUserId: 创建账号ID
|
4692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4693
4626
|
# @type CreateUserId: Integer
|
4694
4627
|
# @param CreatorNickName: 创建账号ID昵称
|
4695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4696
4628
|
# @type CreatorNickName: String
|
4697
4629
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4698
4630
|
# @type RequestId: String
|
@@ -4751,15 +4683,12 @@ module TencentCloud
|
|
4751
4683
|
# DescribeFirmwareUpdateStatus返回参数结构体
|
4752
4684
|
class DescribeFirmwareUpdateStatusResponse < TencentCloud::Common::AbstractModel
|
4753
4685
|
# @param OriVersion: 升级任务源版本。
|
4754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4755
4686
|
# @type OriVersion: String
|
4756
4687
|
# @param DstVersion: 升级任务目标版本。
|
4757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4758
4688
|
# @type DstVersion: String
|
4759
4689
|
# @param Status: 升级状态:- 0:设备离线。- 1:待处理。- 2:消息下发成功。- 3:下载中。- 4:烧录中。- 5:失败。- 6:升级完成。- 7:正在处理中。- 8:等待用户确认。- 10:升级超时。- 20:下载完成。
|
4760
4690
|
# @type Status: Integer
|
4761
4691
|
# @param Percent: 进度
|
4762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4763
4692
|
# @type Percent: Integer
|
4764
4693
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4765
4694
|
# @type RequestId: String
|
@@ -4919,10 +4848,8 @@ module TencentCloud
|
|
4919
4848
|
# DescribeGatewaySubDeviceList返回参数结构体
|
4920
4849
|
class DescribeGatewaySubDeviceListResponse < TencentCloud::Common::AbstractModel
|
4921
4850
|
# @param Total: 设备的总数
|
4922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4923
4851
|
# @type Total: Integer
|
4924
4852
|
# @param DeviceList: 设备列表
|
4925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4926
4853
|
# @type DeviceList: Array
|
4927
4854
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4928
4855
|
# @type RequestId: String
|
@@ -5043,7 +4970,6 @@ module TencentCloud
|
|
5043
4970
|
# DescribeInstance返回参数结构体
|
5044
4971
|
class DescribeInstanceResponse < TencentCloud::Common::AbstractModel
|
5045
4972
|
# @param Data: 实例信息
|
5046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5047
4973
|
# @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.InstanceDetail`
|
5048
4974
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5049
4975
|
# @type RequestId: String
|
@@ -5083,7 +5009,6 @@ module TencentCloud
|
|
5083
5009
|
# DescribeLoRaFrequency返回参数结构体
|
5084
5010
|
class DescribeLoRaFrequencyResponse < TencentCloud::Common::AbstractModel
|
5085
5011
|
# @param Data: 返回详情项
|
5086
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5087
5012
|
# @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.LoRaFrequencyEntry`
|
5088
5013
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5089
5014
|
# @type RequestId: String
|
@@ -5297,10 +5222,8 @@ module TencentCloud
|
|
5297
5222
|
# DescribePositionFenceList返回参数结构体
|
5298
5223
|
class DescribePositionFenceListResponse < TencentCloud::Common::AbstractModel
|
5299
5224
|
# @param List: 围栏列表
|
5300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5301
5225
|
# @type List: Array
|
5302
5226
|
# @param Total: 围栏数量
|
5303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5304
5227
|
# @type Total: Integer
|
5305
5228
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5306
5229
|
# @type RequestId: String
|
@@ -5576,10 +5499,8 @@ module TencentCloud
|
|
5576
5499
|
# DescribeTopicRule返回参数结构体
|
5577
5500
|
class DescribeTopicRuleResponse < TencentCloud::Common::AbstractModel
|
5578
5501
|
# @param Rule: 规则描述。
|
5579
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5580
5502
|
# @type Rule: :class:`Tencentcloud::Iotexplorer.v20190423.models.TopicRule`
|
5581
5503
|
# @param CamTag: 规则绑定的标签
|
5582
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5583
5504
|
# @type CamTag: Array
|
5584
5505
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5585
5506
|
# @type RequestId: String
|
@@ -5636,7 +5557,6 @@ module TencentCloud
|
|
5636
5557
|
# DescribeUnbindedDevices返回参数结构体
|
5637
5558
|
class DescribeUnbindedDevicesResponse < TencentCloud::Common::AbstractModel
|
5638
5559
|
# @param UnbindedDevices: 未绑定的设备列表
|
5639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5640
5560
|
# @type UnbindedDevices: Array
|
5641
5561
|
# @param Total: 设备的总数量
|
5642
5562
|
# @type Total: Integer
|
@@ -5684,7 +5604,6 @@ module TencentCloud
|
|
5684
5604
|
# DescribeVideoLicense返回参数结构体
|
5685
5605
|
class DescribeVideoLicenseResponse < TencentCloud::Common::AbstractModel
|
5686
5606
|
# @param License: 视频激活码分类概览
|
5687
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5688
5607
|
# @type License: Array
|
5689
5608
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5690
5609
|
# @type RequestId: String
|
@@ -5723,16 +5642,22 @@ module TencentCloud
|
|
5723
5642
|
# @type TotalBluetoothLicense: Integer
|
5724
5643
|
# @param UsedBluetoothLicense: 已使用蓝牙授权数
|
5725
5644
|
# @type UsedBluetoothLicense: Integer
|
5645
|
+
# @param TotalFreeLicense: 可免费注册设备数
|
5646
|
+
# @type TotalFreeLicense: Integer
|
5647
|
+
# @param UsedFreeLicense: 已使用注册设备数
|
5648
|
+
# @type UsedFreeLicense: Integer
|
5726
5649
|
|
5727
|
-
attr_accessor :TotalDeviceNum, :UsedDeviceNum, :TotalNormalLicense, :UsedNormalLicense, :TotalBluetoothLicense, :UsedBluetoothLicense
|
5650
|
+
attr_accessor :TotalDeviceNum, :UsedDeviceNum, :TotalNormalLicense, :UsedNormalLicense, :TotalBluetoothLicense, :UsedBluetoothLicense, :TotalFreeLicense, :UsedFreeLicense
|
5728
5651
|
|
5729
|
-
def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil)
|
5652
|
+
def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil, totalfreelicense=nil, usedfreelicense=nil)
|
5730
5653
|
@TotalDeviceNum = totaldevicenum
|
5731
5654
|
@UsedDeviceNum = useddevicenum
|
5732
5655
|
@TotalNormalLicense = totalnormallicense
|
5733
5656
|
@UsedNormalLicense = usednormallicense
|
5734
5657
|
@TotalBluetoothLicense = totalbluetoothlicense
|
5735
5658
|
@UsedBluetoothLicense = usedbluetoothlicense
|
5659
|
+
@TotalFreeLicense = totalfreelicense
|
5660
|
+
@UsedFreeLicense = usedfreelicense
|
5736
5661
|
end
|
5737
5662
|
|
5738
5663
|
def deserialize(params)
|
@@ -5742,6 +5667,8 @@ module TencentCloud
|
|
5742
5667
|
@UsedNormalLicense = params['UsedNormalLicense']
|
5743
5668
|
@TotalBluetoothLicense = params['TotalBluetoothLicense']
|
5744
5669
|
@UsedBluetoothLicense = params['UsedBluetoothLicense']
|
5670
|
+
@TotalFreeLicense = params['TotalFreeLicense']
|
5671
|
+
@UsedFreeLicense = params['UsedFreeLicense']
|
5745
5672
|
end
|
5746
5673
|
end
|
5747
5674
|
|
@@ -5751,13 +5678,10 @@ module TencentCloud
|
|
5751
5678
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5752
5679
|
# @type ModelId: String
|
5753
5680
|
# @param Sn: SN信息
|
5754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5755
5681
|
# @type Sn: String
|
5756
5682
|
# @param ErrCode: 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;
|
5757
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5758
5683
|
# @type ErrCode: Integer
|
5759
5684
|
# @param ExpireTime: 过期时间
|
5760
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5761
5685
|
# @type ExpireTime: Integer
|
5762
5686
|
|
5763
5687
|
attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
|
@@ -5783,16 +5707,12 @@ module TencentCloud
|
|
5783
5707
|
# DeviceData
|
5784
5708
|
class DeviceData < TencentCloud::Common::AbstractModel
|
5785
5709
|
# @param DeviceCert: 设备证书,用于 TLS 建立链接时校验客户端身份。采用非对称加密时返回该参数。
|
5786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5787
5710
|
# @type DeviceCert: String
|
5788
5711
|
# @param DeviceName: 设备名称。
|
5789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5790
5712
|
# @type DeviceName: String
|
5791
5713
|
# @param DevicePrivateKey: 设备私钥,用于 TLS 建立链接时校验客户端身份,腾讯云后台不保存,请妥善保管。采用非对称加密时返回该参数。
|
5792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5793
5714
|
# @type DevicePrivateKey: String
|
5794
5715
|
# @param DevicePsk: 对称加密密钥,base64编码。采用对称加密时返回该参数。
|
5795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5796
5716
|
# @type DevicePsk: String
|
5797
5717
|
|
5798
5718
|
attr_accessor :DeviceCert, :DeviceName, :DevicePrivateKey, :DevicePsk
|
@@ -5866,58 +5786,40 @@ module TencentCloud
|
|
5866
5786
|
# @type DevicePsk: String
|
5867
5787
|
# @param FirstOnlineTime: 首次上线时间
|
5868
5788
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5870
5789
|
# @type FirstOnlineTime: Integer
|
5871
5790
|
# @param LoginTime: 最后一次上线时间
|
5872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5873
5791
|
# @type LoginTime: Integer
|
5874
5792
|
# @param CreateTime: 设备创建时间
|
5875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5876
5793
|
# @type CreateTime: Integer
|
5877
5794
|
# @param Version: 设备固件版本
|
5878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5879
5795
|
# @type Version: String
|
5880
5796
|
# @param DeviceCert: 设备证书
|
5881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5882
5797
|
# @type DeviceCert: String
|
5883
5798
|
# @param LogLevel: 日志级别
|
5884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5885
5799
|
# @type LogLevel: Integer
|
5886
5800
|
# @param DevAddr: LoRaWAN 设备地址
|
5887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5888
5801
|
# @type DevAddr: String
|
5889
5802
|
# @param AppKey: LoRaWAN 应用密钥
|
5890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5891
5803
|
# @type AppKey: String
|
5892
5804
|
# @param DevEUI: LoRaWAN 设备唯一标识
|
5893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5894
5805
|
# @type DevEUI: String
|
5895
5806
|
# @param AppSKey: LoRaWAN 应用会话密钥
|
5896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5897
5807
|
# @type AppSKey: String
|
5898
5808
|
# @param NwkSKey: LoRaWAN 网络会话密钥
|
5899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5900
5809
|
# @type NwkSKey: String
|
5901
5810
|
# @param CreateUserId: 创建人Id
|
5902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5903
5811
|
# @type CreateUserId: Integer
|
5904
5812
|
# @param CreatorNickName: 创建人昵称
|
5905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5906
5813
|
# @type CreatorNickName: String
|
5907
5814
|
# @param EnableState: 启用/禁用状态
|
5908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5909
5815
|
# @type EnableState: Integer
|
5910
5816
|
# @param ProductId: 产品ID
|
5911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5912
5817
|
# @type ProductId: String
|
5913
5818
|
# @param ProductName: 产品名称
|
5914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5915
5819
|
# @type ProductName: String
|
5916
5820
|
# @param DeviceType: 设备类型(设备、子设备、网关)
|
5917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5918
5821
|
# @type DeviceType: String
|
5919
5822
|
# @param IsLora: 是否是 lora 设备
|
5920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5921
5823
|
# @type IsLora: Boolean
|
5922
5824
|
|
5923
5825
|
attr_accessor :DeviceName, :Status, :DevicePsk, :FirstOnlineTime, :LoginTime, :CreateTime, :Version, :DeviceCert, :LogLevel, :DevAddr, :AppKey, :DevEUI, :AppSKey, :NwkSKey, :CreateUserId, :CreatorNickName, :EnableState, :ProductId, :ProductName, :DeviceType, :IsLora
|
@@ -6026,10 +5928,8 @@ module TencentCloud
|
|
6026
5928
|
# @param Role: 用户角色 1所有者,0:其他分享者
|
6027
5929
|
# @type Role: Integer
|
6028
5930
|
# @param FamilyId: 家庭ID,所有者带该参数
|
6029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6030
5931
|
# @type FamilyId: String
|
6031
5932
|
# @param FamilyName: 家庭名称,所有者带该参数
|
6032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6033
5933
|
# @type FamilyName: String
|
6034
5934
|
|
6035
5935
|
attr_accessor :UserId, :Role, :FamilyId, :FamilyName
|
@@ -6227,22 +6127,16 @@ module TencentCloud
|
|
6227
6127
|
# 设备事件的搜索结果项
|
6228
6128
|
class EventHistoryItem < TencentCloud::Common::AbstractModel
|
6229
6129
|
# @param TimeStamp: 事件的时间戳
|
6230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6231
6130
|
# @type TimeStamp: Integer
|
6232
6131
|
# @param ProductId: 事件的产品ID
|
6233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6234
6132
|
# @type ProductId: String
|
6235
6133
|
# @param DeviceName: 事件的设备名称
|
6236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6237
6134
|
# @type DeviceName: String
|
6238
6135
|
# @param EventId: 事件的标识符ID
|
6239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6240
6136
|
# @type EventId: String
|
6241
6137
|
# @param Type: 事件的类型
|
6242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6243
6138
|
# @type Type: String
|
6244
6139
|
# @param Data: 事件的数据
|
6245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6246
6140
|
# @type Data: String
|
6247
6141
|
|
6248
6142
|
attr_accessor :TimeStamp, :ProductId, :DeviceName, :EventId, :Type, :Data
|
@@ -6275,18 +6169,14 @@ module TencentCloud
|
|
6275
6169
|
# @param DeviceId: 设备ID
|
6276
6170
|
# @type DeviceId: String
|
6277
6171
|
# @param AliasName: 设备别名
|
6278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6279
6172
|
# @type AliasName: String
|
6280
6173
|
# @param FamilyId: 设备绑定的家庭ID
|
6281
6174
|
# @type FamilyId: String
|
6282
6175
|
# @param RoomId: 设备所在的房间ID,默认"0"
|
6283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6284
6176
|
# @type RoomId: String
|
6285
6177
|
# @param IconUrl: 图标
|
6286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6287
6178
|
# @type IconUrl: String
|
6288
6179
|
# @param IconUrlGrid: grid图标
|
6289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6290
6180
|
# @type IconUrlGrid: String
|
6291
6181
|
# @param CreateTime: 设备绑定时间戳
|
6292
6182
|
# @type CreateTime: Integer
|
@@ -6469,28 +6359,20 @@ module TencentCloud
|
|
6469
6359
|
# @param CreateTime: 固件创建时间
|
6470
6360
|
# @type CreateTime: Integer
|
6471
6361
|
# @param ProductName: 产品名称
|
6472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6473
6362
|
# @type ProductName: String
|
6474
6363
|
# @param Name: 固件名称
|
6475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6476
6364
|
# @type Name: String
|
6477
6365
|
# @param Description: 固件描述
|
6478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6479
6366
|
# @type Description: String
|
6480
6367
|
# @param ProductId: 产品ID
|
6481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6482
6368
|
# @type ProductId: String
|
6483
6369
|
# @param FwType: 固件升级模块
|
6484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6485
6370
|
# @type FwType: String
|
6486
6371
|
# @param CreateUserId: 创建者子 uin
|
6487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6488
6372
|
# @type CreateUserId: Integer
|
6489
6373
|
# @param CreatorNickName: 创建者昵称
|
6490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6491
6374
|
# @type CreatorNickName: String
|
6492
6375
|
# @param UserDefined: 固件用户自定义配置信息
|
6493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6494
6376
|
# @type UserDefined: String
|
6495
6377
|
|
6496
6378
|
attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType, :CreateUserId, :CreatorNickName, :UserDefined
|
@@ -6868,10 +6750,8 @@ module TencentCloud
|
|
6868
6750
|
# GetDeviceList返回参数结构体
|
6869
6751
|
class GetDeviceListResponse < TencentCloud::Common::AbstractModel
|
6870
6752
|
# @param Devices: 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
|
6871
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6872
6753
|
# @type Devices: Array
|
6873
6754
|
# @param Total: 产品下的设备总数
|
6874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6875
6755
|
# @type Total: Integer
|
6876
6756
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6877
6757
|
# @type RequestId: String
|
@@ -7048,7 +6928,6 @@ module TencentCloud
|
|
7048
6928
|
# GetFamilyDeviceUserList返回参数结构体
|
7049
6929
|
class GetFamilyDeviceUserListResponse < TencentCloud::Common::AbstractModel
|
7050
6930
|
# @param UserList: 设备的用户列表
|
7051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7052
6931
|
# @type UserList: Array
|
7053
6932
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7054
6933
|
# @type RequestId: String
|
@@ -7104,10 +6983,8 @@ module TencentCloud
|
|
7104
6983
|
# GetGatewaySubDeviceList返回参数结构体
|
7105
6984
|
class GetGatewaySubDeviceListResponse < TencentCloud::Common::AbstractModel
|
7106
6985
|
# @param Total: 设备的总数
|
7107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7108
6986
|
# @type Total: Integer
|
7109
6987
|
# @param DeviceList: 设备列表
|
7110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7111
6988
|
# @type DeviceList: :class:`Tencentcloud::Iotexplorer.v20190423.models.FamilySubDevice`
|
7112
6989
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7113
6990
|
# @type RequestId: String
|
@@ -7159,7 +7036,6 @@ module TencentCloud
|
|
7159
7036
|
# @param Total: 返回总数
|
7160
7037
|
# @type Total: Integer
|
7161
7038
|
# @param Gateways: 返回详情项
|
7162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7163
7039
|
# @type Gateways: Array
|
7164
7040
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7165
7041
|
# @type RequestId: String
|
@@ -7213,10 +7089,8 @@ module TencentCloud
|
|
7213
7089
|
# GetPositionSpaceList返回参数结构体
|
7214
7090
|
class GetPositionSpaceListResponse < TencentCloud::Common::AbstractModel
|
7215
7091
|
# @param List: 位置空间列表
|
7216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7217
7092
|
# @type List: Array
|
7218
7093
|
# @param Total: 位置空间数量
|
7219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7220
7094
|
# @type Total: Integer
|
7221
7095
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7222
7096
|
# @type RequestId: String
|
@@ -7286,10 +7160,8 @@ module TencentCloud
|
|
7286
7160
|
# GetProjectList返回参数结构体
|
7287
7161
|
class GetProjectListResponse < TencentCloud::Common::AbstractModel
|
7288
7162
|
# @param Projects: 项目列表
|
7289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7290
7163
|
# @type Projects: Array
|
7291
7164
|
# @param Total: 列表项个数
|
7292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7293
7165
|
# @type Total: Integer
|
7294
7166
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7295
7167
|
# @type RequestId: String
|
@@ -7518,7 +7390,6 @@ module TencentCloud
|
|
7518
7390
|
# GetWechatDeviceTicket返回参数结构体
|
7519
7391
|
class GetWechatDeviceTicketResponse < TencentCloud::Common::AbstractModel
|
7520
7392
|
# @param WXDeviceInfo: 微信设备信息
|
7521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7522
7393
|
# @type WXDeviceInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.WXDeviceInfo`
|
7523
7394
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7524
7395
|
# @type RequestId: String
|
@@ -7609,40 +7480,28 @@ module TencentCloud
|
|
7609
7480
|
# @param ExpireTime: 过期时间,公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
|
7610
7481
|
# @type ExpireTime: String
|
7611
7482
|
# @param TotalDevice: 总设备数
|
7612
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7613
7483
|
# @type TotalDevice: Integer
|
7614
7484
|
# @param ActivateDevice: 激活设备数
|
7615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7616
7485
|
# @type ActivateDevice: Integer
|
7617
7486
|
# @param Description: 备注
|
7618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7619
7487
|
# @type Description: String
|
7620
7488
|
# @param Status: 实例状态
|
7621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7622
7489
|
# @type Status: Integer
|
7623
7490
|
# @param UpDownTPS: 消息上下行配置TPS
|
7624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7625
7491
|
# @type UpDownTPS: Integer
|
7626
7492
|
# @param UpDownCurrentTPS: 当前消息上下行TPS
|
7627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7628
7493
|
# @type UpDownCurrentTPS: Integer
|
7629
7494
|
# @param ForwardTPS: 消息转发配置TPS
|
7630
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7631
7495
|
# @type ForwardTPS: Integer
|
7632
7496
|
# @param ForwardCurrentTPS: 消息转发当前TPS
|
7633
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7634
7497
|
# @type ForwardCurrentTPS: Integer
|
7635
7498
|
# @param CellNum: 实例单元数
|
7636
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7637
7499
|
# @type CellNum: Integer
|
7638
7500
|
# @param BillingTag: 实例Tag,企业实例必传
|
7639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7640
7501
|
# @type BillingTag: String
|
7641
7502
|
# @param EverydayFreeMessageCount: 每日消息数
|
7642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7643
7503
|
# @type EverydayFreeMessageCount: Integer
|
7644
7504
|
# @param MaxDeviceOnlineCount: 最大在线设备数
|
7645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7646
7505
|
# @type MaxDeviceOnlineCount: Integer
|
7647
7506
|
|
7648
7507
|
attr_accessor :InstanceId, :InstanceType, :Region, :ZoneId, :TotalDeviceNum, :UsedDeviceNum, :ProjectNum, :ProductNum, :CreateTime, :UpdateTime, :ExpireTime, :TotalDevice, :ActivateDevice, :Description, :Status, :UpDownTPS, :UpDownCurrentTPS, :ForwardTPS, :ForwardCurrentTPS, :CellNum, :BillingTag, :EverydayFreeMessageCount, :MaxDeviceOnlineCount
|
@@ -7905,22 +7764,16 @@ module TencentCloud
|
|
7905
7764
|
# @param TPNSAndroidRegion: TPNS服务Android应用所属地域,详细说明参见 ModifyApplication 同名入参。
|
7906
7765
|
# @type TPNSAndroidRegion: String
|
7907
7766
|
# @param SelfSmsAppId: 自主短信配置APPID
|
7908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7909
7767
|
# @type SelfSmsAppId: String
|
7910
7768
|
# @param SelfSmsAppKey: 自主短信配置APPKey
|
7911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7912
7769
|
# @type SelfSmsAppKey: String
|
7913
7770
|
# @param SelfSmsSign: 自主短信配置签名
|
7914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7915
7771
|
# @type SelfSmsSign: String
|
7916
7772
|
# @param SelfSmsTemplateId: 自主短信配置模板ID
|
7917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7918
7773
|
# @type SelfSmsTemplateId: Integer
|
7919
7774
|
# @param WechatNotifyStatus: 第三方小程序强提醒开关 0:关闭;1:开启
|
7920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7921
7775
|
# @type WechatNotifyStatus: Integer
|
7922
7776
|
# @param InterconnectionProducts: 互联互通产品ID列表
|
7923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7924
7777
|
# @type InterconnectionProducts: String
|
7925
7778
|
|
7926
7779
|
attr_accessor :IotAppID, :AppName, :Description, :DevMode, :IOSAppKey, :IOSAppSecret, :AndroidAppKey, :AndroidAppSecret, :Products, :CreateTime, :ProjectId, :PushSecretID, :PushSecretKey, :PushEnvironment, :MiniProgramAppKey, :MiniProgramAppSecret, :TPNSiOSAccessID, :TPNSiOSSecretKey, :TPNSiOSPushEnvironment, :TPNSAndroidAccessID, :TPNSAndroidSecretKey, :TPNSiOSRegion, :TPNSAndroidRegion, :SelfSmsAppId, :SelfSmsAppKey, :SelfSmsSign, :SelfSmsTemplateId, :WechatNotifyStatus, :InterconnectionProducts
|
@@ -7999,7 +7852,6 @@ module TencentCloud
|
|
7999
7852
|
# @param UsedNum: 已使用授权数
|
8000
7853
|
# @type UsedNum: Integer
|
8001
7854
|
# @param TWeCallLicense: TWeCall激活码
|
8002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8003
7855
|
# @type TWeCallLicense: Array
|
8004
7856
|
|
8005
7857
|
attr_accessor :LicenseType, :TotalNum, :UsedNum, :TWeCallLicense
|
@@ -8073,16 +7925,12 @@ module TencentCloud
|
|
8073
7925
|
# ListEventHistory返回参数结构体
|
8074
7926
|
class ListEventHistoryResponse < TencentCloud::Common::AbstractModel
|
8075
7927
|
# @param Context: 搜索上下文, 用作查询游标
|
8076
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8077
7928
|
# @type Context: String
|
8078
7929
|
# @param Total: 搜索结果数量
|
8079
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8080
7930
|
# @type Total: Integer
|
8081
7931
|
# @param Listover: 搜索结果是否已经结束
|
8082
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8083
7932
|
# @type Listover: Boolean
|
8084
7933
|
# @param EventHistory: 搜集结果集
|
8085
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8086
7934
|
# @type EventHistory: Array
|
8087
7935
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8088
7936
|
# @type RequestId: String
|
@@ -9187,21 +9035,16 @@ module TencentCloud
|
|
9187
9035
|
# @param CSExpiredTime: 云存套餐过期时间
|
9188
9036
|
# @type CSExpiredTime: Integer
|
9189
9037
|
# @param CreatedAt: 云存套餐创建时间
|
9190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9191
9038
|
# @type CreatedAt: Integer
|
9192
9039
|
# @param UpdatedAt: 云存套餐更新时间
|
9193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9194
9040
|
# @type UpdatedAt: Integer
|
9195
9041
|
# @param PackageId: 套餐id
|
9196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9197
9042
|
# @type PackageId: String
|
9198
9043
|
# @param OrderId: 订单id
|
9199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9200
9044
|
# @type OrderId: String
|
9201
9045
|
# @param ChannelId: 通道id
|
9202
9046
|
# @type ChannelId: Integer
|
9203
9047
|
# @param CSUserId: 用户id
|
9204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9205
9048
|
# @type CSUserId: String
|
9206
9049
|
|
9207
9050
|
attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId, :CSUserId
|
@@ -9340,10 +9183,8 @@ module TencentCloud
|
|
9340
9183
|
# @param Latitude: 位置点的纬度
|
9341
9184
|
# @type Latitude: Float
|
9342
9185
|
# @param LocationType: 位置点的定位类型
|
9343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9344
9186
|
# @type LocationType: String
|
9345
9187
|
# @param Accuracy: 位置点的精度预估,单位为米
|
9346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9347
9188
|
# @type Accuracy: Float
|
9348
9189
|
|
9349
9190
|
attr_accessor :CreateTime, :Longitude, :Latitude, :LocationType, :Accuracy
|
@@ -9376,7 +9217,6 @@ module TencentCloud
|
|
9376
9217
|
# @param AuthorizeType: 授权类型
|
9377
9218
|
# @type AuthorizeType: Integer
|
9378
9219
|
# @param Description: 描述备注
|
9379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9380
9220
|
# @type Description: String
|
9381
9221
|
# @param ProductIdList: 产品列表
|
9382
9222
|
# @type ProductIdList: Array
|
@@ -9481,28 +9321,20 @@ module TencentCloud
|
|
9481
9321
|
# @param ModuleId: 产品ModuleId
|
9482
9322
|
# @type ModuleId: Integer
|
9483
9323
|
# @param EnableProductScript: 是否使用脚本进行二进制转json功能 可以取值 true / false
|
9484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9485
9324
|
# @type EnableProductScript: String
|
9486
9325
|
# @param CreateUserId: 创建人 UinId
|
9487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9488
9326
|
# @type CreateUserId: Integer
|
9489
9327
|
# @param CreatorNickName: 创建者昵称
|
9490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9491
9328
|
# @type CreatorNickName: String
|
9492
9329
|
# @param BindStrategy: 绑定策略(1:强踢;2:非强踢;0:表示无意义)
|
9493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9494
9330
|
# @type BindStrategy: Integer
|
9495
9331
|
# @param DeviceCount: 设备数量
|
9496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9497
9332
|
# @type DeviceCount: Integer
|
9498
9333
|
# @param Rate: 平均传输速率
|
9499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9500
9334
|
# @type Rate: String
|
9501
9335
|
# @param Period: 有效期
|
9502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9503
9336
|
# @type Period: String
|
9504
9337
|
# @param IsInterconnection: 互联互通标识
|
9505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9506
9338
|
# @type IsInterconnection: Integer
|
9507
9339
|
|
9508
9340
|
attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount, :Rate, :Period, :IsInterconnection
|
@@ -9569,10 +9401,8 @@ module TencentCloud
|
|
9569
9401
|
# @param CreateTime: 创建时间,秒级时间戳
|
9570
9402
|
# @type CreateTime: Integer
|
9571
9403
|
# @param CategoryModel: 产品所属分类的模型快照(产品创建时刻的)
|
9572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9573
9404
|
# @type CategoryModel: String
|
9574
9405
|
# @param NetTypeModel: 产品的连接类型的模型
|
9575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9576
9406
|
# @type NetTypeModel: String
|
9577
9407
|
|
9578
9408
|
attr_accessor :ProductId, :ModelDefine, :UpdateTime, :CreateTime, :CategoryModel, :NetTypeModel
|
@@ -9647,16 +9477,12 @@ module TencentCloud
|
|
9647
9477
|
# @param WebAppCount: WebApp数量
|
9648
9478
|
# @type WebAppCount: Integer
|
9649
9479
|
# @param InstanceId: 实例ID
|
9650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9651
9480
|
# @type InstanceId: String
|
9652
9481
|
# @param ApplicationCount: 应用数量
|
9653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9654
9482
|
# @type ApplicationCount: Integer
|
9655
9483
|
# @param DeviceCount: 设备注册总数
|
9656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9657
9484
|
# @type DeviceCount: Integer
|
9658
9485
|
# @param EnableOpenState: 是否开通物联使能
|
9659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9660
9486
|
# @type EnableOpenState: Integer
|
9661
9487
|
|
9662
9488
|
attr_accessor :ProjectId, :ProjectName, :ProjectDesc, :CreateTime, :UpdateTime, :ProductCount, :NativeAppCount, :WebAppCount, :InstanceId, :ApplicationCount, :DeviceCount, :EnableOpenState
|
@@ -9763,7 +9589,6 @@ module TencentCloud
|
|
9763
9589
|
# PublishFirmwareUpdateMessage返回参数结构体
|
9764
9590
|
class PublishFirmwareUpdateMessageResponse < TencentCloud::Common::AbstractModel
|
9765
9591
|
# @param Status: 请求状态
|
9766
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9767
9592
|
# @type Status: String
|
9768
9593
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9769
9594
|
# @type RequestId: String
|
@@ -9911,19 +9736,23 @@ module TencentCloud
|
|
9911
9736
|
# @type GatewayDeviceNum: Integer
|
9912
9737
|
# @param SubDeviceNum: 已注册子设备数
|
9913
9738
|
# @type SubDeviceNum: Integer
|
9739
|
+
# @param VideoDeviceNum: 已注册视频设备数
|
9740
|
+
# @type VideoDeviceNum: Integer
|
9914
9741
|
|
9915
|
-
attr_accessor :NormalDeviceNum, :GatewayDeviceNum, :SubDeviceNum
|
9742
|
+
attr_accessor :NormalDeviceNum, :GatewayDeviceNum, :SubDeviceNum, :VideoDeviceNum
|
9916
9743
|
|
9917
|
-
def initialize(normaldevicenum=nil, gatewaydevicenum=nil, subdevicenum=nil)
|
9744
|
+
def initialize(normaldevicenum=nil, gatewaydevicenum=nil, subdevicenum=nil, videodevicenum=nil)
|
9918
9745
|
@NormalDeviceNum = normaldevicenum
|
9919
9746
|
@GatewayDeviceNum = gatewaydevicenum
|
9920
9747
|
@SubDeviceNum = subdevicenum
|
9748
|
+
@VideoDeviceNum = videodevicenum
|
9921
9749
|
end
|
9922
9750
|
|
9923
9751
|
def deserialize(params)
|
9924
9752
|
@NormalDeviceNum = params['NormalDeviceNum']
|
9925
9753
|
@GatewayDeviceNum = params['GatewayDeviceNum']
|
9926
9754
|
@SubDeviceNum = params['SubDeviceNum']
|
9755
|
+
@VideoDeviceNum = params['VideoDeviceNum']
|
9927
9756
|
end
|
9928
9757
|
end
|
9929
9758
|
|
@@ -10266,10 +10095,8 @@ module TencentCloud
|
|
10266
10095
|
# SearchPositionSpace返回参数结构体
|
10267
10096
|
class SearchPositionSpaceResponse < TencentCloud::Common::AbstractModel
|
10268
10097
|
# @param List: 位置空间列表
|
10269
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10270
10098
|
# @type List: Array
|
10271
10099
|
# @param Total: 符合条件的位置空间个数
|
10272
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10273
10100
|
# @type Total: Integer
|
10274
10101
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10275
10102
|
# @type RequestId: String
|
@@ -10459,10 +10286,8 @@ module TencentCloud
|
|
10459
10286
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10460
10287
|
# @type ModelId: String
|
10461
10288
|
# @param Sn: Sn信息
|
10462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10463
10289
|
# @type Sn: String
|
10464
10290
|
# @param ExpireTime: 过期时间
|
10465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10466
10291
|
# @type ExpireTime: Integer
|
10467
10292
|
# @param PkgType: 类型
|
10468
10293
|
# @type PkgType: Integer
|
@@ -10490,7 +10315,6 @@ module TencentCloud
|
|
10490
10315
|
# TWeCall信息
|
10491
10316
|
class TWeCallInfo < TencentCloud::Common::AbstractModel
|
10492
10317
|
# @param Sn: Sn信息,SN格式:产品ID_设备名
|
10493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10494
10318
|
# @type Sn: String
|
10495
10319
|
# @param ModelId: 小程序ID,参数已弃用,不用传参
|
10496
10320
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10522,13 +10346,10 @@ module TencentCloud
|
|
10522
10346
|
# TWeCall信息
|
10523
10347
|
class TWeCallLicenseInfo < TencentCloud::Common::AbstractModel
|
10524
10348
|
# @param TWeCallType: voip类型
|
10525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10526
10349
|
# @type TWeCallType: String
|
10527
10350
|
# @param TotalNum: 总数
|
10528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10529
10351
|
# @type TotalNum: Integer
|
10530
10352
|
# @param UsedNum: 已使用
|
10531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10532
10353
|
# @type UsedNum: Integer
|
10533
10354
|
|
10534
10355
|
attr_accessor :TWeCallType, :TotalNum, :UsedNum
|
@@ -10549,10 +10370,8 @@ module TencentCloud
|
|
10549
10370
|
# 缩略图信息
|
10550
10371
|
class ThumbnailURLInfoList < TencentCloud::Common::AbstractModel
|
10551
10372
|
# @param ThumbnailURL: 缩略图访问地址
|
10552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10553
10373
|
# @type ThumbnailURL: String
|
10554
10374
|
# @param ExpireTime: 缩略图访问地址的过期时间
|
10555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10556
10375
|
# @type ExpireTime: Integer
|
10557
10376
|
|
10558
10377
|
attr_accessor :ThumbnailURL, :ExpireTime
|
@@ -10595,13 +10414,10 @@ module TencentCloud
|
|
10595
10414
|
# @param Sql: 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==
|
10596
10415
|
# @type Sql: String
|
10597
10416
|
# @param Description: 规则描述。
|
10598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10599
10417
|
# @type Description: String
|
10600
10418
|
# @param Actions: 行为的JSON字符串。
|
10601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10602
10419
|
# @type Actions: String
|
10603
10420
|
# @param RuleDisabled: 是否禁用规则
|
10604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10605
10421
|
# @type RuleDisabled: Boolean
|
10606
10422
|
|
10607
10423
|
attr_accessor :RuleName, :Sql, :Description, :Actions, :RuleDisabled
|
@@ -10965,10 +10781,8 @@ module TencentCloud
|
|
10965
10781
|
# UpdateDevicesEnableState返回参数结构体
|
10966
10782
|
class UpdateDevicesEnableStateResponse < TencentCloud::Common::AbstractModel
|
10967
10783
|
# @param ResultCode: 删除的结果代码
|
10968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10969
10784
|
# @type ResultCode: String
|
10970
10785
|
# @param ResultMessage: 删除的结果信息
|
10971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10972
10786
|
# @type ResultMessage: String
|
10973
10787
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10974
10788
|
# @type RequestId: String
|
@@ -11127,10 +10941,8 @@ module TencentCloud
|
|
11127
10941
|
# 微信硬件设备信息
|
11128
10942
|
class WXDeviceInfo < TencentCloud::Common::AbstractModel
|
11129
10943
|
# @param DeviceId: 设备ID
|
11130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11131
10944
|
# @type DeviceId: String
|
11132
10945
|
# @param WXIoTDeviceInfo: 设备信息
|
11133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11134
10946
|
# @type WXIoTDeviceInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.WXIoTDeviceInfo`
|
11135
10947
|
|
11136
10948
|
attr_accessor :DeviceId, :WXIoTDeviceInfo
|
@@ -11152,13 +10964,10 @@ module TencentCloud
|
|
11152
10964
|
# 微信物联网硬件信息
|
11153
10965
|
class WXIoTDeviceInfo < TencentCloud::Common::AbstractModel
|
11154
10966
|
# @param SN: sn信息
|
11155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11156
10967
|
# @type SN: String
|
11157
10968
|
# @param SNTicket: 票据
|
11158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11159
10969
|
# @type SNTicket: String
|
11160
10970
|
# @param ModelId: 模板ID
|
11161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11162
10971
|
# @type ModelId: String
|
11163
10972
|
|
11164
10973
|
attr_accessor :SN, :SNTicket, :ModelId
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iotexplorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1033
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|