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

    Interface ESPCDFFetchTSDataConfig

    Interface for configuration parameters for fetching time series data.

    interface ESPCDFFetchTSDataConfig {
        endpoint: string;
        nodeId: string;
        paramName: string;
        requestParams: Record<string, any>;
    }
    Index

    Properties

    endpoint: string
    nodeId: string
    paramName: string
    requestParams: Record<string, any>