Explore Plans
Mobile menu Close menu
SwitchBotSwitchBot

Turn A/C on

This action will ask SwitchBot Hub Plus to turn on or set your paired air conditioner with predefined mode, temperature and fan speed.

Developer info

API endpoint slug
switchbot.turn_on_ac
Filter code method
Switchbot.turnOnAc.skip(string?: reason)
Runtime method
runAction("switchbot.turn_on_ac", {})

Action fields

Chose a remote Dropdown list

Label
Choose an A/C
Slug
chose_a_remote
Required
true
Can have default value
false

Mode Dropdown list

Label
mode
Slug
mode
Required
true
Can have default value
true
Filter code method
Switchbot.turnOnAc.setMode(string: mode)

Temperature Dropdown list

Label
temperature
Slug
temperature
Required
true
Can have default value
true
Filter code method
Switchbot.turnOnAc.setTemperature(string: temperature)

Fan speed Dropdown list

Label
fan speed
Slug
fan_speed
Required
true
Can have default value
true
Filter code method
Switchbot.turnOnAc.setFanSpeed(string: fanSpeed)