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

    Interface ESPCDFAttributeInterface

    Represents an attribute of a node or device.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    value?: any