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

    Interface ESPRMAttributeInterface

    Represents an attribute of a node or device.

    interface ESPRMAttributeInterface {
        name: string;
        value?: any;
    }

    Implemented by

    Index

    Properties

    Properties

    name: string
    value?: any