This action will ask Tapo Hub to change the fan speed level of the paired air conditioner device to specified value using the infrared remote control.
- API endpoint slug
- tplink_tapo.action_change_ac_fan_speed_level
- Filter code method
- TplinkTapo.actionChangeAcFanSpeedLevel.skip(string?: reason)
- Runtime method
- runAction("tplink_tapo.action_change_ac_fan_speed_level", {})
Action fields
- Label
- Which Devices?
- Helper text
- The name of the device that you are expecting to control.
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Which level to set to?
- Helper text
- Please select a level that you want to set
- Slug
- speed_level
- Required
- true
- Can have default value
- true
- Filter code method
- TplinkTapo.actionChangeAcFanSpeedLevel.setSpeedLevel(string: speedLevel)