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}