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

    Interface ESPDaylightAutomationDetails

    Interface representing daylight automation details

    interface ESPDaylightAutomationDetails {
        actions: ESPAutomationAction[];
        eventOperator: ESPAutomationEventOperator;
        events: ESPDaylightEvent[];
        location?: ESPGeoCoordinates;
        metadata?: any;
        name: string;
        retrigger: boolean;
    }
    Index

    Properties

    metadata?: any
    name: string
    retrigger: boolean