homey-api 1.5.16 → 1.5.17

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.
@@ -167,10 +167,7 @@ class Manager extends EventEmitter {
167
167
  }
168
168
  case 'body': {
169
169
  if (parameter.root) {
170
- body = {
171
- ...body,
172
- ...value,
173
- };
170
+ body = value;
174
171
  } else {
175
172
  body[parameterId] = value;
176
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.5.16",
3
+ "version": "1.5.17",
4
4
  "description": "Homey API",
5
5
  "main": "src/index.js",
6
6
  "types": "assets/types/homey-api.d.ts",