This action will set the desired temperature HEAT & COOL mode range.
- API endpoint slug
- google_nest_thermostat.set_temperature_range
- Filter code method
- GoogleNestThermostat.setTemperatureRange.skip(string?: reason)
- Runtime method
- runAction("google_nest_thermostat.set_temperature_range", {})
Action fields
- Label
- Which Thermostat?
- Helper text
- Select your Nest Thermostat
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Celcius or Fahrenheit
- Helper text
- Select the unit of temperature
- Slug
- temperature_unit
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleNestThermostat.setTemperatureRange.setTemperature Unit(string: temperature_unit)
- Label
- Heat Temperature
- Helper text
- Temperature value. Heat temperature must be less than cool temperature.
- Slug
- heat_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleNestThermostat.setTemperatureRange.setHeat Temperature(string: heat_temperature)
- Label
- Cool Temperature
- Helper text
- Set cool temperature. Cool temperature must be more than heat temperature.
- Slug
- cool_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleNestThermostat.setTemperatureRange.setCool Temperature(string: cool_temperature)