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

    Interface ESPWeatherEvent

    Interface representing a weather event

    interface ESPWeatherEvent {
        check: ESPAutomationConditionOperator;
        param: ESPWeatherParameter;
        value: string | number;
    }
    Index

    Properties

    Properties

    value: string | number