Set the Fallback Climate Preset
await seam.thermostats.setFallbackClimatePreset({
device_id: "9a21ddcb-8eeb-4351-8770-1835c3db8b2e",
climate_preset_key: "Eco",
});// voidcurl --include --request POST "https://connect.getseam.com/thermostats/set_fallback_climate_preset" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "9a21ddcb-8eeb-4351-8770-1835c3db8b2e",
"climate_preset_key": "Eco"
}
EOF{}Request Parameters
Response
Last updated
Was this helpful?

