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

    Interface ESPCDFSceneOperation

    interface ESPCDFSceneOperation {
        activate(): Promise<ESPCDFAPIResponse<any>>;
        add(): Promise<ESPCDFAPIResponse<any>>;
        edit(data: ESPCDFSceneEditInput): Promise<ESPCDFAPIResponse<any>>;
        remove(): Promise<ESPCDFAPIResponse<any>>;
    }
    Index

    Methods