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

    Interface ESPCDFAutomationOperation

    interface ESPCDFAutomationOperation {
        delete(): Promise<ESPCDFAPIResponse<any>>;
        enable(enabled: boolean): Promise<ESPCDFAPIResponse<any>>;
        update(data: ESPCDFAutomationEditInput): Promise<ESPCDFAPIResponse<any>>;
    }
    Index

    Methods