tencentcloud-sdk-iotexplorer 3.0.460 → 3.0.461

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: d0fb4b25c9444142861a47dbb8553cdfd46b80c8
4
- data.tar.gz: 846cd78dba0825dfb85376fa081c93a13cd5eab3
3
+ metadata.gz: 7f7d4e82157ccdef818017b5ef05f46ac5a78633
4
+ data.tar.gz: b22dda05bfa3f955c4941f0326ea92b0141f97f6
5
5
  SHA512:
6
- metadata.gz: 43afeeb368e0c9320df6d4122fec89fecadf804f5a2891b82361f00197931ae02faed86cf76034755620e0fbc949e22b6b403be9625e746abf7abacf94bd82e0
7
- data.tar.gz: 5fb3455216c5f9ae0dbdbad382900ef6e94c2de6fe1ab78760b5dbe66bdbfd2007e8dcbf1b5a535addd544f26ee8cce54325f2c8ce3486ba9249cc94c62fa7f4
6
+ metadata.gz: 16cd5b64bb4673ad03eab5e73173b93388d373c2e3975bfc744e3d54a533202340816b4ed14757d7c273675b83d4f6cfc96c623c02b36169da0ec93a9cd618b6
7
+ data.tar.gz: 948f864234352611089c9caaed5a4ad5143c0263f1fa4986512c8f9fd0d0915fbbe092ccc2cb4dff5444c0d22784c8cb3c84bd6574008c52e33ae05e640509e5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.460
1
+ 3.0.461
@@ -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.460
4
+ version: 3.0.461
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-28 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common