This action will turn on your thermostat's fan for X minutes.
- API endpoint slug
- google_nest_thermostat.turn_on_fan
- Filter code method
- GoogleNestThermostat.turnOnFan.skip(string?: reason)
- Runtime method
- runAction("google_nest_thermostat.turn_on_fan", {})
Action fields
- Label
- Which Thermostat?
- Helper text
- Select your Nest Thermostat
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Minutes
- Helper text
- Duration (in minutes) of how long you want the fan to stay on. If left blank, the default duration of 15 minutes will be applied.
- Slug
- minutes
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleNestThermostat.turnOnFan.setMinutes(string: minutes)