tencentcloud-sdk-iss 3.0.800 → 3.0.802
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20230517/models.rb +22 -4
- 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: 1b388276be75de6ff841cdee69795f4cdee50592
|
4
|
+
data.tar.gz: f4af3183a1c704153b5c3e593b5d1ef8949b0786
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dce31eabb6158b0e7a4b6f41fed731fe669715d270d052375a8bf95b85e5cc3a7586ad0a806edc75c431d1d24b7c807e92d352f2a7b757464732f64e6ac0a55
|
7
|
+
data.tar.gz: c324e96ba130193f716b7e979137b22a957669471b85bf93cba8af15e72d43c53a0bd85febb6704b2ac1eec365ba691db847f52fb7dc073a1dc8f3a7d784da76
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.802
|
data/lib/v20230517/models.rb
CHANGED
@@ -2461,10 +2461,16 @@ module TencentCloud
|
|
2461
2461
|
# @param Manufacturer: 设备厂商
|
2462
2462
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2463
2463
|
# @type Manufacturer: String
|
2464
|
+
# @param AudioSwitch: 音频关开(0:关闭;1:开启)关闭时丢弃音频
|
2465
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2466
|
+
# @type AudioSwitch: Integer
|
2467
|
+
# @param SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
|
2468
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2469
|
+
# @type SubscribeSwitch: Integer
|
2464
2470
|
|
2465
|
-
attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer
|
2471
|
+
attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch
|
2466
2472
|
|
2467
|
-
def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil)
|
2473
|
+
def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil, audioswitch=nil, subscribeswitch=nil)
|
2468
2474
|
@DeviceId = deviceid
|
2469
2475
|
@Code = code
|
2470
2476
|
@Name = name
|
@@ -2491,6 +2497,8 @@ module TencentCloud
|
|
2491
2497
|
@Username = username
|
2492
2498
|
@Region = region
|
2493
2499
|
@Manufacturer = manufacturer
|
2500
|
+
@AudioSwitch = audioswitch
|
2501
|
+
@SubscribeSwitch = subscribeswitch
|
2494
2502
|
end
|
2495
2503
|
|
2496
2504
|
def deserialize(params)
|
@@ -2520,6 +2528,8 @@ module TencentCloud
|
|
2520
2528
|
@Username = params['Username']
|
2521
2529
|
@Region = params['Region']
|
2522
2530
|
@Manufacturer = params['Manufacturer']
|
2531
|
+
@AudioSwitch = params['AudioSwitch']
|
2532
|
+
@SubscribeSwitch = params['SubscribeSwitch']
|
2523
2533
|
end
|
2524
2534
|
end
|
2525
2535
|
|
@@ -7423,10 +7433,14 @@ module TencentCloud
|
|
7423
7433
|
# @type Username: String
|
7424
7434
|
# @param ProtocolType: 网关设备接入协议(仅网关接入支持)
|
7425
7435
|
# @type ProtocolType: Integer
|
7436
|
+
# @param AudioSwitch: 音频关开(0:关闭;1:开启)默认开启,关闭时丢弃音频
|
7437
|
+
# @type AudioSwitch: Integer
|
7438
|
+
# @param SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
|
7439
|
+
# @type SubscribeSwitch: Integer
|
7426
7440
|
|
7427
|
-
attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType
|
7441
|
+
attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType, :AudioSwitch, :SubscribeSwitch
|
7428
7442
|
|
7429
|
-
def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil)
|
7443
|
+
def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil, audioswitch=nil, subscribeswitch=nil)
|
7430
7444
|
@DeviceId = deviceid
|
7431
7445
|
@Name = name
|
7432
7446
|
@TransportProtocol = transportprotocol
|
@@ -7436,6 +7450,8 @@ module TencentCloud
|
|
7436
7450
|
@Port = port
|
7437
7451
|
@Username = username
|
7438
7452
|
@ProtocolType = protocoltype
|
7453
|
+
@AudioSwitch = audioswitch
|
7454
|
+
@SubscribeSwitch = subscribeswitch
|
7439
7455
|
end
|
7440
7456
|
|
7441
7457
|
def deserialize(params)
|
@@ -7448,6 +7464,8 @@ module TencentCloud
|
|
7448
7464
|
@Port = params['Port']
|
7449
7465
|
@Username = params['Username']
|
7450
7466
|
@ProtocolType = params['ProtocolType']
|
7467
|
+
@AudioSwitch = params['AudioSwitch']
|
7468
|
+
@SubscribeSwitch = params['SubscribeSwitch']
|
7451
7469
|
end
|
7452
7470
|
end
|
7453
7471
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-iss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.802
|
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-04-
|
11
|
+
date: 2024-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|