About this action
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 Action will adjust your humidifier to your specified fan mode (Max, High, Medium, Low, Min, Off).
- API endpoint slug
- wemo_humidifier.attribute_humidifierModeChange
- Filter code method
- WemoHumidifier.attributeHumidifierModeChange.skip(string?: reason)
- Runtime method
- runAction("wemo_humidifier.attribute_humidifierModeChange", {})
Action 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 Dropdown list
- Label
- What fan mode?
- Helper text
- Please select fan mode.
- Slug
- subType
- Required
- true
- Can have default value
- true
- Filter code method
- WemoHumidifier.attributeHumidifierModeChange.setSubType(string: subType)