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

    Interface ESPAutomationDetails

    Interface representing automation details

    interface ESPAutomationDetails {
        actions: ESPAutomationAction[];
        eventOperator: ESPAutomationEventOperator;
        events: ESPAutomationEvent[];
        metadata?: any;
        name: string;
        retrigger: boolean;
    }
    Index

    Properties

    metadata?: any
    name: string
    retrigger: boolean