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

    Interface ESPCDFDeviceParamInterface

    Device param interface; extends base with device-specific properties.

    interface ESPCDFDeviceParamInterface {
        _raw: any;
        bounds?: Record<string, any>;
        dataType?: string;
        deviceName?: string;
        name: string;
        operations: ESPCDFDeviceParamOperation;
        properties?: string[];
        type?: string;
        uiType?: string;
        value?: any;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _raw: any
    bounds?: Record<string, any>
    dataType?: string
    deviceName?: string
    name: string
    properties?: string[]
    type?: string
    uiType?: string
    value?: any