tencentcloud-sdk-weilingwith 3.0.750 → 3.0.751

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29b9f75ba24b383ea6c6621c9f4103ef55c30e49
4
- data.tar.gz: 951cac16b749517eb099caa05225dd040812df78
3
+ metadata.gz: 507a20580f63f613bd9789c865ebc23b0fba8ca0
4
+ data.tar.gz: 33bd98917443e89ea6ad27e3d9836cb08da272a9
5
5
  SHA512:
6
- metadata.gz: 12a0fbdccba619441773901e473674801db4645564967f1decc38e774a96ee2211454b315fe45cf26dcea61cdc7b0fa68adf364fa2d43042f53db62f0cc7370a
7
- data.tar.gz: 70594c6ed87fb7ad440d2ab6a677c23f04d8737cddb2fedf6af9c4933426ee625254c148abd302b01b419388cf77cf0f5d0e0388665c132ac2e553209525def3
6
+ metadata.gz: d882195809b2e06739901a9d2a2cbae01a40c52ca75cc95f6ab96657fcff2c7de7ff0319ea5e3d9c3422f8dbe6ec12e48f648cea067db285e680bfebd4d7a1c6
7
+ data.tar.gz: ef24130a73f60981a9c7e67fc817759749d1cd7b2d2994d7764e3c3494c2eae72f0bfacb9d96672c055b8a39349b22095eeee8ba8e5b52be7135ae68ad473989
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.750
1
+ 3.0.751
@@ -1494,14 +1494,17 @@ module TencentCloud
1494
1494
  # @type ControlData: String
1495
1495
  # @param ApplicationToken: 应用token
1496
1496
  # @type ApplicationToken: String
1497
+ # @param IsSynchronized: 是否同步返回设备下控ack结果
1498
+ # @type IsSynchronized: Boolean
1497
1499
 
1498
- attr_accessor :WorkspaceId, :WIDSet, :ControlData, :ApplicationToken
1500
+ attr_accessor :WorkspaceId, :WIDSet, :ControlData, :ApplicationToken, :IsSynchronized
1499
1501
 
1500
- def initialize(workspaceid=nil, widset=nil, controldata=nil, applicationtoken=nil)
1502
+ def initialize(workspaceid=nil, widset=nil, controldata=nil, applicationtoken=nil, issynchronized=nil)
1501
1503
  @WorkspaceId = workspaceid
1502
1504
  @WIDSet = widset
1503
1505
  @ControlData = controldata
1504
1506
  @ApplicationToken = applicationtoken
1507
+ @IsSynchronized = issynchronized
1505
1508
  end
1506
1509
 
1507
1510
  def deserialize(params)
@@ -1509,6 +1512,7 @@ module TencentCloud
1509
1512
  @WIDSet = params['WIDSet']
1510
1513
  @ControlData = params['ControlData']
1511
1514
  @ApplicationToken = params['ApplicationToken']
1515
+ @IsSynchronized = params['IsSynchronized']
1512
1516
  end
1513
1517
  end
1514
1518
 
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.750
4
+ version: 3.0.751
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-15 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common