await seam.thermostats.simulate.hvacModeAdjusted({
device_id: "278a72ba-7deb-45e3-a0c0-573fd360ee7b",
hvac_mode: "heat",
heating_set_point_fahrenheit: 68,
});
/*
// void
*/{}Simulations
HVAC Mode Adjusted
Simulates having adjusted the HVAC mode for a thermostat. Only applicable for sandbox devices. See also Testing Your Thermostat App with Simulate Endpoints.
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
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type object.
Was this page helpful?