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 the humidity level of the room your humidifier was in rises above a specified humidity level. Note: this query will only return future events after this Applet is created.
- API endpoint slug
- wemo_humidifier.history_of_humidity_level_rises_above_threshold
- Runtime method
- performQuery("wemo_humidifier.history_of_humidity_level_rises_above_threshold")
Query fields
Macaddress Dropdown list
- Label
- Which device?
- Helper text
- Name of your WeMo humidifier.
- Slug
- macaddress
- Required
- true
- Can have default value
- false
Sub type Text input > Regular expression
- Label
- Humidity level threshold (percentage)
- Helper text
- Enter any value from 1 to 100.
- Slug
- subType
- Required
- true
- Can have default value
- true
Ingredients
Triggered atDate and time event was created.
- Slug
- created_at
- Filter code
- WemoHumidifier.historyOfHumidityLevelRisesAboveThreshold.TriggeredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Wemo humidifier nameName of your WeMo humidifier.
- Slug
- device_name
- Filter code
- WemoHumidifier.historyOfHumidityLevelRisesAboveThreshold.WemoHumidifierName
- Type
- String
- Example
- Humidifier
Humidity level thresholdDesired humidity level threshold.
- Slug
- subType
- Filter code
- WemoHumidifier.historyOfHumidityLevelRisesAboveThreshold.HumidityLevelThreshold
- Type
- String
- Example
- 70%