homey-api 3.19.0 → 3.19.1
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.
|
@@ -3137,6 +3137,8 @@ export class AthomBackupAPI {
|
|
|
3137
3137
|
|
|
3138
3138
|
homeyPlatformVersion?: number;
|
|
3139
3139
|
|
|
3140
|
+
homeyModel?: string;
|
|
3141
|
+
|
|
3140
3142
|
version?: string;
|
|
3141
3143
|
|
|
3142
3144
|
channel?: string;
|
|
@@ -3197,6 +3199,8 @@ export class AthomBackupAPI {
|
|
|
3197
3199
|
|
|
3198
3200
|
homeyPlatformVersion?: number;
|
|
3199
3201
|
|
|
3202
|
+
homeyModel?: string;
|
|
3203
|
+
|
|
3200
3204
|
version?: string;
|
|
3201
3205
|
|
|
3202
3206
|
channel?: string;
|
|
@@ -6691,6 +6695,8 @@ export class AthomBackupAPI {
|
|
|
6691
6695
|
|
|
6692
6696
|
homeyPlatformVersion?: number;
|
|
6693
6697
|
|
|
6698
|
+
homeyModel?: string;
|
|
6699
|
+
|
|
6694
6700
|
version?: string;
|
|
6695
6701
|
|
|
6696
6702
|
channel?: string;
|
|
@@ -6751,6 +6757,8 @@ export class AthomBackupAPI {
|
|
|
6751
6757
|
|
|
6752
6758
|
homeyPlatformVersion?: number;
|
|
6753
6759
|
|
|
6760
|
+
homeyModel?: string;
|
|
6761
|
+
|
|
6754
6762
|
version?: string;
|
|
6755
6763
|
|
|
6756
6764
|
channel?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homey-api",
|
|
3
|
-
"version": "3.19.
|
|
3
|
+
"version": "3.19.1",
|
|
4
4
|
"description": "Homey API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "SEE LICENSE",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"socket.io-client": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@athombv/jsdoc-template": "^1.
|
|
64
|
+
"@athombv/jsdoc-template": "^1.7.0",
|
|
65
65
|
"@babel/core": "^7.16.0",
|
|
66
66
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
67
67
|
"@babel/preset-env": "^7.16.0",
|