@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFNodeConfigInterface

    Represents the configuration of a node.

    interface ESPCDFNodeConfigInterface {
        attributes?: ESPCDFAttributeInterface[];
        configVersion: string;
        info?: ESPCDFNodeInfoInterface;
    }
    Index

    Properties

    configVersion: string