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 humidity rose above a value you select. Note: this query will only return future events after this Applet is created.
- API endpoint slug
- weatherflow.history_of_humidity_rises_above_threshold
- Runtime method
- performQuery("weatherflow.history_of_humidity_rises_above_threshold")
Query fields
Device ID Dropdown list
- Label
- Which device?
- Helper text
- Which sensor device
- Slug
- device_id
- Required
- true
- Can have default value
- false
Humidity Text input > Other
- Label
- What humidity threshold?
- Helper text
- Enter a humidity threshold value.
- Slug
- humidity
- Required
- true
- Can have default value
- true
Ingredients
TimestampThe date and time of the event.
- Slug
- timestamp
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.Timestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
HumidityThe humidity level measured by the WeatherFlow Smart Weather Device.
- Slug
- humidity
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.Humidity
- Type
- String
- Example
- 77
Threshold valueThe humidity threshold value
- Slug
- threshold_value
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.ThresholdValue
- Type
- String
- Example
- 80
Station nameThe name of your WeatherFlow Smart Weather Station.
- Slug
- station_name
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.StationName
- Type
- String
- Example
- Home
Device nameThe name of your WeatherFlow Smart Weather Device.
- Slug
- device_name
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.DeviceName
- Type
- String
- Example
- Pool Air
Location nameThe name of your WeatherFlow Smart Weather Station.
- Slug
- location_name
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.LocationName
- Type
- String
- Example
- Home
Timestamp epochThe timestamp in epoch seconds.
- Slug
- timestamp_epoch
- Filter code
- Weatherflow.historyOfHumidityRisesAboveThreshold.TimestampEpoch
- Type
- String
- Example
- 1495654920