tencentcloud-sdk-iotexplorer 3.0.538 → 3.0.539
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/models.rb +22 -12
- 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: 138eb94f7ad855bf31a201e75275ac364ef754d1
|
4
|
+
data.tar.gz: 4ee9df3696ebe1192e61c12c864dbd3a3e9fcb60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8d241c6c39c7392ac6daa734e97f84624124845abbc5d8a5e2169568cccde5617e08003592660f3d282eb9b0f536a42e8e355e0e2efa1c5ee7db87c76df5aee
|
7
|
+
data.tar.gz: 9c3fae3f78aa95867a8c617273a31ab0d4a8bb5cfb7465cc64cb26abf5d236838bc652a19540b34a4c72fc8e41644a5c00452bb56f5ba6fc74394d324d380a16
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.539
|
data/lib/v20190423/models.rb
CHANGED
@@ -897,11 +897,11 @@ module TencentCloud
|
|
897
897
|
# @type ProductName: String
|
898
898
|
# @param CategoryId: 产品分组模板ID , ( 自定义模板填写1 , 控制台调用会使用预置的其他ID)
|
899
899
|
# @type CategoryId: Integer
|
900
|
-
# @param ProductType: 产品类型 填写 ( 0 普通产品 )
|
900
|
+
# @param ProductType: 产品类型 填写 ( 0 普通产品 , 5 网关产品)
|
901
901
|
# @type ProductType: Integer
|
902
|
-
# @param EncryptionType: 加密类型
|
902
|
+
# @param EncryptionType: 加密类型 ,1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
|
903
903
|
# @type EncryptionType: String
|
904
|
-
# @param NetType: 连接类型 可以填写 wifi
|
904
|
+
# @param NetType: 连接类型 可以填写 wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
|
905
905
|
# @type NetType: String
|
906
906
|
# @param DataProtocol: 数据协议 (1 使用物模型 2 为自定义)
|
907
907
|
# @type DataProtocol: Integer
|
@@ -4749,15 +4749,18 @@ module TencentCloud
|
|
4749
4749
|
# @type ModuleId: Integer
|
4750
4750
|
# @param EnableProductScript: 是否打开二进制转Json功能, 取值为字符串 true/false
|
4751
4751
|
# @type EnableProductScript: String
|
4752
|
+
# @param BindStrategy: 传1或者2;1代表强踢,2代表非强踢。传其它值不做任何处理
|
4753
|
+
# @type BindStrategy: Integer
|
4752
4754
|
|
4753
|
-
attr_accessor :ProductId, :ProductName, :ProductDesc, :ModuleId, :EnableProductScript
|
4755
|
+
attr_accessor :ProductId, :ProductName, :ProductDesc, :ModuleId, :EnableProductScript, :BindStrategy
|
4754
4756
|
|
4755
|
-
def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil)
|
4757
|
+
def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil, bindstrategy=nil)
|
4756
4758
|
@ProductId = productid
|
4757
4759
|
@ProductName = productname
|
4758
4760
|
@ProductDesc = productdesc
|
4759
4761
|
@ModuleId = moduleid
|
4760
4762
|
@EnableProductScript = enableproductscript
|
4763
|
+
@BindStrategy = bindstrategy
|
4761
4764
|
end
|
4762
4765
|
|
4763
4766
|
def deserialize(params)
|
@@ -4766,6 +4769,7 @@ module TencentCloud
|
|
4766
4769
|
@ProductDesc = params['ProductDesc']
|
4767
4770
|
@ModuleId = params['ModuleId']
|
4768
4771
|
@EnableProductScript = params['EnableProductScript']
|
4772
|
+
@BindStrategy = params['BindStrategy']
|
4769
4773
|
end
|
4770
4774
|
end
|
4771
4775
|
|
@@ -5060,15 +5064,16 @@ module TencentCloud
|
|
5060
5064
|
# @type ProductName: String
|
5061
5065
|
# @param CategoryId: 产品分组模板ID
|
5062
5066
|
# @type CategoryId: Integer
|
5063
|
-
# @param EncryptionType:
|
5067
|
+
# @param EncryptionType: 加密类型。1表示证书认证,2表示秘钥认证,21表示TID认证-SE方式,22表示TID认证-软加固方式
|
5064
5068
|
# @type EncryptionType: String
|
5065
|
-
# @param NetType:
|
5069
|
+
# @param NetType: 连接类型。如:
|
5070
|
+
# wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、else、sub_zigbee、sub_ble、sub_433mhz、sub_else、sub_blemesh
|
5066
5071
|
# @type NetType: String
|
5067
|
-
# @param DataProtocol: 数据协议
|
5072
|
+
# @param DataProtocol: 数据协议 (1 使用物模型 2 为自定义类型)
|
5068
5073
|
# @type DataProtocol: Integer
|
5069
5074
|
# @param ProductDesc: 产品描述
|
5070
5075
|
# @type ProductDesc: String
|
5071
|
-
# @param DevStatus: 状态
|
5076
|
+
# @param DevStatus: 状态 如:all 全部, dev 开发中, audit 审核中 released 已发布
|
5072
5077
|
# @type DevStatus: String
|
5073
5078
|
# @param CreateTime: 创建时间
|
5074
5079
|
# @type CreateTime: Integer
|
@@ -5076,7 +5081,7 @@ module TencentCloud
|
|
5076
5081
|
# @type UpdateTime: Integer
|
5077
5082
|
# @param Region: 区域
|
5078
5083
|
# @type Region: String
|
5079
|
-
# @param ProductType:
|
5084
|
+
# @param ProductType: 产品类型。如: 0 普通产品 , 5 网关产品
|
5080
5085
|
# @type ProductType: Integer
|
5081
5086
|
# @param ProjectId: 项目ID
|
5082
5087
|
# @type ProjectId: String
|
@@ -5091,10 +5096,13 @@ module TencentCloud
|
|
5091
5096
|
# @param CreatorNickName: 创建者昵称
|
5092
5097
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5093
5098
|
# @type CreatorNickName: String
|
5099
|
+
# @param BindStrategy: 绑定策略(1:强踢;2:非强踢;0:表示无意义)
|
5100
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5101
|
+
# @type BindStrategy: Integer
|
5094
5102
|
|
5095
|
-
attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName
|
5103
|
+
attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy
|
5096
5104
|
|
5097
|
-
def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil)
|
5105
|
+
def initialize(productid=nil, productname=nil, categoryid=nil, encryptiontype=nil, nettype=nil, dataprotocol=nil, productdesc=nil, devstatus=nil, createtime=nil, updatetime=nil, region=nil, producttype=nil, projectid=nil, moduleid=nil, enableproductscript=nil, createuserid=nil, creatornickname=nil, bindstrategy=nil)
|
5098
5106
|
@ProductId = productid
|
5099
5107
|
@ProductName = productname
|
5100
5108
|
@CategoryId = categoryid
|
@@ -5112,6 +5120,7 @@ module TencentCloud
|
|
5112
5120
|
@EnableProductScript = enableproductscript
|
5113
5121
|
@CreateUserId = createuserid
|
5114
5122
|
@CreatorNickName = creatornickname
|
5123
|
+
@BindStrategy = bindstrategy
|
5115
5124
|
end
|
5116
5125
|
|
5117
5126
|
def deserialize(params)
|
@@ -5132,6 +5141,7 @@ module TencentCloud
|
|
5132
5141
|
@EnableProductScript = params['EnableProductScript']
|
5133
5142
|
@CreateUserId = params['CreateUserId']
|
5134
5143
|
@CreatorNickName = params['CreatorNickName']
|
5144
|
+
@BindStrategy = params['BindStrategy']
|
5135
5145
|
end
|
5136
5146
|
end
|
5137
5147
|
|
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.539
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|