New services
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.

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
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)