@seamapi/http 1.11.1 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -4295,6 +4295,14 @@ var SeamHttpThermostats = class _SeamHttpThermostats {
4295
4295
  options
4296
4296
  });
4297
4297
  }
4298
+ setTemperatureThreshold(body) {
4299
+ return new SeamHttpRequest(this, {
4300
+ path: "/thermostats/set_temperature_threshold",
4301
+ method: "post",
4302
+ body,
4303
+ responseKey: void 0
4304
+ });
4305
+ }
4298
4306
  updateClimatePreset(body) {
4299
4307
  return new SeamHttpRequest(this, {
4300
4308
  path: "/thermostats/update_climate_preset",