tencentcloud-sdk-iotexplorer 1.0.290 → 1.0.293
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 +13 -13
- 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: 8933e4ec4911c9347b5f4d3c193d19295a225ee6
|
4
|
+
data.tar.gz: a15b63d0b8dda1d026eeb72fe431b7009983594e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35280829d26c7f886fd4ffd266d7df667575a39bbc10da32e14febbadd040fe373941567a11367685f7ba30502ee4aaa9d95830134c23c8777da07ad8c993088
|
7
|
+
data.tar.gz: cf737d8d3e36cd2fbdaf75a88c23549b1860279df807be89ce547a5e4bc7e345d4d5f83975866113fac3d1c8d7b282ee6d52aa188d5a9a5071b6569cb0170833
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.293
|
data/lib/v20190423/models.rb
CHANGED
@@ -3383,7 +3383,7 @@ module TencentCloud
|
|
3383
3383
|
|
3384
3384
|
# GetDeviceList请求参数结构体
|
3385
3385
|
class GetDeviceListRequest < TencentCloud::Common::AbstractModel
|
3386
|
-
# @param ProductId: 需要查看设备列表的产品
|
3386
|
+
# @param ProductId: 需要查看设备列表的产品ID, -1代表ProjectId来筛选
|
3387
3387
|
# @type ProductId: String
|
3388
3388
|
# @param Offset: 分页偏移
|
3389
3389
|
# @type Offset: Integer
|
@@ -3806,9 +3806,9 @@ module TencentCloud
|
|
3806
3806
|
# @type ProjectId: String
|
3807
3807
|
# @param DevStatus: 产品DevStatus
|
3808
3808
|
# @type DevStatus: String
|
3809
|
-
# @param Offset:
|
3809
|
+
# @param Offset: 偏移量
|
3810
3810
|
# @type Offset: Integer
|
3811
|
-
# @param Limit:
|
3811
|
+
# @param Limit: 数量限制
|
3812
3812
|
# @type Limit: Integer
|
3813
3813
|
|
3814
3814
|
attr_accessor :ProjectId, :DevStatus, :Offset, :Limit
|
@@ -4219,29 +4219,29 @@ module TencentCloud
|
|
4219
4219
|
|
4220
4220
|
# 网关坐标
|
4221
4221
|
class LoRaGatewayLocation < TencentCloud::Common::AbstractModel
|
4222
|
-
# @param Accuracy: 准确度
|
4223
|
-
# @type Accuracy: Float
|
4224
|
-
# @param Altitude: 海拔
|
4225
|
-
# @type Altitude: Float
|
4226
4222
|
# @param Latitude: 纬度
|
4227
4223
|
# @type Latitude: Float
|
4228
4224
|
# @param Longitude: 精度
|
4229
4225
|
# @type Longitude: Float
|
4226
|
+
# @param Accuracy: 准确度
|
4227
|
+
# @type Accuracy: Float
|
4228
|
+
# @param Altitude: 海拔
|
4229
|
+
# @type Altitude: Float
|
4230
4230
|
|
4231
|
-
attr_accessor :
|
4231
|
+
attr_accessor :Latitude, :Longitude, :Accuracy, :Altitude
|
4232
4232
|
|
4233
|
-
def initialize(
|
4234
|
-
@Accuracy = accuracy
|
4235
|
-
@Altitude = altitude
|
4233
|
+
def initialize(latitude=nil, longitude=nil, accuracy=nil, altitude=nil)
|
4236
4234
|
@Latitude = latitude
|
4237
4235
|
@Longitude = longitude
|
4236
|
+
@Accuracy = accuracy
|
4237
|
+
@Altitude = altitude
|
4238
4238
|
end
|
4239
4239
|
|
4240
4240
|
def deserialize(params)
|
4241
|
-
@Accuracy = params['Accuracy']
|
4242
|
-
@Altitude = params['Altitude']
|
4243
4241
|
@Latitude = params['Latitude']
|
4244
4242
|
@Longitude = params['Longitude']
|
4243
|
+
@Accuracy = params['Accuracy']
|
4244
|
+
@Altitude = params['Altitude']
|
4245
4245
|
end
|
4246
4246
|
end
|
4247
4247
|
|
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.293
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|