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

    Interface ESPCDFNodeInfoInterface

    Represents the information about a node.

    interface ESPCDFNodeInfoInterface {
        firmwareVersion: string;
        model: string;
        name: string;
        readme?: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    firmwareVersion: string
    model: string
    name: string
    readme?: string
    type: string