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

    Interface ESPWeatherAutomationDetails

    Interface representing weather-based automation details

    interface ESPWeatherAutomationDetails {
        actions: ESPAutomationAction[];
        eventOperator: ESPAutomationEventOperator;
        events: (ESPWeatherEvent | ESPWeatherCondition)[];
        location?: ESPGeoCoordinates;
        metadata?: any;
        name: string;
        retrigger: boolean;
    }
    Index

    Properties

    metadata?: any
    name: string
    retrigger: boolean