tencentcloud-sdk-nodejs-iotexplorer 4.1.5 → 4.1.7
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
|
@@ -6262,6 +6262,11 @@ export interface ProductEntry {
|
|
|
6262
6262
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6263
6263
|
*/
|
|
6264
6264
|
Period?: string;
|
|
6265
|
+
/**
|
|
6266
|
+
* 互联互通标识
|
|
6267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6268
|
+
*/
|
|
6269
|
+
IsInterconnection?: number;
|
|
6265
6270
|
}
|
|
6266
6271
|
/**
|
|
6267
6272
|
* BindDeviceInfo
|
|
@@ -7021,6 +7026,11 @@ export interface IotApplication {
|
|
|
7021
7026
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7022
7027
|
*/
|
|
7023
7028
|
WechatNotifyStatus?: number;
|
|
7029
|
+
/**
|
|
7030
|
+
* 互联互通产品ID列表
|
|
7031
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7032
|
+
*/
|
|
7033
|
+
InterconnectionProducts?: string;
|
|
7024
7034
|
}
|
|
7025
7035
|
/**
|
|
7026
7036
|
* PublishBroadcastMessage返回参数结构体
|