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

    Interface ESPRMDeviceParamInterface

    Represents the parameter of a node device

    interface ESPRMDeviceParamInterface {
        bounds?: Record<string, any>;
        dataType: string;
        deviceName: string;
        name: string;
        properties: string[];
        type: string;
        uiType?: string;
        validStrings?: string[];
        value?: any;
    }

    Hierarchy

    • ESPRMParamInterface
      • ESPRMDeviceParamInterface

    Implemented by

    Index

    Properties

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