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

    Interface ESPCDFAutomationInterface

    interface ESPCDFAutomationInterface {
        _raw: any;
        actions: ESPCDFAutomationAction[];
        adaptorIdentifier?: string;
        enabled: boolean;
        eventOperator: ESPCDFAutomationEventOperator;
        events: ESPCDFAutomationEvent[];
        eventType: ESPCDFAutomationEventType;
        id: string;
        location?: ESPCDFAutomationLocation;
        metadata?: any;
        name: string;
        nodeId?: string;
        operations: ESPCDFAutomationOperation;
        region?: string;
        retrigger?: boolean;
    }

    Implemented by

    Index

    Properties

    _raw: any
    adaptorIdentifier?: string
    enabled: boolean
    id: string
    metadata?: any
    name: string
    nodeId?: string
    region?: string
    retrigger?: boolean