tencentcloud-sdk-nodejs-iotexplorer 4.1.150 → 4.1.152
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.
package/package.json
CHANGED
|
@@ -6149,6 +6149,10 @@ export interface DescribeFirmwareTaskResponse {
|
|
|
6149
6149
|
* 用户自定义消息
|
|
6150
6150
|
*/
|
|
6151
6151
|
TaskUserDefine?: string;
|
|
6152
|
+
/**
|
|
6153
|
+
* 每分钟发送设备量
|
|
6154
|
+
*/
|
|
6155
|
+
RateLimit?: number;
|
|
6152
6156
|
/**
|
|
6153
6157
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6154
6158
|
*/
|