homey-api 1.5.6 → 1.5.7

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.
@@ -258,6 +258,17 @@
258
258
  }
259
259
  }
260
260
  },
261
+ "getAppDriversStats": {
262
+ "path": "/app/{appId}/drivers/stats",
263
+ "method": "get",
264
+ "parameters": {
265
+ "appId": {
266
+ "in": "path",
267
+ "type": "string",
268
+ "required": true
269
+ }
270
+ }
271
+ },
261
272
  "getBuilds": {
262
273
  "path": "/app/{appId}/build",
263
274
  "method": "get",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Homey API",
5
5
  "main": "src/index.js",
6
6
  "types": "assets/types/homey-api.d.ts",