Delete a Climate Preset
POST /thermostats/delete_climate_preset ⇒ void
Deletes a specified climate preset for a specified thermostat.
Request
await seam.thermostats.deleteClimatePreset({
device_id: "123e4567-e89b-12d3-a456-426614174000",
climate_preset_key: "occupied",
});
Response
// void
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
climate_preset_key
climate_preset_key
Type: string
Required: Yes
Climate preset key of the desired climate preset.
device_id
device_id
Type: string
Required: Yes
ID of the desired thermostat device.
Return Type
void
Last updated
Was this helpful?