Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
Nest ThermostatNest Thermostat

Set temperature

This Action will set a Nest Thermostat to the temperature you specify. NOTE: works only when Nest is set to Home.

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
This Action will set a Nest Thermostat to the temperature you specify. NOTE: works only when Nest is set to Home.
API endpoint slug
nest_thermostat.set_temperature
Filter code method
NestThermostat.setTemperature.skip(string?: reason)
Runtime method
runAction("nest_thermostat.set_temperature", {})

Action fields

Nest thermostat Dropdown list
Label
Which device?
Slug
nest_thermostat
Required
true
Can have default value
false
Temperature value Text input
Label
Temperature
Slug
temperature_value
Required
true
Can have default value
true
Filter code method
NestThermostat.setTemperature.setTemperatureValue(string: temperatureValue)
Temperature units Dropdown list
Label
Degrees in
Slug
temperature_units
Required
true
Can have default value
true
Filter code method
NestThermostat.setTemperature.setTemperatureUnits(string: temperatureUnits)