Turn your A/C on with a set temperature, mode and fan level.
- API endpoint slug
- sensibo.turn_ac_on
- Filter code method
- Sensibo.turnAcOn.skip(string?: reason)
- Runtime method
- runAction("sensibo.turn_ac_on", {})
Action fields
- Label
- Which pod?
- Helper text
- Select one of your installed pods
- Slug
- pod
- Required
- true
- Can have default value
- false
- Label
- Mode
- Helper text
- Set the mode for your pod
- Slug
- mode
- Required
- false
- Can have default value
- true
- Filter code method
- Sensibo.turnAcOn.setMode(string: mode)
- Label
- Temperature
- Helper text
- Set the target temperature for the A/C
- Slug
- temperature
- Required
- false
- Can have default value
- true
- Filter code method
- Sensibo.turnAcOn.setTemperature(string: temperature)
- Label
- Fan level
- Helper text
- Set the A/C fan level
- Slug
- fan_level
- Required
- false
- Can have default value
- true
- Filter code method
- Sensibo.turnAcOn.setFanLevel(string: fanLevel)