Skip to main content
POST
/
thermostats
/
simulate
/
hvac_mode_adjusted
await seam.thermostats.simulate.hvacModeAdjusted({
  device_id: "278a72ba-7deb-45e3-a0c0-573fd360ee7b",
  hvac_mode: "heat",
  heating_set_point_fahrenheit: 68,
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the thermostat device for which you want to simulate having adjusted the HVAC mode.

hvac_mode
enum<string>
required

HVAC mode that you want to simulate.

Available options:
off

Response

OK

ok
boolean
required