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 help to control the fan level
- API endpoint slug
- iotics.fan_levels
- Filter code method
- Iotics.fanLevels.skip(string?: reason)
- Runtime method
- runAction("iotics.fan_levels", {})
Action fields
Fan device Dropdown list
- Label
- Select the iotics switch for fan control
- Helper text
- This is to select the particular iotics device that has fan
- Slug
- fan_device
- Required
- true
- Can have default value
- false
Fan level Dropdown list
- Label
- Select the level for the fan
- Helper text
- select the fan level from 1 to 10
- Slug
- fan_level
- Required
- true
- Can have default value
- true
- Filter code method
- Iotics.fanLevels.setFanLevel(string: fanLevel)