tencentcloud-sdk-iotexplorer 3.0.460 → 3.0.462
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 +8 -3
- 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: fbd58c242d05379162cf78999ce5bee64ce87337
|
4
|
+
data.tar.gz: 55f74f645c62d2815c0bf426a471d6079f58a357
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04b35389523d05b5b9c3a9e6d9d10b0dcb6e932033ec91348b14918f329aec5173eaacec823761d1d93c0a908348d815112f6cbcd0cb8d90c613f00fdc0d29c
|
7
|
+
data.tar.gz: b71812f24619e3cfb01df6f18c8767c063c73097c54304e083d89af3a913da96e2fb32b1e561541359dd56c186af0a03f81e5e896698b2b56436c3d775ea5728
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.462
|
data/lib/v20190423/models.rb
CHANGED
@@ -1793,7 +1793,7 @@ module TencentCloud
|
|
1793
1793
|
class DescribeDeviceLocationSolveResponse < TencentCloud::Common::AbstractModel
|
1794
1794
|
# @param Longitude: 经度
|
1795
1795
|
# @type Longitude: Float
|
1796
|
-
# @param Latitude:
|
1796
|
+
# @param Latitude: 纬度
|
1797
1797
|
# @type Latitude: Float
|
1798
1798
|
# @param LocationType: 类型
|
1799
1799
|
# @type LocationType: String
|
@@ -2803,10 +2803,13 @@ module TencentCloud
|
|
2803
2803
|
# @param DeviceType: 设备类型(设备、子设备、网关)
|
2804
2804
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2805
2805
|
# @type DeviceType: String
|
2806
|
+
# @param IsLora: 是否是 lora 设备
|
2807
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2808
|
+
# @type IsLora: Boolean
|
2806
2809
|
|
2807
|
-
attr_accessor :DeviceName, :Status, :DevicePsk, :FirstOnlineTime, :LoginTime, :CreateTime, :Version, :DeviceCert, :LogLevel, :DevAddr, :AppKey, :DevEUI, :AppSKey, :NwkSKey, :CreateUserId, :CreatorNickName, :EnableState, :ProductId, :ProductName, :DeviceType
|
2810
|
+
attr_accessor :DeviceName, :Status, :DevicePsk, :FirstOnlineTime, :LoginTime, :CreateTime, :Version, :DeviceCert, :LogLevel, :DevAddr, :AppKey, :DevEUI, :AppSKey, :NwkSKey, :CreateUserId, :CreatorNickName, :EnableState, :ProductId, :ProductName, :DeviceType, :IsLora
|
2808
2811
|
|
2809
|
-
def initialize(devicename=nil, status=nil, devicepsk=nil, firstonlinetime=nil, logintime=nil, createtime=nil, version=nil, devicecert=nil, loglevel=nil, devaddr=nil, appkey=nil, deveui=nil, appskey=nil, nwkskey=nil, createuserid=nil, creatornickname=nil, enablestate=nil, productid=nil, productname=nil, devicetype=nil)
|
2812
|
+
def initialize(devicename=nil, status=nil, devicepsk=nil, firstonlinetime=nil, logintime=nil, createtime=nil, version=nil, devicecert=nil, loglevel=nil, devaddr=nil, appkey=nil, deveui=nil, appskey=nil, nwkskey=nil, createuserid=nil, creatornickname=nil, enablestate=nil, productid=nil, productname=nil, devicetype=nil, islora=nil)
|
2810
2813
|
@DeviceName = devicename
|
2811
2814
|
@Status = status
|
2812
2815
|
@DevicePsk = devicepsk
|
@@ -2827,6 +2830,7 @@ module TencentCloud
|
|
2827
2830
|
@ProductId = productid
|
2828
2831
|
@ProductName = productname
|
2829
2832
|
@DeviceType = devicetype
|
2833
|
+
@IsLora = islora
|
2830
2834
|
end
|
2831
2835
|
|
2832
2836
|
def deserialize(params)
|
@@ -2850,6 +2854,7 @@ module TencentCloud
|
|
2850
2854
|
@ProductId = params['ProductId']
|
2851
2855
|
@ProductName = params['ProductName']
|
2852
2856
|
@DeviceType = params['DeviceType']
|
2857
|
+
@IsLora = params['IsLora']
|
2853
2858
|
end
|
2854
2859
|
end
|
2855
2860
|
|
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.462
|
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-11-
|
11
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|