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 temperature 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_temperature_exceeds_threshold
- Runtime method
- performQuery("weatherflow.history_of_temperature_exceeds_threshold")
Query fields
Device ID Dropdown list
- Label
- Which device?
- Helper text
- Select name of your AIR or SKY device
- Slug
- device_id
- Required
- true
- Can have default value
- false
Temperature Text input > Other
- Label
- Temperature threshold
- Helper text
- Enter a temperature threshold value.
- Slug
- temperature
- Required
- true
- Can have default value
- true
Units temp Dropdown list
- Label
- Which temperature unit?
- Slug
- units_temp
- Required
- true
- Can have default value
- true
Ingredients
TimestampThe date and time of the event.
- Slug
- timestamp
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.Timestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Air tempThe temperature measured by the WeatherFlow Smart Weather Device.
- Slug
- air_temp
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.AirTemp
- Type
- String
- Example
- 72
Units tempThe temperature measurement unit.
- Slug
- units_temp
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.UnitsTemp
- Type
- String
- Example
- Fahrenheit
Station nameThe name of your WeatherFlow Smart Weather Station.
- Slug
- station_name
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.StationName
- Type
- String
- Example
- Home
Device nameThe name of your WeatherFlow Smart Weather sensor device.
- Slug
- device_name
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.DeviceName
- Type
- String
- Example
- Air - Back yard
Threshold valueThe temperature threshold value.
- Slug
- threshold_value
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.ThresholdValue
- Type
- String
- Example
- 70
Timestamp epochThe timestamp in epoch seconds.
- Slug
- timestamp_epoch
- Filter code
- Weatherflow.historyOfTemperatureExceedsThreshold.TimestampEpoch
- Type
- String
- Example
- 1495654920