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 change the current fan mode of the device
- API endpoint slug
- bluelink.fan_setting
- Filter code method
- Bluelink.fanSetting.skip(string?: reason)
- Runtime method
- runAction("bluelink.fan_setting", {})
Action fields
Selected device Dropdown list
- Label
- Select Device
- Helper text
- Select the device for which you want to change the fan mode
- Slug
- selected_device
- Required
- true
- Can have default value
- false
Fan setting Dropdown list
- Label
- Fan Mode
- Helper text
- This is the desired fan mode
- Slug
- fan_setting
- Required
- true
- Can have default value
- true
- Filter code method
- Bluelink.fanSetting.setFanSetting(string: fanSetting)