This action will ask SwitchBot Hub Plus to turn on or set your paired air conditioner with predefined mode, temperature and fan speed.
- API endpoint slug
- switchbot.turn_on_ac
- Filter code method
- Switchbot.turnOnAc.skip(string?: reason)
- Runtime method
- runAction("switchbot.turn_on_ac", {})
Action fields
- Label
- Choose an A/C
- Slug
- chose_a_remote
- Required
- true
- Can have default value
- false
- Label
- mode
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnAc.setMode(string: mode)
- Label
- temperature
- Slug
- temperature
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnAc.setTemperature(string: temperature)
- Label
- fan speed
- Slug
- fan_speed
- Required
- true
- Can have default value
- true
- Filter code method
- Switchbot.turnOnAc.setFanSpeed(string: fanSpeed)