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

    Weather parameter based automation event.

    interface ESPCDFWeatherEvent {
        check: ESPCDFAutomationConditionOperator;
        param: ESPCDFWeatherParameter;
        value: string | number;
    }
    Index

    Properties

    Properties

    value: string | number