homey-api 1.10.16 → 1.10.18

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.
@@ -178,7 +178,6 @@
178
178
  },
179
179
  "value": {
180
180
  "in": "body",
181
- "type": "object",
182
181
  "required": true
183
182
  }
184
183
  }
@@ -4383,6 +4382,30 @@
4383
4382
  "homey.system"
4384
4383
  ],
4385
4384
  "parameters": {}
4385
+ },
4386
+ "getLog": {
4387
+ "method": "get",
4388
+ "path": "/log",
4389
+ "private": false,
4390
+ "scopes": [
4391
+ "homey.system"
4392
+ ],
4393
+ "parameters": {}
4394
+ },
4395
+ "setLogEnabled": {
4396
+ "method": "put",
4397
+ "path": "/log",
4398
+ "private": false,
4399
+ "scopes": [
4400
+ "homey.system"
4401
+ ],
4402
+ "parameters": {
4403
+ "enabled": {
4404
+ "in": "body",
4405
+ "type": "boolean",
4406
+ "required": true
4407
+ }
4408
+ }
4386
4409
  }
4387
4410
  }
4388
4411
  }
@@ -11058,7 +11058,7 @@
11058
11058
 
11059
11059
 
11060
11060
 
11061
- value: object,
11061
+ value: *,
11062
11062
 
11063
11063
 
11064
11064
  },
@@ -15054,6 +15054,30 @@
15054
15054
 
15055
15055
 
15056
15056
 
15057
+ ):
15058
+ Promise<any>;
15059
+
15060
+ getLog(
15061
+
15062
+ ):
15063
+ Promise<any>;
15064
+
15065
+ setLogEnabled(
15066
+
15067
+
15068
+
15069
+
15070
+ opts: {
15071
+
15072
+
15073
+ enabled: boolean,
15074
+
15075
+
15076
+ },
15077
+
15078
+
15079
+
15080
+
15057
15081
  ):
15058
15082
  Promise<any>;
15059
15083
 
@@ -17015,7 +17015,7 @@
17015
17015
 
17016
17016
 
17017
17017
 
17018
- value: object,
17018
+ value: *,
17019
17019
 
17020
17020
 
17021
17021
  },
@@ -21162,6 +21162,30 @@
21162
21162
 
21163
21163
  flashFirmware(
21164
21164
 
21165
+ ):
21166
+ Promise<any>;
21167
+
21168
+ getLog(
21169
+
21170
+ ):
21171
+ Promise<any>;
21172
+
21173
+ setLogEnabled(
21174
+
21175
+
21176
+
21177
+
21178
+ opts: {
21179
+
21180
+
21181
+ enabled: boolean,
21182
+
21183
+
21184
+ },
21185
+
21186
+
21187
+
21188
+
21165
21189
  ):
21166
21190
  Promise<any>;
21167
21191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homey-api",
3
- "version": "1.10.16",
3
+ "version": "1.10.18",
4
4
  "description": "Homey API",
5
5
  "main": "index.js",
6
6
  "files": [