tencentcloud-sdk-iotexplorer 1.0.293 → 1.0.296
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 +10 -4
- 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: 8318785549060934b0b898758aca98f5755d5790
|
4
|
+
data.tar.gz: 0d42ec480d460338b1dfa68605eafeeefdde8c8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 544cf3bc1d6077267ec5b68a27e8aff0a1bc5815dc7009783b3ec1ca0efb2e7e8201d907377b73f17c458e0688f4a050d19fdaba808dc2f08bdcb7121cb4c548
|
7
|
+
data.tar.gz: 046e52a6a7c90c81c9bad03cacc466ac1d3845d540ad1b7b93b732e5766efa9f51bdeb6727b9e9eb2d781188afeefdeadee315972c53db9bede572e9ed006316
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.296
|
data/lib/v20190423/models.rb
CHANGED
@@ -401,7 +401,8 @@ module TencentCloud
|
|
401
401
|
# @param Data: 返回信息
|
402
402
|
# @type Data: String
|
403
403
|
# @param Result: JSON字符串, 返回下发控制的结果信息,
|
404
|
-
# Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic
|
404
|
+
# Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
|
405
|
+
# pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
|
405
406
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
406
407
|
# @type Result: String
|
407
408
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -1580,20 +1581,25 @@ module TencentCloud
|
|
1580
1581
|
# @param GatewayDeviceName: 网关设备名
|
1581
1582
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1582
1583
|
# @type GatewayDeviceName: String
|
1584
|
+
# @param GatewayName: 网关产品名称
|
1585
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1586
|
+
# @type GatewayName: String
|
1583
1587
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1584
1588
|
# @type RequestId: String
|
1585
1589
|
|
1586
|
-
attr_accessor :GatewayProductId, :GatewayDeviceName, :RequestId
|
1590
|
+
attr_accessor :GatewayProductId, :GatewayDeviceName, :GatewayName, :RequestId
|
1587
1591
|
|
1588
|
-
def initialize(gatewayproductid=nil, gatewaydevicename=nil, requestid=nil)
|
1592
|
+
def initialize(gatewayproductid=nil, gatewaydevicename=nil, gatewayname=nil, requestid=nil)
|
1589
1593
|
@GatewayProductId = gatewayproductid
|
1590
1594
|
@GatewayDeviceName = gatewaydevicename
|
1595
|
+
@GatewayName = gatewayname
|
1591
1596
|
@RequestId = requestid
|
1592
1597
|
end
|
1593
1598
|
|
1594
1599
|
def deserialize(params)
|
1595
1600
|
@GatewayProductId = params['GatewayProductId']
|
1596
1601
|
@GatewayDeviceName = params['GatewayDeviceName']
|
1602
|
+
@GatewayName = params['GatewayName']
|
1597
1603
|
@RequestId = params['RequestId']
|
1598
1604
|
end
|
1599
1605
|
end
|
@@ -3735,7 +3741,7 @@ module TencentCloud
|
|
3735
3741
|
# @type Limit: Integer
|
3736
3742
|
# @param InstanceId: 实例ID
|
3737
3743
|
# @type InstanceId: String
|
3738
|
-
# @param ProjectId: 按项目
|
3744
|
+
# @param ProjectId: 按项目ID搜索
|
3739
3745
|
# @type ProjectId: String
|
3740
3746
|
# @param ProductId: 按产品ID搜索
|
3741
3747
|
# @type ProductId: String
|
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: 1.0.
|
4
|
+
version: 1.0.296
|
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-04-
|
11
|
+
date: 2022-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|