tencentcloud-sdk-iotexplorer 1.0.291 → 1.0.294

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/v20190423/models.rb +22 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7286c272d048b7a9d318b3da1416b6f1a7291b7d
4
- data.tar.gz: bd7a2579e966f3726790193a4bbf40eba361c217
3
+ metadata.gz: a291b6597bf9c58ca4db1a7331de93eed3f557f9
4
+ data.tar.gz: 75219c106a7e4f836849182b5fac5e31abc92cfb
5
5
  SHA512:
6
- metadata.gz: b8d9124f05cd9498bcca12c5b0c566b646b2db69513bbe67a1e42970ea48a312a50a5676bb5cdd47fce51491a1be924698c2b698cc838b6c6b580662f2f963a9
7
- data.tar.gz: f7babd8d25e8fa067d8be76b8c0b23eaafb1137482d190c262d5e0935491aa7716e7ce690d85da16c153e75f0bdabb9742035d8d9d4614315631c82e38fc72f0
6
+ metadata.gz: 90ec98ef3e378d8aa31603647978a67ed17bf947010199073a08ce780b945000c32b5cd6d51bdd6e29422e98f1a30855e9558bffaf789253dcd8052826e04390
7
+ data.tar.gz: 81db9a5f7344e84bb0be45ca39e647244f771f03825355daa22258bf69482c2868b300f23266ada78bc280d2bfeaa7654337d964c5e789c53717a1c7cb97dee3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.291
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
@@ -3383,7 +3389,7 @@ module TencentCloud
3383
3389
 
3384
3390
  # GetDeviceList请求参数结构体
3385
3391
  class GetDeviceListRequest < TencentCloud::Common::AbstractModel
3386
- # @param ProductId: 需要查看设备列表的产品 ID
3392
+ # @param ProductId: 需要查看设备列表的产品ID, -1代表ProjectId来筛选
3387
3393
  # @type ProductId: String
3388
3394
  # @param Offset: 分页偏移
3389
3395
  # @type Offset: Integer
@@ -3806,9 +3812,9 @@ module TencentCloud
3806
3812
  # @type ProjectId: String
3807
3813
  # @param DevStatus: 产品DevStatus
3808
3814
  # @type DevStatus: String
3809
- # @param Offset: Offset
3815
+ # @param Offset: 偏移量
3810
3816
  # @type Offset: Integer
3811
- # @param Limit: Limit
3817
+ # @param Limit: 数量限制
3812
3818
  # @type Limit: Integer
3813
3819
 
3814
3820
  attr_accessor :ProjectId, :DevStatus, :Offset, :Limit
@@ -4219,29 +4225,29 @@ module TencentCloud
4219
4225
 
4220
4226
  # 网关坐标
4221
4227
  class LoRaGatewayLocation < TencentCloud::Common::AbstractModel
4222
- # @param Accuracy: 准确度
4223
- # @type Accuracy: Float
4224
- # @param Altitude: 海拔
4225
- # @type Altitude: Float
4226
4228
  # @param Latitude: 纬度
4227
4229
  # @type Latitude: Float
4228
4230
  # @param Longitude: 精度
4229
4231
  # @type Longitude: Float
4232
+ # @param Accuracy: 准确度
4233
+ # @type Accuracy: Float
4234
+ # @param Altitude: 海拔
4235
+ # @type Altitude: Float
4230
4236
 
4231
- attr_accessor :Accuracy, :Altitude, :Latitude, :Longitude
4237
+ attr_accessor :Latitude, :Longitude, :Accuracy, :Altitude
4232
4238
 
4233
- def initialize(accuracy=nil, altitude=nil, latitude=nil, longitude=nil)
4234
- @Accuracy = accuracy
4235
- @Altitude = altitude
4239
+ def initialize(latitude=nil, longitude=nil, accuracy=nil, altitude=nil)
4236
4240
  @Latitude = latitude
4237
4241
  @Longitude = longitude
4242
+ @Accuracy = accuracy
4243
+ @Altitude = altitude
4238
4244
  end
4239
4245
 
4240
4246
  def deserialize(params)
4241
- @Accuracy = params['Accuracy']
4242
- @Altitude = params['Altitude']
4243
4247
  @Latitude = params['Latitude']
4244
4248
  @Longitude = params['Longitude']
4249
+ @Accuracy = params['Accuracy']
4250
+ @Altitude = params['Altitude']
4245
4251
  end
4246
4252
  end
4247
4253
 
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.291
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-07 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