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

    Interface ESPRMNodeInfoInterface

    Represents the information about a node.

    interface ESPRMNodeInfoInterface {
        firmwareVersion: string;
        model: string;
        name: string;
        type: string;
    }

    Implemented by

    Index

    Properties

    firmwareVersion: string
    model: string
    name: string
    type: string