tencentcloud-sdk-iotexplorer 3.0.466 → 3.0.468

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: 8e80bb7be74ff500af7ffb1674018118f33685c4
4
- data.tar.gz: 9dfffa3678d3bf1660cdb2c59bfdf57e95f9586f
3
+ metadata.gz: 4a773788cb47bde2587a04a9ce61438b0f8c4e95
4
+ data.tar.gz: 28f8505858e5dcad92dd72c8927915647fe625b9
5
5
  SHA512:
6
- metadata.gz: 76fa6dfabe81fa6f88ea5b895173e2a72963fe758fc7f842085dec4f106b3dbbb36e71bb87367c9a164a4d0c68074ec2d3fc8385209492145ef0ade3bccca6b5
7
- data.tar.gz: 3c8c047bbd4d61765afe4ed2d652a21104ae5f2056b817c6165af958ff4603624fd23697ba1ff95502e4839db3a22263ec34584ed597ee9c8678ecb58656524f
6
+ metadata.gz: 11368589c7bfb996a340c061ebd92e34402ba99e17d70c09e4124f4870f546d412020d24f017007553ebd84f30b6a8f7c382fb3f283bced8e1d05d897979199a
7
+ data.tar.gz: b7d7f69f6d77682eec5c17153e88a4268bc8608c1411d8a0a89574aa0156d95d32bf510d8cd827af91504ce53951bb11dab0a045ba1b82f0b675c0e6dd6d68d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.466
1
+ 3.0.468
@@ -340,10 +340,10 @@ module TencentCloud
340
340
  class CallDeviceActionSyncResponse < TencentCloud::Common::AbstractModel
341
341
  # @param ClientToken: 调用Id
342
342
  # @type ClientToken: String
343
- # @param OutputParams: 输出参数
343
+ # @param OutputParams: 输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
344
344
  # 注意:此字段可能返回 null,表示取不到有效值。
345
345
  # @type OutputParams: String
346
- # @param Status: 返回状态,当设备不在线等部分情况,会通过该 Status 返回。
346
+ # @param Status: 返回状态,取值设备端上报$thing/up/action method为action_reply status字段,如果不包含status字段,则取默认值,空字符串,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
347
347
  # @type Status: String
348
348
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
349
349
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.466
4
+ version: 3.0.468
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-06 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common