tencentcloud-sdk-iss 3.0.799 → 3.0.801
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/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: cb4c3d23ce97f1148d2153915e640101980f4707
|
4
|
+
data.tar.gz: 43a5901b2b7d1d0582aad4bbe9f88a949272ae7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 779dff53b3eb9650ba265d01ebdefd3d66e719f675d48efb1527ba9e7b18f16fd4259d7e7e7cee6d6a7c4f111e14104086adc0432b8fd87ae62f1c2d01064c53
|
7
|
+
data.tar.gz: 6e785cfdca9ac5371fc15dfabcfefb5d0123955f5fb737ce0e8ba56f872a90f1cafbce87b6596b82e67b4b6ea114faa4e80a70af71ade1a76e5fd648909f7d0a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.801
|
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.801
|
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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|