homey-api 1.10.5 → 1.10.6
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.
|
@@ -16,22 +16,6 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"ManagerArp": {
|
|
20
|
-
"id": "arp",
|
|
21
|
-
"idCamelCase": "arp",
|
|
22
|
-
"items": {},
|
|
23
|
-
"operations": {
|
|
24
|
-
"getState": {
|
|
25
|
-
"method": "get",
|
|
26
|
-
"path": "/state",
|
|
27
|
-
"private": false,
|
|
28
|
-
"scopes": [
|
|
29
|
-
"homey.system.readonly"
|
|
30
|
-
],
|
|
31
|
-
"parameters": {}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
19
|
"ManagerApps": {
|
|
36
20
|
"id": "apps",
|
|
37
21
|
"idCamelCase": "apps",
|
|
@@ -82,6 +66,25 @@
|
|
|
82
66
|
},
|
|
83
67
|
"parameters": {}
|
|
84
68
|
},
|
|
69
|
+
"getApp": {
|
|
70
|
+
"method": "get",
|
|
71
|
+
"path": "/app/:id",
|
|
72
|
+
"private": false,
|
|
73
|
+
"scopes": [
|
|
74
|
+
"homey.app.readonly"
|
|
75
|
+
],
|
|
76
|
+
"crud": {
|
|
77
|
+
"type": "getOne",
|
|
78
|
+
"item": "App"
|
|
79
|
+
},
|
|
80
|
+
"parameters": {
|
|
81
|
+
"id": {
|
|
82
|
+
"in": "path",
|
|
83
|
+
"type": "string",
|
|
84
|
+
"required": true
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
85
88
|
"installFromAppStore": {
|
|
86
89
|
"method": "post",
|
|
87
90
|
"path": "/store",
|
|
@@ -274,6 +277,37 @@
|
|
|
274
277
|
"required": true
|
|
275
278
|
}
|
|
276
279
|
}
|
|
280
|
+
},
|
|
281
|
+
"getAppLocales": {
|
|
282
|
+
"method": "get",
|
|
283
|
+
"path": "/app/:id/locale",
|
|
284
|
+
"private": false,
|
|
285
|
+
"scopes": [
|
|
286
|
+
"homey.app.readonly"
|
|
287
|
+
],
|
|
288
|
+
"parameters": {
|
|
289
|
+
"id": {
|
|
290
|
+
"in": "path",
|
|
291
|
+
"type": "string",
|
|
292
|
+
"required": true
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"ManagerArp": {
|
|
299
|
+
"id": "arp",
|
|
300
|
+
"idCamelCase": "arp",
|
|
301
|
+
"items": {},
|
|
302
|
+
"operations": {
|
|
303
|
+
"getState": {
|
|
304
|
+
"method": "get",
|
|
305
|
+
"path": "/state",
|
|
306
|
+
"private": false,
|
|
307
|
+
"scopes": [
|
|
308
|
+
"homey.system.readonly"
|
|
309
|
+
],
|
|
310
|
+
"parameters": {}
|
|
277
311
|
}
|
|
278
312
|
}
|
|
279
313
|
},
|
|
@@ -426,6 +460,15 @@
|
|
|
426
460
|
],
|
|
427
461
|
"parameters": {}
|
|
428
462
|
},
|
|
463
|
+
"getBridges": {
|
|
464
|
+
"method": "get",
|
|
465
|
+
"path": "/bridge",
|
|
466
|
+
"private": false,
|
|
467
|
+
"scopes": [
|
|
468
|
+
"homey.system.readonly"
|
|
469
|
+
],
|
|
470
|
+
"parameters": {}
|
|
471
|
+
},
|
|
429
472
|
"pairBridge": {
|
|
430
473
|
"method": "post",
|
|
431
474
|
"path": "/bridge",
|
|
@@ -845,6 +888,9 @@
|
|
|
845
888
|
},
|
|
846
889
|
"virtualClass": {
|
|
847
890
|
"type": "string"
|
|
891
|
+
},
|
|
892
|
+
"uiIndicator": {
|
|
893
|
+
"type": "string"
|
|
848
894
|
}
|
|
849
895
|
}
|
|
850
896
|
}
|
|
@@ -975,6 +1021,28 @@
|
|
|
975
1021
|
"required": true
|
|
976
1022
|
}
|
|
977
1023
|
}
|
|
1024
|
+
},
|
|
1025
|
+
"runApp": {
|
|
1026
|
+
"method": "post",
|
|
1027
|
+
"path": "/",
|
|
1028
|
+
"private": false,
|
|
1029
|
+
"scopes": [
|
|
1030
|
+
"homey.app"
|
|
1031
|
+
],
|
|
1032
|
+
"parameters": {
|
|
1033
|
+
"debug": {
|
|
1034
|
+
"in": "body",
|
|
1035
|
+
"type": "string"
|
|
1036
|
+
},
|
|
1037
|
+
"env": {
|
|
1038
|
+
"in": "body",
|
|
1039
|
+
"type": "string"
|
|
1040
|
+
},
|
|
1041
|
+
"purgeSettings": {
|
|
1042
|
+
"in": "body",
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
978
1046
|
}
|
|
979
1047
|
}
|
|
980
1048
|
},
|
|
@@ -1192,8 +1260,7 @@
|
|
|
1192
1260
|
},
|
|
1193
1261
|
"data": {
|
|
1194
1262
|
"in": "body",
|
|
1195
|
-
"type": "object"
|
|
1196
|
-
"required": true
|
|
1263
|
+
"type": "object"
|
|
1197
1264
|
}
|
|
1198
1265
|
}
|
|
1199
1266
|
},
|
|
@@ -1217,8 +1284,7 @@
|
|
|
1217
1284
|
},
|
|
1218
1285
|
"data": {
|
|
1219
1286
|
"in": "body",
|
|
1220
|
-
"type": "object"
|
|
1221
|
-
"required": true
|
|
1287
|
+
"type": "object"
|
|
1222
1288
|
}
|
|
1223
1289
|
}
|
|
1224
1290
|
},
|
|
@@ -1242,8 +1308,7 @@
|
|
|
1242
1308
|
"required": true,
|
|
1243
1309
|
"properties": {
|
|
1244
1310
|
"name": {
|
|
1245
|
-
"type": "string"
|
|
1246
|
-
"required": true
|
|
1311
|
+
"type": "string"
|
|
1247
1312
|
},
|
|
1248
1313
|
"data": {
|
|
1249
1314
|
"required": true
|
|
@@ -1867,6 +1932,10 @@
|
|
|
1867
1932
|
"in": "body",
|
|
1868
1933
|
"type": "object"
|
|
1869
1934
|
},
|
|
1935
|
+
"state": {
|
|
1936
|
+
"in": "body",
|
|
1937
|
+
"type": "object"
|
|
1938
|
+
},
|
|
1870
1939
|
"droptoken": {
|
|
1871
1940
|
"in": "body",
|
|
1872
1941
|
"type": "string"
|
|
@@ -1912,6 +1981,10 @@
|
|
|
1912
1981
|
"in": "body",
|
|
1913
1982
|
"type": "object"
|
|
1914
1983
|
},
|
|
1984
|
+
"state": {
|
|
1985
|
+
"in": "body",
|
|
1986
|
+
"type": "object"
|
|
1987
|
+
},
|
|
1915
1988
|
"droptoken": {
|
|
1916
1989
|
"in": "body",
|
|
1917
1990
|
"type": "string"
|
|
@@ -2052,6 +2125,21 @@
|
|
|
2052
2125
|
"required": true
|
|
2053
2126
|
}
|
|
2054
2127
|
}
|
|
2128
|
+
},
|
|
2129
|
+
"triggerAdvancedFlow": {
|
|
2130
|
+
"method": "post",
|
|
2131
|
+
"path": "/advancedflow/:id/trigger",
|
|
2132
|
+
"private": false,
|
|
2133
|
+
"scopes": [
|
|
2134
|
+
"homey.flow.start"
|
|
2135
|
+
],
|
|
2136
|
+
"parameters": {
|
|
2137
|
+
"id": {
|
|
2138
|
+
"in": "path",
|
|
2139
|
+
"type": "string",
|
|
2140
|
+
"required": true
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2055
2143
|
}
|
|
2056
2144
|
}
|
|
2057
2145
|
},
|
|
@@ -2101,16 +2189,16 @@
|
|
|
2101
2189
|
"idCamelCase": "geolocation",
|
|
2102
2190
|
"items": {},
|
|
2103
2191
|
"operations": {
|
|
2104
|
-
"
|
|
2192
|
+
"getOptionAddress": {
|
|
2105
2193
|
"method": "GET",
|
|
2106
|
-
"path": "/option/
|
|
2194
|
+
"path": "/option/address",
|
|
2107
2195
|
"scopes": [
|
|
2108
2196
|
"homey.geolocation.readonly"
|
|
2109
2197
|
]
|
|
2110
2198
|
},
|
|
2111
|
-
"
|
|
2199
|
+
"setOptionAddress": {
|
|
2112
2200
|
"method": "PUT",
|
|
2113
|
-
"path": "/option/
|
|
2201
|
+
"path": "/option/address",
|
|
2114
2202
|
"scopes": [
|
|
2115
2203
|
"homey.geolocation"
|
|
2116
2204
|
],
|
|
@@ -2121,9 +2209,9 @@
|
|
|
2121
2209
|
}
|
|
2122
2210
|
}
|
|
2123
2211
|
},
|
|
2124
|
-
"
|
|
2212
|
+
"unsetOptionAddress": {
|
|
2125
2213
|
"method": "DELETE",
|
|
2126
|
-
"path": "/option/
|
|
2214
|
+
"path": "/option/address",
|
|
2127
2215
|
"scopes": [
|
|
2128
2216
|
"homey.geolocation"
|
|
2129
2217
|
]
|
|
@@ -2476,33 +2564,6 @@
|
|
|
2476
2564
|
"homey.system"
|
|
2477
2565
|
]
|
|
2478
2566
|
},
|
|
2479
|
-
"getOptionBrightness": {
|
|
2480
|
-
"method": "GET",
|
|
2481
|
-
"path": "/option/brightness",
|
|
2482
|
-
"scopes": [
|
|
2483
|
-
"homey.system.readonly"
|
|
2484
|
-
]
|
|
2485
|
-
},
|
|
2486
|
-
"setOptionBrightness": {
|
|
2487
|
-
"method": "PUT",
|
|
2488
|
-
"path": "/option/brightness",
|
|
2489
|
-
"scopes": [
|
|
2490
|
-
"homey.system"
|
|
2491
|
-
],
|
|
2492
|
-
"parameters": {
|
|
2493
|
-
"value": {
|
|
2494
|
-
"in": "body",
|
|
2495
|
-
"required": true
|
|
2496
|
-
}
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
"unsetOptionBrightness": {
|
|
2500
|
-
"method": "DELETE",
|
|
2501
|
-
"path": "/option/brightness",
|
|
2502
|
-
"scopes": [
|
|
2503
|
-
"homey.system"
|
|
2504
|
-
]
|
|
2505
|
-
},
|
|
2506
2567
|
"getState": {
|
|
2507
2568
|
"method": "get",
|
|
2508
2569
|
"path": "/state",
|
|
@@ -2984,6 +3045,26 @@
|
|
|
2984
3045
|
}
|
|
2985
3046
|
}
|
|
2986
3047
|
},
|
|
3048
|
+
"replay": {
|
|
3049
|
+
"method": "post",
|
|
3050
|
+
"path": "/replay",
|
|
3051
|
+
"private": false,
|
|
3052
|
+
"scopes": [
|
|
3053
|
+
"homey.system"
|
|
3054
|
+
],
|
|
3055
|
+
"parameters": {
|
|
3056
|
+
"frequency": {
|
|
3057
|
+
"in": "body",
|
|
3058
|
+
"type": "string",
|
|
3059
|
+
"required": true
|
|
3060
|
+
},
|
|
3061
|
+
"data": {
|
|
3062
|
+
"in": "body",
|
|
3063
|
+
"type": "array",
|
|
3064
|
+
"required": true
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
2987
3068
|
"emulate": {
|
|
2988
3069
|
"method": "post",
|
|
2989
3070
|
"path": "/:frequency/emulate",
|
|
@@ -3064,6 +3145,22 @@
|
|
|
3064
3145
|
}
|
|
3065
3146
|
}
|
|
3066
3147
|
},
|
|
3148
|
+
"ManagerSafety": {
|
|
3149
|
+
"id": "safety",
|
|
3150
|
+
"idCamelCase": "safety",
|
|
3151
|
+
"items": {},
|
|
3152
|
+
"operations": {
|
|
3153
|
+
"getState": {
|
|
3154
|
+
"method": "get",
|
|
3155
|
+
"path": "/state",
|
|
3156
|
+
"private": false,
|
|
3157
|
+
"scopes": [
|
|
3158
|
+
"homey.system.readonly"
|
|
3159
|
+
],
|
|
3160
|
+
"parameters": {}
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3067
3164
|
"ManagerSatellites": {
|
|
3068
3165
|
"id": "satellites",
|
|
3069
3166
|
"idCamelCase": "satellites",
|
|
@@ -3080,6 +3177,22 @@
|
|
|
3080
3177
|
}
|
|
3081
3178
|
}
|
|
3082
3179
|
},
|
|
3180
|
+
"ManagerSecurity": {
|
|
3181
|
+
"id": "security",
|
|
3182
|
+
"idCamelCase": "security",
|
|
3183
|
+
"items": {},
|
|
3184
|
+
"operations": {
|
|
3185
|
+
"getState": {
|
|
3186
|
+
"method": "get",
|
|
3187
|
+
"path": "/state",
|
|
3188
|
+
"private": false,
|
|
3189
|
+
"scopes": [
|
|
3190
|
+
"homey.system.readonly"
|
|
3191
|
+
],
|
|
3192
|
+
"parameters": {}
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3083
3196
|
"ManagerSessions": {
|
|
3084
3197
|
"id": "sessions",
|
|
3085
3198
|
"idCamelCase": "sessions",
|
|
@@ -3267,24 +3380,6 @@
|
|
|
3267
3380
|
"homey.system"
|
|
3268
3381
|
],
|
|
3269
3382
|
"parameters": {}
|
|
3270
|
-
},
|
|
3271
|
-
"startBluFi": {
|
|
3272
|
-
"method": "post",
|
|
3273
|
-
"path": "/blufi/start",
|
|
3274
|
-
"private": false,
|
|
3275
|
-
"scopes": [
|
|
3276
|
-
"homey.system"
|
|
3277
|
-
],
|
|
3278
|
-
"parameters": {}
|
|
3279
|
-
},
|
|
3280
|
-
"stopBluFi": {
|
|
3281
|
-
"method": "post",
|
|
3282
|
-
"path": "/blufi/stop",
|
|
3283
|
-
"private": false,
|
|
3284
|
-
"scopes": [
|
|
3285
|
-
"homey.system"
|
|
3286
|
-
],
|
|
3287
|
-
"parameters": {}
|
|
3288
3383
|
}
|
|
3289
3384
|
}
|
|
3290
3385
|
},
|
|
@@ -3394,6 +3489,13 @@
|
|
|
3394
3489
|
"type": "boolean"
|
|
3395
3490
|
}
|
|
3396
3491
|
}
|
|
3492
|
+
},
|
|
3493
|
+
"abortInstallUpdate": {
|
|
3494
|
+
"method": "delete",
|
|
3495
|
+
"path": "/update",
|
|
3496
|
+
"private": false,
|
|
3497
|
+
"scopes": [],
|
|
3498
|
+
"parameters": {}
|
|
3397
3499
|
}
|
|
3398
3500
|
}
|
|
3399
3501
|
},
|
|
@@ -3619,8 +3721,8 @@
|
|
|
3619
3721
|
"id": "vdevice",
|
|
3620
3722
|
"idCamelCase": "vdevice",
|
|
3621
3723
|
"items": {
|
|
3622
|
-
"
|
|
3623
|
-
"id": "
|
|
3724
|
+
"VirtualDriverDummySocket": {
|
|
3725
|
+
"id": "virtualdriverdummysocket",
|
|
3624
3726
|
"schema": {
|
|
3625
3727
|
"type": "object",
|
|
3626
3728
|
"properties": {
|
|
@@ -3630,8 +3732,8 @@
|
|
|
3630
3732
|
}
|
|
3631
3733
|
}
|
|
3632
3734
|
},
|
|
3633
|
-
"
|
|
3634
|
-
"id": "
|
|
3735
|
+
"VirtualDeviceDummySocket": {
|
|
3736
|
+
"id": "virtualdevicedummysocket",
|
|
3635
3737
|
"schema": {
|
|
3636
3738
|
"type": "object",
|
|
3637
3739
|
"properties": {
|
|
@@ -3728,6 +3830,72 @@
|
|
|
3728
3830
|
}
|
|
3729
3831
|
}
|
|
3730
3832
|
}
|
|
3833
|
+
},
|
|
3834
|
+
"VirtualDriverVirtualSocket": {
|
|
3835
|
+
"id": "virtualdrivervirtualsocket",
|
|
3836
|
+
"schema": {
|
|
3837
|
+
"type": "object",
|
|
3838
|
+
"properties": {
|
|
3839
|
+
"id": {
|
|
3840
|
+
"type": "string"
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
"VirtualDeviceVirtualSocket": {
|
|
3846
|
+
"id": "virtualdevicevirtualsocket",
|
|
3847
|
+
"schema": {
|
|
3848
|
+
"type": "object",
|
|
3849
|
+
"properties": {
|
|
3850
|
+
"id": {
|
|
3851
|
+
"type": "string"
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
"VirtualDriverVirtualButton": {
|
|
3857
|
+
"id": "virtualdrivervirtualbutton",
|
|
3858
|
+
"schema": {
|
|
3859
|
+
"type": "object",
|
|
3860
|
+
"properties": {
|
|
3861
|
+
"id": {
|
|
3862
|
+
"type": "string"
|
|
3863
|
+
}
|
|
3864
|
+
}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
"VirtualDeviceVirtualButton": {
|
|
3868
|
+
"id": "virtualdevicevirtualbutton",
|
|
3869
|
+
"schema": {
|
|
3870
|
+
"type": "object",
|
|
3871
|
+
"properties": {
|
|
3872
|
+
"id": {
|
|
3873
|
+
"type": "string"
|
|
3874
|
+
}
|
|
3875
|
+
}
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
"VirtualDriverVirtualIPCamera": {
|
|
3879
|
+
"id": "virtualdrivervirtualipcamera",
|
|
3880
|
+
"schema": {
|
|
3881
|
+
"type": "object",
|
|
3882
|
+
"properties": {
|
|
3883
|
+
"id": {
|
|
3884
|
+
"type": "string"
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
},
|
|
3889
|
+
"VirtualDeviceVirtualIPCamera": {
|
|
3890
|
+
"id": "virtualdevicevirtualipcamera",
|
|
3891
|
+
"schema": {
|
|
3892
|
+
"type": "object",
|
|
3893
|
+
"properties": {
|
|
3894
|
+
"id": {
|
|
3895
|
+
"type": "string"
|
|
3896
|
+
}
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3731
3899
|
}
|
|
3732
3900
|
},
|
|
3733
3901
|
"operations": {
|
|
@@ -3922,16 +4090,13 @@
|
|
|
3922
4090
|
"required": true,
|
|
3923
4091
|
"properties": {
|
|
3924
4092
|
"name": {
|
|
3925
|
-
"type": "string"
|
|
3926
|
-
"required": true
|
|
4093
|
+
"type": "string"
|
|
3927
4094
|
},
|
|
3928
4095
|
"icon": {
|
|
3929
|
-
"type": "string"
|
|
3930
|
-
"required": true
|
|
4096
|
+
"type": "string"
|
|
3931
4097
|
},
|
|
3932
4098
|
"parent": {
|
|
3933
|
-
"type": "string"
|
|
3934
|
-
"required": true
|
|
4099
|
+
"type": "string"
|
|
3935
4100
|
}
|
|
3936
4101
|
}
|
|
3937
4102
|
}
|
|
@@ -2739,6 +2739,10 @@
|
|
|
2739
2739
|
|
|
2740
2740
|
|
|
2741
2741
|
|
|
2742
|
+
|
|
2743
|
+
|
|
2744
|
+
|
|
2745
|
+
|
|
2742
2746
|
export namespace HomeyAPIV3Local.ManagerSessions {
|
|
2743
2747
|
|
|
2744
2748
|
export class Session {
|
|
@@ -2785,6 +2789,16 @@
|
|
|
2785
2789
|
|
|
2786
2790
|
export namespace HomeyAPIV3Local.ManagerVirtualDevice {
|
|
2787
2791
|
|
|
2792
|
+
export class VirtualDeviceDummySocket {
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
id: string;
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2788
2802
|
export class VirtualDeviceHomeyBridge {
|
|
2789
2803
|
|
|
2790
2804
|
|
|
@@ -2803,6 +2817,26 @@
|
|
|
2803
2817
|
|
|
2804
2818
|
|
|
2805
2819
|
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
export class VirtualDeviceVirtualButton {
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
id: string;
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
export class VirtualDeviceVirtualIPCamera {
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
id: string;
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
|
|
2806
2840
|
}
|
|
2807
2841
|
|
|
2808
2842
|
export class VirtualDeviceVirtualSocket {
|
|
@@ -2833,6 +2867,16 @@
|
|
|
2833
2867
|
|
|
2834
2868
|
|
|
2835
2869
|
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2872
|
+
export class VirtualDriverDummySocket {
|
|
2873
|
+
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
id: string;
|
|
2877
|
+
|
|
2878
|
+
|
|
2879
|
+
|
|
2836
2880
|
}
|
|
2837
2881
|
|
|
2838
2882
|
export class VirtualDriverHomeyBridge {
|
|
@@ -2853,6 +2897,26 @@
|
|
|
2853
2897
|
|
|
2854
2898
|
|
|
2855
2899
|
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
export class VirtualDriverVirtualButton {
|
|
2903
|
+
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
id: string;
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2912
|
+
export class VirtualDriverVirtualIPCamera {
|
|
2913
|
+
|
|
2914
|
+
|
|
2915
|
+
|
|
2916
|
+
id: string;
|
|
2917
|
+
|
|
2918
|
+
|
|
2919
|
+
|
|
2856
2920
|
}
|
|
2857
2921
|
|
|
2858
2922
|
export class VirtualDriverVirtualSocket {
|
|
@@ -2946,6 +3010,18 @@
|
|
|
2946
3010
|
|
|
2947
3011
|
|
|
2948
3012
|
|
|
3013
|
+
|
|
3014
|
+
|
|
3015
|
+
|
|
3016
|
+
|
|
3017
|
+
|
|
3018
|
+
|
|
3019
|
+
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
|
|
3023
|
+
|
|
3024
|
+
|
|
2949
3025
|
|
|
2950
3026
|
|
|
2951
3027
|
|
|
@@ -10734,6 +10810,25 @@
|
|
|
10734
10810
|
|
|
10735
10811
|
getApps(
|
|
10736
10812
|
|
|
10813
|
+
):
|
|
10814
|
+
Promise<HomeyAPIV3Local.ManagerApps.App>;
|
|
10815
|
+
|
|
10816
|
+
getApp(
|
|
10817
|
+
|
|
10818
|
+
|
|
10819
|
+
|
|
10820
|
+
|
|
10821
|
+
opts: {
|
|
10822
|
+
|
|
10823
|
+
|
|
10824
|
+
id: string,
|
|
10825
|
+
|
|
10826
|
+
|
|
10827
|
+
},
|
|
10828
|
+
|
|
10829
|
+
|
|
10830
|
+
|
|
10831
|
+
|
|
10737
10832
|
):
|
|
10738
10833
|
Promise<HomeyAPIV3Local.ManagerApps.App>;
|
|
10739
10834
|
|
|
@@ -10943,6 +11038,25 @@
|
|
|
10943
11038
|
|
|
10944
11039
|
|
|
10945
11040
|
|
|
11041
|
+
opts: {
|
|
11042
|
+
|
|
11043
|
+
|
|
11044
|
+
id: string,
|
|
11045
|
+
|
|
11046
|
+
|
|
11047
|
+
},
|
|
11048
|
+
|
|
11049
|
+
|
|
11050
|
+
|
|
11051
|
+
|
|
11052
|
+
):
|
|
11053
|
+
Promise<any>;
|
|
11054
|
+
|
|
11055
|
+
getAppLocales(
|
|
11056
|
+
|
|
11057
|
+
|
|
11058
|
+
|
|
11059
|
+
|
|
10946
11060
|
opts: {
|
|
10947
11061
|
|
|
10948
11062
|
|
|
@@ -11185,6 +11299,11 @@
|
|
|
11185
11299
|
|
|
11186
11300
|
getState(
|
|
11187
11301
|
|
|
11302
|
+
):
|
|
11303
|
+
Promise<any>;
|
|
11304
|
+
|
|
11305
|
+
getBridges(
|
|
11306
|
+
|
|
11188
11307
|
):
|
|
11189
11308
|
Promise<any>;
|
|
11190
11309
|
|
|
@@ -11391,6 +11510,10 @@
|
|
|
11391
11510
|
virtualClass: string,
|
|
11392
11511
|
|
|
11393
11512
|
|
|
11513
|
+
|
|
11514
|
+
uiIndicator: string,
|
|
11515
|
+
|
|
11516
|
+
|
|
11394
11517
|
},
|
|
11395
11518
|
|
|
11396
11519
|
|
|
@@ -11546,6 +11669,33 @@
|
|
|
11546
11669
|
|
|
11547
11670
|
|
|
11548
11671
|
|
|
11672
|
+
):
|
|
11673
|
+
Promise<any>;
|
|
11674
|
+
|
|
11675
|
+
runApp(
|
|
11676
|
+
|
|
11677
|
+
|
|
11678
|
+
|
|
11679
|
+
|
|
11680
|
+
opts: {
|
|
11681
|
+
|
|
11682
|
+
|
|
11683
|
+
debug: string,
|
|
11684
|
+
|
|
11685
|
+
|
|
11686
|
+
|
|
11687
|
+
env: string,
|
|
11688
|
+
|
|
11689
|
+
|
|
11690
|
+
|
|
11691
|
+
purgeSettings: string,
|
|
11692
|
+
|
|
11693
|
+
|
|
11694
|
+
},
|
|
11695
|
+
|
|
11696
|
+
|
|
11697
|
+
|
|
11698
|
+
|
|
11549
11699
|
):
|
|
11550
11700
|
Promise<any>;
|
|
11551
11701
|
|
|
@@ -12347,6 +12497,10 @@
|
|
|
12347
12497
|
|
|
12348
12498
|
|
|
12349
12499
|
|
|
12500
|
+
state: object,
|
|
12501
|
+
|
|
12502
|
+
|
|
12503
|
+
|
|
12350
12504
|
droptoken: string,
|
|
12351
12505
|
|
|
12352
12506
|
|
|
@@ -12387,6 +12541,10 @@
|
|
|
12387
12541
|
|
|
12388
12542
|
|
|
12389
12543
|
|
|
12544
|
+
state: object,
|
|
12545
|
+
|
|
12546
|
+
|
|
12547
|
+
|
|
12390
12548
|
droptoken: string,
|
|
12391
12549
|
|
|
12392
12550
|
|
|
@@ -12512,6 +12670,25 @@
|
|
|
12512
12670
|
|
|
12513
12671
|
|
|
12514
12672
|
|
|
12673
|
+
opts: {
|
|
12674
|
+
|
|
12675
|
+
|
|
12676
|
+
id: string,
|
|
12677
|
+
|
|
12678
|
+
|
|
12679
|
+
},
|
|
12680
|
+
|
|
12681
|
+
|
|
12682
|
+
|
|
12683
|
+
|
|
12684
|
+
):
|
|
12685
|
+
Promise<any>;
|
|
12686
|
+
|
|
12687
|
+
triggerAdvancedFlow(
|
|
12688
|
+
|
|
12689
|
+
|
|
12690
|
+
|
|
12691
|
+
|
|
12515
12692
|
opts: {
|
|
12516
12693
|
|
|
12517
12694
|
|
|
@@ -12582,12 +12759,12 @@
|
|
|
12582
12759
|
|
|
12583
12760
|
|
|
12584
12761
|
|
|
12585
|
-
|
|
12762
|
+
getOptionAddress(
|
|
12586
12763
|
|
|
12587
12764
|
):
|
|
12588
12765
|
Promise<any>;
|
|
12589
12766
|
|
|
12590
|
-
|
|
12767
|
+
setOptionAddress(
|
|
12591
12768
|
|
|
12592
12769
|
|
|
12593
12770
|
|
|
@@ -12606,7 +12783,7 @@
|
|
|
12606
12783
|
):
|
|
12607
12784
|
Promise<any>;
|
|
12608
12785
|
|
|
12609
|
-
|
|
12786
|
+
unsetOptionAddress(
|
|
12610
12787
|
|
|
12611
12788
|
):
|
|
12612
12789
|
Promise<any>;
|
|
@@ -12966,35 +13143,6 @@
|
|
|
12966
13143
|
|
|
12967
13144
|
unsetOptionScreensaver(
|
|
12968
13145
|
|
|
12969
|
-
):
|
|
12970
|
-
Promise<any>;
|
|
12971
|
-
|
|
12972
|
-
getOptionBrightness(
|
|
12973
|
-
|
|
12974
|
-
):
|
|
12975
|
-
Promise<any>;
|
|
12976
|
-
|
|
12977
|
-
setOptionBrightness(
|
|
12978
|
-
|
|
12979
|
-
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
opts: {
|
|
12983
|
-
|
|
12984
|
-
|
|
12985
|
-
value: *,
|
|
12986
|
-
|
|
12987
|
-
|
|
12988
|
-
},
|
|
12989
|
-
|
|
12990
|
-
|
|
12991
|
-
|
|
12992
|
-
|
|
12993
|
-
):
|
|
12994
|
-
Promise<any>;
|
|
12995
|
-
|
|
12996
|
-
unsetOptionBrightness(
|
|
12997
|
-
|
|
12998
13146
|
):
|
|
12999
13147
|
Promise<any>;
|
|
13000
13148
|
|
|
@@ -13484,6 +13632,29 @@
|
|
|
13484
13632
|
|
|
13485
13633
|
|
|
13486
13634
|
|
|
13635
|
+
):
|
|
13636
|
+
Promise<any>;
|
|
13637
|
+
|
|
13638
|
+
replay(
|
|
13639
|
+
|
|
13640
|
+
|
|
13641
|
+
|
|
13642
|
+
|
|
13643
|
+
opts: {
|
|
13644
|
+
|
|
13645
|
+
|
|
13646
|
+
frequency: string,
|
|
13647
|
+
|
|
13648
|
+
|
|
13649
|
+
|
|
13650
|
+
data: Array<any>,
|
|
13651
|
+
|
|
13652
|
+
|
|
13653
|
+
},
|
|
13654
|
+
|
|
13655
|
+
|
|
13656
|
+
|
|
13657
|
+
|
|
13487
13658
|
):
|
|
13488
13659
|
Promise<any>;
|
|
13489
13660
|
|
|
@@ -13573,6 +13744,34 @@
|
|
|
13573
13744
|
|
|
13574
13745
|
|
|
13575
13746
|
|
|
13747
|
+
):
|
|
13748
|
+
Promise<any>;
|
|
13749
|
+
|
|
13750
|
+
isConnected(
|
|
13751
|
+
|
|
13752
|
+
):
|
|
13753
|
+
Boolean;
|
|
13754
|
+
|
|
13755
|
+
connect(
|
|
13756
|
+
|
|
13757
|
+
):
|
|
13758
|
+
Promise<void>;
|
|
13759
|
+
|
|
13760
|
+
disconnect(
|
|
13761
|
+
|
|
13762
|
+
):
|
|
13763
|
+
Promise<void>;
|
|
13764
|
+
|
|
13765
|
+
}
|
|
13766
|
+
|
|
13767
|
+
export class ManagerSafety extends HomeyAPIV3Local.Manager {
|
|
13768
|
+
|
|
13769
|
+
|
|
13770
|
+
|
|
13771
|
+
|
|
13772
|
+
|
|
13773
|
+
getState(
|
|
13774
|
+
|
|
13576
13775
|
):
|
|
13577
13776
|
Promise<any>;
|
|
13578
13777
|
|
|
@@ -13599,6 +13798,34 @@
|
|
|
13599
13798
|
|
|
13600
13799
|
|
|
13601
13800
|
|
|
13801
|
+
getState(
|
|
13802
|
+
|
|
13803
|
+
):
|
|
13804
|
+
Promise<any>;
|
|
13805
|
+
|
|
13806
|
+
isConnected(
|
|
13807
|
+
|
|
13808
|
+
):
|
|
13809
|
+
Boolean;
|
|
13810
|
+
|
|
13811
|
+
connect(
|
|
13812
|
+
|
|
13813
|
+
):
|
|
13814
|
+
Promise<void>;
|
|
13815
|
+
|
|
13816
|
+
disconnect(
|
|
13817
|
+
|
|
13818
|
+
):
|
|
13819
|
+
Promise<void>;
|
|
13820
|
+
|
|
13821
|
+
}
|
|
13822
|
+
|
|
13823
|
+
export class ManagerSecurity extends HomeyAPIV3Local.Manager {
|
|
13824
|
+
|
|
13825
|
+
|
|
13826
|
+
|
|
13827
|
+
|
|
13828
|
+
|
|
13602
13829
|
getState(
|
|
13603
13830
|
|
|
13604
13831
|
):
|
|
@@ -13764,16 +13991,6 @@
|
|
|
13764
13991
|
|
|
13765
13992
|
rebootOTA(
|
|
13766
13993
|
|
|
13767
|
-
):
|
|
13768
|
-
Promise<any>;
|
|
13769
|
-
|
|
13770
|
-
startBluFi(
|
|
13771
|
-
|
|
13772
|
-
):
|
|
13773
|
-
Promise<any>;
|
|
13774
|
-
|
|
13775
|
-
stopBluFi(
|
|
13776
|
-
|
|
13777
13994
|
):
|
|
13778
13995
|
Promise<any>;
|
|
13779
13996
|
|
|
@@ -13916,6 +14133,11 @@
|
|
|
13916
14133
|
|
|
13917
14134
|
|
|
13918
14135
|
|
|
14136
|
+
):
|
|
14137
|
+
Promise<any>;
|
|
14138
|
+
|
|
14139
|
+
abortInstallUpdate(
|
|
14140
|
+
|
|
13919
14141
|
):
|
|
13920
14142
|
Promise<any>;
|
|
13921
14143
|
|
|
@@ -8141,6 +8141,10 @@
|
|
|
8141
8141
|
|
|
8142
8142
|
|
|
8143
8143
|
|
|
8144
|
+
|
|
8145
|
+
|
|
8146
|
+
|
|
8147
|
+
|
|
8144
8148
|
export namespace HomeyAPIV3Local.ManagerSessions {
|
|
8145
8149
|
|
|
8146
8150
|
export class Session {
|
|
@@ -8187,6 +8191,16 @@
|
|
|
8187
8191
|
|
|
8188
8192
|
export namespace HomeyAPIV3Local.ManagerVirtualDevice {
|
|
8189
8193
|
|
|
8194
|
+
export class VirtualDeviceDummySocket {
|
|
8195
|
+
|
|
8196
|
+
|
|
8197
|
+
|
|
8198
|
+
id: string;
|
|
8199
|
+
|
|
8200
|
+
|
|
8201
|
+
|
|
8202
|
+
}
|
|
8203
|
+
|
|
8190
8204
|
export class VirtualDeviceHomeyBridge {
|
|
8191
8205
|
|
|
8192
8206
|
|
|
@@ -8205,6 +8219,26 @@
|
|
|
8205
8219
|
|
|
8206
8220
|
|
|
8207
8221
|
|
|
8222
|
+
}
|
|
8223
|
+
|
|
8224
|
+
export class VirtualDeviceVirtualButton {
|
|
8225
|
+
|
|
8226
|
+
|
|
8227
|
+
|
|
8228
|
+
id: string;
|
|
8229
|
+
|
|
8230
|
+
|
|
8231
|
+
|
|
8232
|
+
}
|
|
8233
|
+
|
|
8234
|
+
export class VirtualDeviceVirtualIPCamera {
|
|
8235
|
+
|
|
8236
|
+
|
|
8237
|
+
|
|
8238
|
+
id: string;
|
|
8239
|
+
|
|
8240
|
+
|
|
8241
|
+
|
|
8208
8242
|
}
|
|
8209
8243
|
|
|
8210
8244
|
export class VirtualDeviceVirtualSocket {
|
|
@@ -8235,6 +8269,16 @@
|
|
|
8235
8269
|
|
|
8236
8270
|
|
|
8237
8271
|
|
|
8272
|
+
}
|
|
8273
|
+
|
|
8274
|
+
export class VirtualDriverDummySocket {
|
|
8275
|
+
|
|
8276
|
+
|
|
8277
|
+
|
|
8278
|
+
id: string;
|
|
8279
|
+
|
|
8280
|
+
|
|
8281
|
+
|
|
8238
8282
|
}
|
|
8239
8283
|
|
|
8240
8284
|
export class VirtualDriverHomeyBridge {
|
|
@@ -8255,6 +8299,26 @@
|
|
|
8255
8299
|
|
|
8256
8300
|
|
|
8257
8301
|
|
|
8302
|
+
}
|
|
8303
|
+
|
|
8304
|
+
export class VirtualDriverVirtualButton {
|
|
8305
|
+
|
|
8306
|
+
|
|
8307
|
+
|
|
8308
|
+
id: string;
|
|
8309
|
+
|
|
8310
|
+
|
|
8311
|
+
|
|
8312
|
+
}
|
|
8313
|
+
|
|
8314
|
+
export class VirtualDriverVirtualIPCamera {
|
|
8315
|
+
|
|
8316
|
+
|
|
8317
|
+
|
|
8318
|
+
id: string;
|
|
8319
|
+
|
|
8320
|
+
|
|
8321
|
+
|
|
8258
8322
|
}
|
|
8259
8323
|
|
|
8260
8324
|
export class VirtualDriverVirtualSocket {
|
|
@@ -8348,6 +8412,18 @@
|
|
|
8348
8412
|
|
|
8349
8413
|
|
|
8350
8414
|
|
|
8415
|
+
|
|
8416
|
+
|
|
8417
|
+
|
|
8418
|
+
|
|
8419
|
+
|
|
8420
|
+
|
|
8421
|
+
|
|
8422
|
+
|
|
8423
|
+
|
|
8424
|
+
|
|
8425
|
+
|
|
8426
|
+
|
|
8351
8427
|
|
|
8352
8428
|
|
|
8353
8429
|
|
|
@@ -16683,6 +16759,25 @@
|
|
|
16683
16759
|
|
|
16684
16760
|
getApps(
|
|
16685
16761
|
|
|
16762
|
+
):
|
|
16763
|
+
Promise<HomeyAPIV3Local.ManagerApps.App>;
|
|
16764
|
+
|
|
16765
|
+
getApp(
|
|
16766
|
+
|
|
16767
|
+
|
|
16768
|
+
|
|
16769
|
+
|
|
16770
|
+
opts: {
|
|
16771
|
+
|
|
16772
|
+
|
|
16773
|
+
id: string,
|
|
16774
|
+
|
|
16775
|
+
|
|
16776
|
+
},
|
|
16777
|
+
|
|
16778
|
+
|
|
16779
|
+
|
|
16780
|
+
|
|
16686
16781
|
):
|
|
16687
16782
|
Promise<HomeyAPIV3Local.ManagerApps.App>;
|
|
16688
16783
|
|
|
@@ -16892,6 +16987,25 @@
|
|
|
16892
16987
|
|
|
16893
16988
|
|
|
16894
16989
|
|
|
16990
|
+
opts: {
|
|
16991
|
+
|
|
16992
|
+
|
|
16993
|
+
id: string,
|
|
16994
|
+
|
|
16995
|
+
|
|
16996
|
+
},
|
|
16997
|
+
|
|
16998
|
+
|
|
16999
|
+
|
|
17000
|
+
|
|
17001
|
+
):
|
|
17002
|
+
Promise<any>;
|
|
17003
|
+
|
|
17004
|
+
getAppLocales(
|
|
17005
|
+
|
|
17006
|
+
|
|
17007
|
+
|
|
17008
|
+
|
|
16895
17009
|
opts: {
|
|
16896
17010
|
|
|
16897
17011
|
|
|
@@ -17134,6 +17248,11 @@
|
|
|
17134
17248
|
|
|
17135
17249
|
getState(
|
|
17136
17250
|
|
|
17251
|
+
):
|
|
17252
|
+
Promise<any>;
|
|
17253
|
+
|
|
17254
|
+
getBridges(
|
|
17255
|
+
|
|
17137
17256
|
):
|
|
17138
17257
|
Promise<any>;
|
|
17139
17258
|
|
|
@@ -17481,6 +17600,10 @@
|
|
|
17481
17600
|
virtualClass: string,
|
|
17482
17601
|
|
|
17483
17602
|
|
|
17603
|
+
|
|
17604
|
+
uiIndicator: string,
|
|
17605
|
+
|
|
17606
|
+
|
|
17484
17607
|
},
|
|
17485
17608
|
|
|
17486
17609
|
|
|
@@ -17636,6 +17759,33 @@
|
|
|
17636
17759
|
|
|
17637
17760
|
|
|
17638
17761
|
|
|
17762
|
+
):
|
|
17763
|
+
Promise<any>;
|
|
17764
|
+
|
|
17765
|
+
runApp(
|
|
17766
|
+
|
|
17767
|
+
|
|
17768
|
+
|
|
17769
|
+
|
|
17770
|
+
opts: {
|
|
17771
|
+
|
|
17772
|
+
|
|
17773
|
+
debug: string,
|
|
17774
|
+
|
|
17775
|
+
|
|
17776
|
+
|
|
17777
|
+
env: string,
|
|
17778
|
+
|
|
17779
|
+
|
|
17780
|
+
|
|
17781
|
+
purgeSettings: string,
|
|
17782
|
+
|
|
17783
|
+
|
|
17784
|
+
},
|
|
17785
|
+
|
|
17786
|
+
|
|
17787
|
+
|
|
17788
|
+
|
|
17639
17789
|
):
|
|
17640
17790
|
Promise<any>;
|
|
17641
17791
|
|
|
@@ -18437,6 +18587,10 @@
|
|
|
18437
18587
|
|
|
18438
18588
|
|
|
18439
18589
|
|
|
18590
|
+
state: object,
|
|
18591
|
+
|
|
18592
|
+
|
|
18593
|
+
|
|
18440
18594
|
droptoken: string,
|
|
18441
18595
|
|
|
18442
18596
|
|
|
@@ -18477,6 +18631,10 @@
|
|
|
18477
18631
|
|
|
18478
18632
|
|
|
18479
18633
|
|
|
18634
|
+
state: object,
|
|
18635
|
+
|
|
18636
|
+
|
|
18637
|
+
|
|
18480
18638
|
droptoken: string,
|
|
18481
18639
|
|
|
18482
18640
|
|
|
@@ -18602,6 +18760,25 @@
|
|
|
18602
18760
|
|
|
18603
18761
|
|
|
18604
18762
|
|
|
18763
|
+
opts: {
|
|
18764
|
+
|
|
18765
|
+
|
|
18766
|
+
id: string,
|
|
18767
|
+
|
|
18768
|
+
|
|
18769
|
+
},
|
|
18770
|
+
|
|
18771
|
+
|
|
18772
|
+
|
|
18773
|
+
|
|
18774
|
+
):
|
|
18775
|
+
Promise<any>;
|
|
18776
|
+
|
|
18777
|
+
triggerAdvancedFlow(
|
|
18778
|
+
|
|
18779
|
+
|
|
18780
|
+
|
|
18781
|
+
|
|
18605
18782
|
opts: {
|
|
18606
18783
|
|
|
18607
18784
|
|
|
@@ -18672,12 +18849,12 @@
|
|
|
18672
18849
|
|
|
18673
18850
|
|
|
18674
18851
|
|
|
18675
|
-
|
|
18852
|
+
getOptionAddress(
|
|
18676
18853
|
|
|
18677
18854
|
):
|
|
18678
18855
|
Promise<any>;
|
|
18679
18856
|
|
|
18680
|
-
|
|
18857
|
+
setOptionAddress(
|
|
18681
18858
|
|
|
18682
18859
|
|
|
18683
18860
|
|
|
@@ -18696,7 +18873,7 @@
|
|
|
18696
18873
|
):
|
|
18697
18874
|
Promise<any>;
|
|
18698
18875
|
|
|
18699
|
-
|
|
18876
|
+
unsetOptionAddress(
|
|
18700
18877
|
|
|
18701
18878
|
):
|
|
18702
18879
|
Promise<any>;
|
|
@@ -19056,35 +19233,6 @@
|
|
|
19056
19233
|
|
|
19057
19234
|
unsetOptionScreensaver(
|
|
19058
19235
|
|
|
19059
|
-
):
|
|
19060
|
-
Promise<any>;
|
|
19061
|
-
|
|
19062
|
-
getOptionBrightness(
|
|
19063
|
-
|
|
19064
|
-
):
|
|
19065
|
-
Promise<any>;
|
|
19066
|
-
|
|
19067
|
-
setOptionBrightness(
|
|
19068
|
-
|
|
19069
|
-
|
|
19070
|
-
|
|
19071
|
-
|
|
19072
|
-
opts: {
|
|
19073
|
-
|
|
19074
|
-
|
|
19075
|
-
value: *,
|
|
19076
|
-
|
|
19077
|
-
|
|
19078
|
-
},
|
|
19079
|
-
|
|
19080
|
-
|
|
19081
|
-
|
|
19082
|
-
|
|
19083
|
-
):
|
|
19084
|
-
Promise<any>;
|
|
19085
|
-
|
|
19086
|
-
unsetOptionBrightness(
|
|
19087
|
-
|
|
19088
19236
|
):
|
|
19089
19237
|
Promise<any>;
|
|
19090
19238
|
|
|
@@ -19574,6 +19722,29 @@
|
|
|
19574
19722
|
|
|
19575
19723
|
|
|
19576
19724
|
|
|
19725
|
+
):
|
|
19726
|
+
Promise<any>;
|
|
19727
|
+
|
|
19728
|
+
replay(
|
|
19729
|
+
|
|
19730
|
+
|
|
19731
|
+
|
|
19732
|
+
|
|
19733
|
+
opts: {
|
|
19734
|
+
|
|
19735
|
+
|
|
19736
|
+
frequency: string,
|
|
19737
|
+
|
|
19738
|
+
|
|
19739
|
+
|
|
19740
|
+
data: Array<any>,
|
|
19741
|
+
|
|
19742
|
+
|
|
19743
|
+
},
|
|
19744
|
+
|
|
19745
|
+
|
|
19746
|
+
|
|
19747
|
+
|
|
19577
19748
|
):
|
|
19578
19749
|
Promise<any>;
|
|
19579
19750
|
|
|
@@ -19663,6 +19834,34 @@
|
|
|
19663
19834
|
|
|
19664
19835
|
|
|
19665
19836
|
|
|
19837
|
+
):
|
|
19838
|
+
Promise<any>;
|
|
19839
|
+
|
|
19840
|
+
isConnected(
|
|
19841
|
+
|
|
19842
|
+
):
|
|
19843
|
+
Boolean;
|
|
19844
|
+
|
|
19845
|
+
connect(
|
|
19846
|
+
|
|
19847
|
+
):
|
|
19848
|
+
Promise<void>;
|
|
19849
|
+
|
|
19850
|
+
disconnect(
|
|
19851
|
+
|
|
19852
|
+
):
|
|
19853
|
+
Promise<void>;
|
|
19854
|
+
|
|
19855
|
+
}
|
|
19856
|
+
|
|
19857
|
+
export class ManagerSafety extends HomeyAPIV3Local.Manager {
|
|
19858
|
+
|
|
19859
|
+
|
|
19860
|
+
|
|
19861
|
+
|
|
19862
|
+
|
|
19863
|
+
getState(
|
|
19864
|
+
|
|
19666
19865
|
):
|
|
19667
19866
|
Promise<any>;
|
|
19668
19867
|
|
|
@@ -19689,6 +19888,34 @@
|
|
|
19689
19888
|
|
|
19690
19889
|
|
|
19691
19890
|
|
|
19891
|
+
getState(
|
|
19892
|
+
|
|
19893
|
+
):
|
|
19894
|
+
Promise<any>;
|
|
19895
|
+
|
|
19896
|
+
isConnected(
|
|
19897
|
+
|
|
19898
|
+
):
|
|
19899
|
+
Boolean;
|
|
19900
|
+
|
|
19901
|
+
connect(
|
|
19902
|
+
|
|
19903
|
+
):
|
|
19904
|
+
Promise<void>;
|
|
19905
|
+
|
|
19906
|
+
disconnect(
|
|
19907
|
+
|
|
19908
|
+
):
|
|
19909
|
+
Promise<void>;
|
|
19910
|
+
|
|
19911
|
+
}
|
|
19912
|
+
|
|
19913
|
+
export class ManagerSecurity extends HomeyAPIV3Local.Manager {
|
|
19914
|
+
|
|
19915
|
+
|
|
19916
|
+
|
|
19917
|
+
|
|
19918
|
+
|
|
19692
19919
|
getState(
|
|
19693
19920
|
|
|
19694
19921
|
):
|
|
@@ -19854,16 +20081,6 @@
|
|
|
19854
20081
|
|
|
19855
20082
|
rebootOTA(
|
|
19856
20083
|
|
|
19857
|
-
):
|
|
19858
|
-
Promise<any>;
|
|
19859
|
-
|
|
19860
|
-
startBluFi(
|
|
19861
|
-
|
|
19862
|
-
):
|
|
19863
|
-
Promise<any>;
|
|
19864
|
-
|
|
19865
|
-
stopBluFi(
|
|
19866
|
-
|
|
19867
20084
|
):
|
|
19868
20085
|
Promise<any>;
|
|
19869
20086
|
|
|
@@ -20006,6 +20223,11 @@
|
|
|
20006
20223
|
|
|
20007
20224
|
|
|
20008
20225
|
|
|
20226
|
+
):
|
|
20227
|
+
Promise<any>;
|
|
20228
|
+
|
|
20229
|
+
abortInstallUpdate(
|
|
20230
|
+
|
|
20009
20231
|
):
|
|
20010
20232
|
Promise<any>;
|
|
20011
20233
|
|