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

    Interface ESPCDFDeviceInterface

    Represents an attribute of a node or device.

    interface ESPCDFDeviceInterface {
        _raw: any;
        attributes?: ESPCDFAttributeInterface[];
        displayName?: string;
        name: string;
        operations: ESPCDFDeviceOperation;
        params: ESPCDFDeviceParamInterface[];
        type?: string;
        value?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _raw: any
    displayName?: string
    name: string
    type?: string
    value?: any