ConfigurationContent interface
Properties
device |
The configuration for all the devices. |
module |
The configuration for device modules |
modules |
The configuration for edge modules. |
Property Details
deviceContent
The configuration for all the devices.
deviceContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}
moduleContent
The configuration for device modules
moduleContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}
modulesContent
The configuration for edge modules.
modulesContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}