About this query
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This query returns a list of when your WeatherFlow Smart Weather Station's wind speed rose above a value that you select. Note: this query will only return future events after this Applet is created.
- API endpoint slug
- weatherflow.history_of_wind_speed_rises_above_threshold
- Runtime method
- performQuery("weatherflow.history_of_wind_speed_rises_above_threshold")
Query fields
Device ID Dropdown list
- Label
- Which device?
- Slug
- device_id
- Required
- true
- Can have default value
- false
Wind speed Text input > Other
- Label
- What wind speed threshold?
- Helper text
- Enter a wind speed threshold value.
- Slug
- wind_speed
- Required
- true
- Can have default value
- true
Wind trigger field Dropdown list
- Label
- Which wind speed trigger field?
- Helper text
- Select either average or gust wind speed.
- Slug
- wind_trigger_field
- Required
- true
- Can have default value
- true
Units wind Dropdown list
- Label
- Which wind speed unit?
- Slug
- units_wind
- Required
- true
- Can have default value
- true
Ingredients
TimestampThe date and time of the event.
- Slug
- timestamp
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.Timestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Wind avgThe average wind speed measured by the WeatherFlow Smart Weather Device.
- Slug
- wind_avg
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.WindAvg
- Type
- String
- Example
- 12.5
Wind gustThe gust wind speed measured by the WeatherFlow Smart Weather Device.
- Slug
- wind_gust
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.WindGust
- Type
- String
- Example
- 15.7
Wind dirThe wind direction in degrees measured by the WeatherFlow Smart Weather Device.
- Slug
- wind_dir
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.WindDir
- Type
- String
- Example
- 145
Wind dir textThe cardinal wind direction measured by the WeatherFlow Smart Weather Device.
- Slug
- wind_dir_text
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.WindDirText
- Type
- String
- Example
- NW
Wind trigger fieldThe wind field (average or gust) used for the trigger value.
- Slug
- wind_trigger_field
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.WindTriggerField
- Type
- String
- Example
- average
Units windThe wind speed measurement unit.
- Slug
- units_wind
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.UnitsWind
- Type
- String
- Example
- mph
Threshold valueThe wind speed threshold value.
- Slug
- threshold_value
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.ThresholdValue
- Type
- String
- Example
- 15
Station nameThe name of your WeatherFlow Smart Weather Station.
- Slug
- station_name
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.StationName
- Type
- String
- Example
- Home
Device nameThe name of your WeatherFlow Smart Weather Device
- Slug
- device_name
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.DeviceName
- Type
- String
- Example
- Pool Sky
Timestamp epochThe timestamp in epoch seconds.
- Slug
- timestamp_epoch
- Filter code
- Weatherflow.historyOfWindSpeedRisesAboveThreshold.TimestampEpoch
- Type
- String
- Example
- 1495654920