homey-api 1.10.9 → 1.10.10

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.
@@ -264,6 +264,9 @@
264
264
 
265
265
 
266
266
 
267
+ args: {
268
+
269
+
267
270
  homey: Homey,
268
271
 
269
272
 
@@ -271,6 +274,9 @@
271
274
  debug: boolean,
272
275
 
273
276
 
277
+ },
278
+
279
+
274
280
 
275
281
 
276
282
  )
@@ -48,8 +48,9 @@ class HomeyAPIApp extends HomeyAPIV2 {
48
48
  static DISCOVERY_STRATEGIES = {};
49
49
 
50
50
  /**
51
- * @param {Homey} homey - The Homey instance of your app, usually `this.homey`.
52
- * @param {boolean} [debug=false] - Enable debug logs.
51
+ * @param {Object} args
52
+ * @param {Homey} args.homey - The Homey instance of your app, usually `this.homey`.
53
+ * @param {boolean} [args.debug=false] - Enable debug logs.
53
54
  */
54
55
  constructor({
55
56
  homey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.10.9",
3
+ "version": "1.10.10",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [