@seamapi/http 1.13.1 → 1.15.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
@@ -2546,7 +2546,7 @@ var SeamHttpAcsEncoders = class _SeamHttpAcsEncoders {
2546
2546
  path: "/acs/encoders/list",
2547
2547
  method: "post",
2548
2548
  body,
2549
- responseKey: "devices"
2549
+ responseKey: "acs_encoders"
2550
2550
  });
2551
2551
  }
2552
2552
  scanCredential(body, options = {}) {
@@ -4295,6 +4295,15 @@ var SeamHttpThermostats = class _SeamHttpThermostats {
4295
4295
  options
4296
4296
  });
4297
4297
  }
4298
+ setHvacMode(body, options = {}) {
4299
+ return new SeamHttpRequest(this, {
4300
+ path: "/thermostats/set_hvac_mode",
4301
+ method: "post",
4302
+ body,
4303
+ responseKey: "action_attempt",
4304
+ options
4305
+ });
4306
+ }
4298
4307
  setTemperatureThreshold(body) {
4299
4308
  return new SeamHttpRequest(this, {
4300
4309
  path: "/thermostats/set_temperature_threshold",