Create a Climate Preset
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a for a specified .
Specify the device_id
of the desired thermostat, along with the desired settings for the climate preset, including manual_override_allowed
.
Code
Output
climate_preset_key
String (Required)
device_id
String (Required)
ID of the thermostat device for which you want create a climate preset.
cooling_set_point_celsius
Number
cooling_set_point_fahrenheit
Number
fan_mode_setting
String
heating_set_point_celsius
Number
heating_set_point_fahrenheit
Number
hvac_mode_setting
String
manual_override_allowed
Boolean
Indicates whether a person at the thermostat or using the API can change the thermostat's settings.
name
String
void
Unique key to identify the .
Temperature to which the thermostat should cool (in °C). See also .
Temperature to which the thermostat should cool (in °F). See also .
Desired , such as on
, auto
, or circulate
.
Temperature to which the thermostat should heat (in °C). See also .
Temperature to which the thermostat should heat (in °F). See also .
Desired setting, such as heat
, cool
, heat_cool
, or off
.
User-friendly name to identify the .