tencentcloud-sdk-iotexplorer 1.0.293 → 1.0.294

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8933e4ec4911c9347b5f4d3c193d19295a225ee6
4
- data.tar.gz: a15b63d0b8dda1d026eeb72fe431b7009983594e
3
+ metadata.gz: a291b6597bf9c58ca4db1a7331de93eed3f557f9
4
+ data.tar.gz: 75219c106a7e4f836849182b5fac5e31abc92cfb
5
5
  SHA512:
6
- metadata.gz: 35280829d26c7f886fd4ffd266d7df667575a39bbc10da32e14febbadd040fe373941567a11367685f7ba30502ee4aaa9d95830134c23c8777da07ad8c993088
7
- data.tar.gz: cf737d8d3e36cd2fbdaf75a88c23549b1860279df807be89ce547a5e4bc7e345d4d5f83975866113fac3d1c8d7b282ee6d52aa188d5a9a5071b6569cb0170833
6
+ metadata.gz: 90ec98ef3e378d8aa31603647978a67ed17bf947010199073a08ce780b945000c32b5cd6d51bdd6e29422e98f1a30855e9558bffaf789253dcd8052826e04390
7
+ data.tar.gz: 81db9a5f7344e84bb0be45ca39e647244f771f03825355daa22258bf69482c2868b300f23266ada78bc280d2bfeaa7654337d964c5e789c53717a1c7cb97dee3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.293
1
+ 1.0.294
@@ -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
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.293
4
+ version: 1.0.294
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-10 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common