tencentcloud-sdk-python-weilingwith 3.0.1071__py2.py3-none-any.whl → 3.0.1082__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1071'
17
+ __version__ = '3.0.1082'
@@ -3203,11 +3203,14 @@ class ControlDeviceRequest(AbstractModel):
3203
3203
  :type ControlData: str
3204
3204
  :param _ApplicationToken: 应用token
3205
3205
  :type ApplicationToken: str
3206
+ :param _IsSynchronized: 是否同步返回设备下控ack结果
3207
+ :type IsSynchronized: bool
3206
3208
  """
3207
3209
  self._WorkspaceId = None
3208
3210
  self._WIDSet = None
3209
3211
  self._ControlData = None
3210
3212
  self._ApplicationToken = None
3213
+ self._IsSynchronized = None
3211
3214
 
3212
3215
  @property
3213
3216
  def WorkspaceId(self):
@@ -3241,12 +3244,21 @@ class ControlDeviceRequest(AbstractModel):
3241
3244
  def ApplicationToken(self, ApplicationToken):
3242
3245
  self._ApplicationToken = ApplicationToken
3243
3246
 
3247
+ @property
3248
+ def IsSynchronized(self):
3249
+ return self._IsSynchronized
3250
+
3251
+ @IsSynchronized.setter
3252
+ def IsSynchronized(self, IsSynchronized):
3253
+ self._IsSynchronized = IsSynchronized
3254
+
3244
3255
 
3245
3256
  def _deserialize(self, params):
3246
3257
  self._WorkspaceId = params.get("WorkspaceId")
3247
3258
  self._WIDSet = params.get("WIDSet")
3248
3259
  self._ControlData = params.get("ControlData")
3249
3260
  self._ApplicationToken = params.get("ApplicationToken")
3261
+ self._IsSynchronized = params.get("IsSynchronized")
3250
3262
  memeber_set = set(params.keys())
3251
3263
  for name, value in vars(self).items():
3252
3264
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-weilingwith
3
- Version: 3.0.1071
3
+ Version: 3.0.1082
4
4
  Summary: Tencent Cloud Weilingwith SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1071)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1082)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,10 +1,10 @@
1
- tencentcloud/__init__.py,sha256=sACwyRBVLEmhYR2LCa6i1nb3GVlNtRnE6-SeA_Ej0I0,631
1
+ tencentcloud/__init__.py,sha256=4Q6w7iZKYYBReL_FD6jhagobhNC6F-manFn4z3hum5g,631
2
2
  tencentcloud/weilingwith/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/weilingwith/v20230427/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/weilingwith/v20230427/errorcodes.py,sha256=X6eW2aW6obRprFUx7xLZH_McLbE3NyJQX2LTddzH_pU,8533
5
- tencentcloud/weilingwith/v20230427/models.py,sha256=nwL8lPBd6sAHmfA3MepQZpy5-ehZePeD6eJlwrmihFA,469554
5
+ tencentcloud/weilingwith/v20230427/models.py,sha256=8muqTJDHCFiwxUnOFVSEAYV12HGVCbOeDNNVBekKirA,469958
6
6
  tencentcloud/weilingwith/v20230427/weilingwith_client.py,sha256=0DW42ajB7Eae3ELR0vzPQZLXf3qnvbCFOuvYj4iuw8k,53790
7
- tencentcloud_sdk_python_weilingwith-3.0.1071.dist-info/METADATA,sha256=IbJWl6A_VQhtCYXQ9mOcrGKVvBbfd4-xdfW_EdImyb0,1532
8
- tencentcloud_sdk_python_weilingwith-3.0.1071.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_weilingwith-3.0.1071.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_weilingwith-3.0.1071.dist-info/RECORD,,
7
+ tencentcloud_sdk_python_weilingwith-3.0.1082.dist-info/METADATA,sha256=0zFiAAzYBkGRUtYlWQ1YNLosEu8-ypT-oX_QXA-8bKg,1532
8
+ tencentcloud_sdk_python_weilingwith-3.0.1082.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_weilingwith-3.0.1082.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_weilingwith-3.0.1082.dist-info/RECORD,,