@seamapi/http 1.9.0 → 1.10.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
@@ -4266,7 +4266,7 @@ var SeamHttpThermostats = class _SeamHttpThermostats {
4266
4266
  path: "/thermostats/list",
4267
4267
  method: "post",
4268
4268
  body,
4269
- responseKey: "thermostats"
4269
+ responseKey: "devices"
4270
4270
  });
4271
4271
  }
4272
4272
  off(body, options = {}) {