tencentcloud-sdk-iotvideo 3.0.414 → 3.0.415

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211125/models.rb +19 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6970d18e57ffdbab302dd10b1c8e44848539272e
4
- data.tar.gz: e21efbbc02bec06b8617d78c21fa94b5a0715b4b
3
+ metadata.gz: b13beda269a31002b4c7c0e6e552ac2bc07791db
4
+ data.tar.gz: b1b83b85fe1e3fb542fe11d0250a541fdde04874
5
5
  SHA512:
6
- metadata.gz: 0cf1575573d6e24d4c7eb6582cc6a569486b8f70e3442d0305367d362770e5577c216fd8d2b98771dcb794054cc01c2d7de826431d20989ecf18eec35143e110
7
- data.tar.gz: 75abaec78d1ee9605d199c42580005a78b4c677d8a8fc56b392c4562e4c22c6ec3bfb3d7d1f9fe8a38572cee1dadaefe2168de0bb3b388b13b70b69000872748
6
+ metadata.gz: a1afb1030222980aa1da5f7bd0055004808ae1ed4f33a1a2d3c945819431d3cae6d3a710625b95f6978f57483b9e6ad43d2976dd41cecb81d59261782a45c1fd
7
+ data.tar.gz: 3b7e4d342b3b6c3d5688b853a9150096f004072135c25cf4e94b5309043fc546aa3804e384b3abc16957555626b489761628df91a62d13811725b8e376dd6124
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.414
1
+ 3.0.415
@@ -1152,32 +1152,37 @@ module TencentCloud
1152
1152
  # @param ProductVaildYears: 产品有效期
1153
1153
  # @type ProductVaildYears: Integer
1154
1154
  # @param Features: 设备功能码 ypsxth音频双向通话 spdxth视频单向通话 sxysp双向音视频
1155
+ # 注意:此字段只支持创建'摄像头'和'儿童手表',摄像头传["ypsxth","spdxth"],儿童手表传["ypsxth","spdxth","sxysp"],创建其它品类的产品需要传递CategoryId字段,通过云api调用此接口时,如果传了CategoryId字段,将忽略Features字段,但Features仍需传值(可传任意字符串数组)
1155
1156
  # @type Features: Array
1156
- # @param ChipOs: 设备操作系统,通用设备填default
1157
- # @type ChipOs: String
1158
1157
  # @param ChipManufactureId: 芯片厂商id,通用设备填default
1159
1158
  # @type ChipManufactureId: String
1160
1159
  # @param ChipId: 芯片id,通用设备填default
1161
1160
  # @type ChipId: String
1162
1161
  # @param ProductDescription: 产品描述信息
1163
1162
  # @type ProductDescription: String
1163
+ # @param ChipOs: 设备操作系统,通用设备填default
1164
+ # @type ChipOs: String
1164
1165
  # @param EncryptionType: 认证方式 只支持取值为2 psk认证
1165
1166
  # @type EncryptionType: Integer
1167
+ # @param CategoryId: 产品品类id,113:摄像头,567:儿童手表,595:可视对讲门锁
1168
+ # 注意:通过云api调用此接口时,如果传了CategoryId字段,将忽略Features字段,但Features仍需传值(可传任意字符串数组)
1169
+ # @type CategoryId: Integer
1166
1170
  # @param NetType: 连接类型,wifi表示WIFI连接,cellular表示4G连接
1167
1171
  # @type NetType: String
1168
1172
 
1169
- attr_accessor :ProductName, :DeviceType, :ProductVaildYears, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :EncryptionType, :NetType
1173
+ attr_accessor :ProductName, :DeviceType, :ProductVaildYears, :Features, :ChipManufactureId, :ChipId, :ProductDescription, :ChipOs, :EncryptionType, :CategoryId, :NetType
1170
1174
 
1171
- def initialize(productname=nil, devicetype=nil, productvaildyears=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, encryptiontype=nil, nettype=nil)
1175
+ def initialize(productname=nil, devicetype=nil, productvaildyears=nil, features=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, chipos=nil, encryptiontype=nil, categoryid=nil, nettype=nil)
1172
1176
  @ProductName = productname
1173
1177
  @DeviceType = devicetype
1174
1178
  @ProductVaildYears = productvaildyears
1175
1179
  @Features = features
1176
- @ChipOs = chipos
1177
1180
  @ChipManufactureId = chipmanufactureid
1178
1181
  @ChipId = chipid
1179
1182
  @ProductDescription = productdescription
1183
+ @ChipOs = chipos
1180
1184
  @EncryptionType = encryptiontype
1185
+ @CategoryId = categoryid
1181
1186
  @NetType = nettype
1182
1187
  end
1183
1188
 
@@ -1186,11 +1191,12 @@ module TencentCloud
1186
1191
  @DeviceType = params['DeviceType']
1187
1192
  @ProductVaildYears = params['ProductVaildYears']
1188
1193
  @Features = params['Features']
1189
- @ChipOs = params['ChipOs']
1190
1194
  @ChipManufactureId = params['ChipManufactureId']
1191
1195
  @ChipId = params['ChipId']
1192
1196
  @ProductDescription = params['ProductDescription']
1197
+ @ChipOs = params['ChipOs']
1193
1198
  @EncryptionType = params['EncryptionType']
1199
+ @CategoryId = params['CategoryId']
1194
1200
  @NetType = params['NetType']
1195
1201
  end
1196
1202
  end
@@ -5976,10 +5982,13 @@ module TencentCloud
5976
5982
  # @param CategoryId: 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
5977
5983
  # 注意:此字段可能返回 null,表示取不到有效值。
5978
5984
  # @type CategoryId: Integer
5985
+ # @param ProductVaildYears: 产品有效年限
5986
+ # 注意:此字段可能返回 null,表示取不到有效值。
5987
+ # @type ProductVaildYears: Integer
5979
5988
 
5980
- attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType, :CategoryId
5989
+ attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType, :CategoryId, :ProductVaildYears
5981
5990
 
5982
- def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil, categoryid=nil)
5991
+ def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil, categoryid=nil, productvaildyears=nil)
5983
5992
  @ProductId = productid
5984
5993
  @ProductName = productname
5985
5994
  @DeviceType = devicetype
@@ -5993,6 +6002,7 @@ module TencentCloud
5993
6002
  @UpdateTime = updatetime
5994
6003
  @NetType = nettype
5995
6004
  @CategoryId = categoryid
6005
+ @ProductVaildYears = productvaildyears
5996
6006
  end
5997
6007
 
5998
6008
  def deserialize(params)
@@ -6009,6 +6019,7 @@ module TencentCloud
6009
6019
  @UpdateTime = params['UpdateTime']
6010
6020
  @NetType = params['NetType']
6011
6021
  @CategoryId = params['CategoryId']
6022
+ @ProductVaildYears = params['ProductVaildYears']
6012
6023
  end
6013
6024
  end
6014
6025
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.414
4
+ version: 3.0.415
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-20 00:00:00.000000000 Z
11
+ date: 2022-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common