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.
|
@@ -48,8 +48,9 @@ class HomeyAPIApp extends HomeyAPIV2 {
|
|
|
48
48
|
static DISCOVERY_STRATEGIES = {};
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
|
-
* @param {
|
|
52
|
-
* @param {
|
|
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,
|