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

    Interface ESPCDFScheduleOperation

    interface ESPCDFScheduleOperation {
        add(): Promise<ESPCDFAPIResponse<any>>;
        disable(): Promise<ESPCDFAPIResponse<any>>;
        edit(data: ESPCDFScheduleEditInput): Promise<ESPCDFAPIResponse<any>>;
        enable(): Promise<ESPCDFAPIResponse<any>>;
        remove(): Promise<ESPCDFAPIResponse<any>>;
    }
    Index

    Methods