Update a Climate Preset
Updates a specified climate preset for a specified thermostat.
Request
Response
Request Parameters
climate_preset_key
climate_preset_key
Type: string
Required: Yes
Unique key to identify the climate preset.
cooling_set_point_celsius
cooling_set_point_celsius
Type: number
Required: No
Temperature to which the thermostat should cool (in °C). See also Set Points.
cooling_set_point_fahrenheit
cooling_set_point_fahrenheit
Type: number
Required: No
Temperature to which the thermostat should cool (in °F).
device_id
device_id
Type: string
Required: Yes
ID of the desired thermostat device.
fan_mode_setting
fan_mode_setting
Type: string
Required: No
Desired fan mode setting, such as on
, auto
, or circulate
.
heating_set_point_celsius
heating_set_point_celsius
Type: number
Required: No
Temperature to which the thermostat should heat (in °C).
heating_set_point_fahrenheit
heating_set_point_fahrenheit
Type: number
Required: No
Temperature to which the thermostat should heat (in °F).
hvac_mode_setting
hvac_mode_setting
Type: string
Required: No
Desired HVAC mode setting, such as heat
, cool
, heat_cool
, or off
.
manual_override_allowed
manual_override_allowed
Type: boolean
Required: Yes
Indicates whether a person at the thermostat can change the thermostat's settings.
name
name
Type: string
Required: No
User-friendly name to identify the climate preset.
Return Type
void
Last updated