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

    Interface ESPRMNodeConfigInterface

    Represents the configuration of a node.

    interface ESPRMNodeConfigInterface {
        attributes?: ESPRMAttributeInterface[];
        configVersion: string;
        devices: ESPRMDeviceInterface[];
        info: ESPRMNodeInfoInterface;
        services?: ESPRMServiceInterface[];
    }

    Implemented by

    Index

    Properties

    configVersion: string