tencentcloud-sdk-weilingwith 3.0.760 → 3.0.761
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/v20230427/models.rb +24 -6
- 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: 28a1134b311c10842c5c3aebb098f5c6f07ef9d7
|
4
|
+
data.tar.gz: e74e913081d565b3cc5f7992a1bf84f29442b7bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acbf73ed73e99cfc0fb90235668b75a6d27fa88f61a5108fd2a7859692c1fa89dc91abe98f67ede55ced34204fddbdb58e500a932d3d434b7dded801f601c598
|
7
|
+
data.tar.gz: 62cfc2ea6e8850c7b1fc0f029dfd227650e3f8f1e282e83569ba771b76b404bae8eff50dde2a7f8a31fbc6546c9ace2ff0d4e3c453fe350ba1e91d8eff0e20d3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.761
|
data/lib/v20230427/models.rb
CHANGED
@@ -2640,10 +2640,14 @@ module TencentCloud
|
|
2640
2640
|
# @type Field: :class:`Tencentcloud::Weilingwith.v20230427.models.CustomField`
|
2641
2641
|
# @param GroupIdSet: 分组id列表,非必填
|
2642
2642
|
# @type GroupIdSet: Array
|
2643
|
+
# @param IsActive: 是否激活,默认全部,"1"激活,"0"未激活
|
2644
|
+
# @type IsActive: String
|
2645
|
+
# @param IsCamera: 是否为摄像头,默认全部,"true"摄像头,"false"非摄像头
|
2646
|
+
# @type IsCamera: String
|
2643
2647
|
|
2644
|
-
attr_accessor :WorkspaceId, :PageNumber, :PageSize, :ApplicationToken, :DeviceTypeSet, :ProductIdSet, :TagIdSet, :SpaceCodeSet, :DeviceTagSet, :WIDSet, :Field, :GroupIdSet
|
2648
|
+
attr_accessor :WorkspaceId, :PageNumber, :PageSize, :ApplicationToken, :DeviceTypeSet, :ProductIdSet, :TagIdSet, :SpaceCodeSet, :DeviceTagSet, :WIDSet, :Field, :GroupIdSet, :IsActive, :IsCamera
|
2645
2649
|
|
2646
|
-
def initialize(workspaceid=nil, pagenumber=nil, pagesize=nil, applicationtoken=nil, devicetypeset=nil, productidset=nil, tagidset=nil, spacecodeset=nil, devicetagset=nil, widset=nil, field=nil, groupidset=nil)
|
2650
|
+
def initialize(workspaceid=nil, pagenumber=nil, pagesize=nil, applicationtoken=nil, devicetypeset=nil, productidset=nil, tagidset=nil, spacecodeset=nil, devicetagset=nil, widset=nil, field=nil, groupidset=nil, isactive=nil, iscamera=nil)
|
2647
2651
|
@WorkspaceId = workspaceid
|
2648
2652
|
@PageNumber = pagenumber
|
2649
2653
|
@PageSize = pagesize
|
@@ -2656,6 +2660,8 @@ module TencentCloud
|
|
2656
2660
|
@WIDSet = widset
|
2657
2661
|
@Field = field
|
2658
2662
|
@GroupIdSet = groupidset
|
2663
|
+
@IsActive = isactive
|
2664
|
+
@IsCamera = iscamera
|
2659
2665
|
end
|
2660
2666
|
|
2661
2667
|
def deserialize(params)
|
@@ -2674,6 +2680,8 @@ module TencentCloud
|
|
2674
2680
|
@Field.deserialize(params['Field'])
|
2675
2681
|
end
|
2676
2682
|
@GroupIdSet = params['GroupIdSet']
|
2683
|
+
@IsActive = params['IsActive']
|
2684
|
+
@IsCamera = params['IsCamera']
|
2677
2685
|
end
|
2678
2686
|
end
|
2679
2687
|
|
@@ -4692,7 +4700,7 @@ module TencentCloud
|
|
4692
4700
|
# @param ProductName: 产品名称
|
4693
4701
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4694
4702
|
# @type ProductName: String
|
4695
|
-
# @param ProductAbility:
|
4703
|
+
# @param ProductAbility: 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
4696
4704
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4697
4705
|
# @type ProductAbility: Integer
|
4698
4706
|
# @param SpaceInfoSet: 设备位置信息
|
@@ -4734,10 +4742,16 @@ module TencentCloud
|
|
4734
4742
|
# @param GroupInfo: 分组信息
|
4735
4743
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4736
4744
|
# @type GroupInfo: String
|
4745
|
+
# @param DeviceStatus: 通信在/离线状态(online=normal+fault,offline)
|
4746
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4747
|
+
# @type DeviceStatus: String
|
4748
|
+
# @param Status: 设备业务状态(normal、fault、offline)
|
4749
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4750
|
+
# @type Status: String
|
4737
4751
|
|
4738
|
-
attr_accessor :WID, :DeviceName, :DeviceTypeCode, :DeviceTypeName, :ProductId, :ProductName, :ProductAbility, :SpaceInfoSet, :ModelId, :ModelName, :DeviceTagSet, :IsActive, :ActiveTime, :IsLive, :ParentWID, :ParentWIDName, :SN, :Location, :FieldList, :GroupInfo
|
4752
|
+
attr_accessor :WID, :DeviceName, :DeviceTypeCode, :DeviceTypeName, :ProductId, :ProductName, :ProductAbility, :SpaceInfoSet, :ModelId, :ModelName, :DeviceTagSet, :IsActive, :ActiveTime, :IsLive, :ParentWID, :ParentWIDName, :SN, :Location, :FieldList, :GroupInfo, :DeviceStatus, :Status
|
4739
4753
|
|
4740
|
-
def initialize(wid=nil, devicename=nil, devicetypecode=nil, devicetypename=nil, productid=nil, productname=nil, productability=nil, spaceinfoset=nil, modelid=nil, modelname=nil, devicetagset=nil, isactive=nil, activetime=nil, islive=nil, parentwid=nil, parentwidname=nil, sn=nil, location=nil, fieldlist=nil, groupinfo=nil)
|
4754
|
+
def initialize(wid=nil, devicename=nil, devicetypecode=nil, devicetypename=nil, productid=nil, productname=nil, productability=nil, spaceinfoset=nil, modelid=nil, modelname=nil, devicetagset=nil, isactive=nil, activetime=nil, islive=nil, parentwid=nil, parentwidname=nil, sn=nil, location=nil, fieldlist=nil, groupinfo=nil, devicestatus=nil, status=nil)
|
4741
4755
|
@WID = wid
|
4742
4756
|
@DeviceName = devicename
|
4743
4757
|
@DeviceTypeCode = devicetypecode
|
@@ -4758,6 +4772,8 @@ module TencentCloud
|
|
4758
4772
|
@Location = location
|
4759
4773
|
@FieldList = fieldlist
|
4760
4774
|
@GroupInfo = groupinfo
|
4775
|
+
@DeviceStatus = devicestatus
|
4776
|
+
@Status = status
|
4761
4777
|
end
|
4762
4778
|
|
4763
4779
|
def deserialize(params)
|
@@ -4798,6 +4814,8 @@ module TencentCloud
|
|
4798
4814
|
end
|
4799
4815
|
end
|
4800
4816
|
@GroupInfo = params['GroupInfo']
|
4817
|
+
@DeviceStatus = params['DeviceStatus']
|
4818
|
+
@Status = params['Status']
|
4801
4819
|
end
|
4802
4820
|
end
|
4803
4821
|
|
@@ -6250,7 +6268,7 @@ module TencentCloud
|
|
6250
6268
|
# @param ProductType: 产品型号
|
6251
6269
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6252
6270
|
# @type ProductType: String
|
6253
|
-
# @param ProductAbility:
|
6271
|
+
# @param ProductAbility: 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
6254
6272
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6255
6273
|
# @type ProductAbility: Integer
|
6256
6274
|
# @param Manufacturer: 生产厂商
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-weilingwith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.761
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|