ConfigurationContent interface
屬性
device |
所有裝置的組態。 |
module |
裝置模組的設定 |
modules |
邊緣模組的組態。 |
屬性詳細資料
deviceContent
所有裝置的組態。
deviceContent?: {[key: string]: Object}
屬性值
{[key: string]: Object}
moduleContent
裝置模組的設定
moduleContent?: {[key: string]: Object}
屬性值
{[key: string]: Object}
modulesContent
邊緣模組的組態。
modulesContent?: {[key: string]: Object}
屬性值
{[key: string]: Object}