homey-api 3.0.19 → 3.0.20

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.
@@ -452,7 +452,7 @@ class HomeyAPIV3 extends HomeyAPI {
452
452
  method,
453
453
  headers,
454
454
  path,
455
- originalBody,
455
+ body: originalBody,
456
456
  retryAfterRefresh: true,
457
457
  });
458
458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "3.0.19",
3
+ "version": "3.0.20",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [