tencentcloud-sdk-iotcloud 3.0.836 → 3.0.837

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210408/models.rb +22 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2f4ee3239b26faac47de48c451f6e8f8863a9c2
4
- data.tar.gz: cbaa5498f048bb964e79e5ca0dfbe3aaa66cd083
3
+ metadata.gz: 9f9521113fe5324cd40a3fbee0c0c99c88a3b582
4
+ data.tar.gz: aca2ec4683d6d23c9c75beb0eac2b8b56840ca18
5
5
  SHA512:
6
- metadata.gz: 4c03eb90dfdb55cdf678ed635cf24509e5e2d9914d2efada9de1a5117d27038f80d5b2e591a4a62b6fa5085942c009e99763950be931902af319672496f97939
7
- data.tar.gz: 77793bdd8b960914aa3c175f1858b2a3703244cc23e6842d9d9990873e80401b377dca24522cb85920576aeadfc9452bd42ae2445487a5c8dcf3d5bbd63f1564
6
+ metadata.gz: c8556b6d45721c5361c67235a2203b9be8bebda5c2a0848a592bea420ffd28f3359bccfcf1760eac624e8adea030e25a8abe0d63b6868a222bed9e759ed0bf32
7
+ data.tar.gz: 98fd8799e297b467dbc8401c7be266fc15b515616619f519688c4aa4a02647065524f77b3c83875935d7365e93cd02c4a518497b5861b2cd57e8b97289342f20
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.836
1
+ 3.0.837
@@ -259,8 +259,8 @@ module TencentCloud
259
259
 
260
260
  attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid, :UserId
261
261
  extend Gem::Deprecate
262
- deprecate :Userid, :none, 2024, 3
263
- deprecate :Userid=, :none, 2024, 3
262
+ deprecate :Userid, :none, 2024, 6
263
+ deprecate :Userid=, :none, 2024, 6
264
264
 
265
265
  def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil)
266
266
  @Content = content
@@ -1252,8 +1252,8 @@ module TencentCloud
1252
1252
 
1253
1253
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID, :RequestId
1254
1254
  extend Gem::Deprecate
1255
- deprecate :NbiotDeviceID, :none, 2024, 3
1256
- deprecate :NbiotDeviceID=, :none, 2024, 3
1255
+ deprecate :NbiotDeviceID, :none, 2024, 6
1256
+ deprecate :NbiotDeviceID=, :none, 2024, 6
1257
1257
 
1258
1258
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil, requestid=nil)
1259
1259
  @DeviceName = devicename
@@ -1477,12 +1477,15 @@ module TencentCloud
1477
1477
  # @type ProductName: String
1478
1478
  # @param FwType: 固件类型。选项:mcu、module
1479
1479
  # @type FwType: String
1480
+ # @param UserDefined: 固件用户自定义配置信息
1481
+ # 注意:此字段可能返回 null,表示取不到有效值。
1482
+ # @type UserDefined: String
1480
1483
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1481
1484
  # @type RequestId: String
1482
1485
 
1483
- attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :FwType, :RequestId
1486
+ attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :FwType, :UserDefined, :RequestId
1484
1487
 
1485
- def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, requestid=nil)
1488
+ def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, userdefined=nil, requestid=nil)
1486
1489
  @Version = version
1487
1490
  @ProductId = productid
1488
1491
  @Name = name
@@ -1491,6 +1494,7 @@ module TencentCloud
1491
1494
  @Createtime = createtime
1492
1495
  @ProductName = productname
1493
1496
  @FwType = fwtype
1497
+ @UserDefined = userdefined
1494
1498
  @RequestId = requestid
1495
1499
  end
1496
1500
 
@@ -1503,6 +1507,7 @@ module TencentCloud
1503
1507
  @Createtime = params['Createtime']
1504
1508
  @ProductName = params['ProductName']
1505
1509
  @FwType = params['FwType']
1510
+ @UserDefined = params['UserDefined']
1506
1511
  @RequestId = params['RequestId']
1507
1512
  end
1508
1513
  end
@@ -2568,8 +2573,8 @@ module TencentCloud
2568
2573
 
2569
2574
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID
2570
2575
  extend Gem::Deprecate
2571
- deprecate :NbiotDeviceID, :none, 2024, 3
2572
- deprecate :NbiotDeviceID=, :none, 2024, 3
2576
+ deprecate :NbiotDeviceID, :none, 2024, 6
2577
+ deprecate :NbiotDeviceID=, :none, 2024, 6
2573
2578
 
2574
2579
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil)
2575
2580
  @DeviceName = devicename
@@ -2972,10 +2977,13 @@ module TencentCloud
2972
2977
  # @param CreateUserId: 创建者 Uin
2973
2978
  # 注意:此字段可能返回 null,表示取不到有效值。
2974
2979
  # @type CreateUserId: Integer
2980
+ # @param UserDefined: 固件用户自定义配置信息
2981
+ # 注意:此字段可能返回 null,表示取不到有效值。
2982
+ # @type UserDefined: String
2975
2983
 
2976
- attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType, :CreateUserId
2984
+ attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType, :CreateUserId, :UserDefined
2977
2985
 
2978
- def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil, fwtype=nil, createuserid=nil)
2986
+ def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil, fwtype=nil, createuserid=nil, userdefined=nil)
2979
2987
  @Version = version
2980
2988
  @Md5sum = md5sum
2981
2989
  @CreateTime = createtime
@@ -2985,6 +2993,7 @@ module TencentCloud
2985
2993
  @ProductId = productid
2986
2994
  @FwType = fwtype
2987
2995
  @CreateUserId = createuserid
2996
+ @UserDefined = userdefined
2988
2997
  end
2989
2998
 
2990
2999
  def deserialize(params)
@@ -2997,6 +3006,7 @@ module TencentCloud
2997
3006
  @ProductId = params['ProductId']
2998
3007
  @FwType = params['FwType']
2999
3008
  @CreateUserId = params['CreateUserId']
3009
+ @UserDefined = params['UserDefined']
3000
3010
  end
3001
3011
  end
3002
3012
 
@@ -3629,8 +3639,8 @@ module TencentCloud
3629
3639
 
3630
3640
  attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus, :AppEUI
3631
3641
  extend Gem::Deprecate
3632
- deprecate :Appeui, :none, 2024, 3
3633
- deprecate :Appeui=, :none, 2024, 3
3642
+ deprecate :Appeui, :none, 2024, 6
3643
+ deprecate :Appeui=, :none, 2024, 6
3634
3644
 
3635
3645
  def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil, appeui=nil)
3636
3646
  @ProductDescription = productdescription
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.836
4
+ version: 3.0.837
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-03 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common