HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelogLog In
Changelog
added

v1.1.0

Summary: added set tenant mode, set hvac mode, and resume schedule routes

New

  • PATCH /api/v1/thermostats/{thermostatId}/tenantMode this route will put a thermostat into or out of tenant mode. For more information on tenant mode please see https://docs.sb.ecobee.com/docs/tenant-mode
  • PATCH /api/v1/thermostats/{thermostatId}/hvacMode this route allows for setting the hvac mode on the thermostat.
  • POST /api/v1/thermostats/{thermostatId}/resumeSchedule this route will cancel any current hold on a thermostat and resume the regular schedule

Updated

  • the returned object on GET /api/v1/thermostats/{thermostatId} now also returns the list of available HVAC modes on the thermostat