This Action will control the SwitchBot Smart Fan.
- API endpoint slug
- switchbot.turn_on_wofan
- Filter code method
- Switchbot.turnOnWofan.skip(string?: reason)
- Runtime method
- runAction("switchbot.turn_on_wofan", {})
Action fields
- Label
- Choose a fan
- Slug
- chose_a_device
- Required
- true
- Can have default value
- false
- Label
- Turn ON/OFF
- Slug
- turn_on_off
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnWofan.setTurnOnOff(string: turnOnOff)
- Label
- Wind mode
- Slug
- wind_mode
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnWofan.setWindMode(string: windMode)
- Label
- Fan speed
- Slug
- wind_speed_level
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnWofan.setWindSpeedLevel(string: windSpeedLevel)
- Label
- Oscillation angle
- Slug
- fan_shake_angle
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnWofan.setFanShakeAngle(string: fanShakeAngle)