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

    Interface ESPRawAutomationResponse

    Interface representing the raw response from the automation API

    interface ESPRawAutomationResponse {
        automation_id: string;
        status: string;
    }
    Index

    Properties

    automation_id: string
    status: string