homey-api 1.5.21 → 1.5.24

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.
@@ -31,6 +31,30 @@
31
31
 
32
32
 
33
33
 
34
+ }
35
+
36
+ export class APIErrorHomeyOffline extends APIError {
37
+
38
+
39
+
40
+ message: string;
41
+
42
+ statusCode: number;
43
+
44
+
45
+
46
+ }
47
+
48
+ export class APIErrorTimeout extends APIError {
49
+
50
+
51
+
52
+ message: string;
53
+
54
+ statusCode: number;
55
+
56
+
57
+
34
58
  }
35
59
 
36
60
  export class AthomCloudAPI {
@@ -694,6 +718,8 @@
694
718
 
695
719
  value: boolean | number | string | null;
696
720
 
721
+ lastChanged: Date | null;
722
+
697
723
 
698
724
 
699
725
  destroy(
@@ -2186,18 +2212,6 @@
2186
2212
 
2187
2213
  export namespace HomeyAPI {
2188
2214
 
2189
- export class APIErrorTimeout extends APIError {
2190
-
2191
-
2192
-
2193
- message: string;
2194
-
2195
- statusCode: number;
2196
-
2197
-
2198
-
2199
- }
2200
-
2201
2215
  export class HomeyAPIError extends APIError {
2202
2216
 
2203
2217
 
@@ -2212,18 +2226,6 @@
2212
2226
 
2213
2227
 
2214
2228
 
2215
- }
2216
-
2217
- export class HomeyOfflineError extends APIError {
2218
-
2219
-
2220
-
2221
- message: string;
2222
-
2223
- statusCode: number;
2224
-
2225
-
2226
-
2227
2229
  }
2228
2230
 
2229
2231
  }
@@ -2757,7 +2759,7 @@
2757
2759
 
2758
2760
 
2759
2761
 
2760
- settings: string,
2762
+ settings: *,
2761
2763
 
2762
2764
 
2763
2765
  },
@@ -2785,7 +2787,7 @@
2785
2787
 
2786
2788
 
2787
2789
 
2788
- device: string,
2790
+ device: *,
2789
2791
 
2790
2792
 
2791
2793
  },
@@ -2854,7 +2856,7 @@
2854
2856
 
2855
2857
 
2856
2858
 
2857
- value: string,
2859
+ value: *,
2858
2860
 
2859
2861
 
2860
2862
 
@@ -3003,7 +3005,7 @@
3003
3005
  opts: {
3004
3006
 
3005
3007
 
3006
- pairsession: string,
3008
+ pairsession: *,
3007
3009
 
3008
3010
 
3009
3011
  },
@@ -3118,7 +3120,7 @@
3118
3120
 
3119
3121
 
3120
3122
 
3121
- device: string,
3123
+ device: *,
3122
3124
 
3123
3125
 
3124
3126
  },
@@ -3141,7 +3143,7 @@
3141
3143
 
3142
3144
 
3143
3145
 
3144
- device: string,
3146
+ device: *,
3145
3147
 
3146
3148
 
3147
3149
  },
@@ -3278,7 +3280,7 @@
3278
3280
  opts: {
3279
3281
 
3280
3282
 
3281
- flow: string,
3283
+ flow: *,
3282
3284
 
3283
3285
 
3284
3286
  },
@@ -3301,7 +3303,7 @@
3301
3303
 
3302
3304
 
3303
3305
 
3304
- flow: string,
3306
+ flow: *,
3305
3307
 
3306
3308
 
3307
3309
  },
@@ -3339,7 +3341,7 @@
3339
3341
  opts: {
3340
3342
 
3341
3343
 
3342
- flow: string,
3344
+ flow: *,
3343
3345
 
3344
3346
 
3345
3347
 
@@ -3428,7 +3430,7 @@
3428
3430
  opts: {
3429
3431
 
3430
3432
 
3431
- flowfolder: string,
3433
+ flowfolder: *,
3432
3434
 
3433
3435
 
3434
3436
  },
@@ -3451,7 +3453,7 @@
3451
3453
 
3452
3454
 
3453
3455
 
3454
- flowfolder: string,
3456
+ flowfolder: *,
3455
3457
 
3456
3458
 
3457
3459
  },
@@ -3661,7 +3663,7 @@
3661
3663
  opts: {
3662
3664
 
3663
3665
 
3664
- value: string,
3666
+ value: *,
3665
3667
 
3666
3668
 
3667
3669
  },
@@ -3690,7 +3692,7 @@
3690
3692
  opts: {
3691
3693
 
3692
3694
 
3693
- value: string,
3695
+ value: *,
3694
3696
 
3695
3697
 
3696
3698
  },
@@ -3747,7 +3749,7 @@
3747
3749
  opts: {
3748
3750
 
3749
3751
 
3750
- value: string,
3752
+ value: *,
3751
3753
 
3752
3754
 
3753
3755
  },
@@ -3776,7 +3778,7 @@
3776
3778
  opts: {
3777
3779
 
3778
3780
 
3779
- value: string,
3781
+ value: *,
3780
3782
 
3781
3783
 
3782
3784
  },
@@ -4001,7 +4003,7 @@
4001
4003
  opts: {
4002
4004
 
4003
4005
 
4004
- variable: string,
4006
+ variable: *,
4005
4007
 
4006
4008
 
4007
4009
  },
@@ -4024,7 +4026,7 @@
4024
4026
 
4025
4027
 
4026
4028
 
4027
- variable: string,
4029
+ variable: *,
4028
4030
 
4029
4031
 
4030
4032
  },
@@ -4106,7 +4108,7 @@
4106
4108
 
4107
4109
 
4108
4110
 
4109
- data: string,
4111
+ data: *,
4110
4112
 
4111
4113
 
4112
4114
 
@@ -4703,7 +4705,7 @@
4703
4705
  opts: {
4704
4706
 
4705
4707
 
4706
- user: string,
4708
+ user: *,
4707
4709
 
4708
4710
 
4709
4711
  },
@@ -4726,7 +4728,7 @@
4726
4728
 
4727
4729
 
4728
4730
 
4729
- user: string,
4731
+ user: *,
4730
4732
 
4731
4733
 
4732
4734
  },
@@ -5029,7 +5031,7 @@
5029
5031
  opts: {
5030
5032
 
5031
5033
 
5032
- zone: string,
5034
+ zone: *,
5033
5035
 
5034
5036
 
5035
5037
  },
@@ -5052,7 +5054,7 @@
5052
5054
 
5053
5055
 
5054
5056
 
5055
- zone: string,
5057
+ zone: *,
5056
5058
 
5057
5059
 
5058
5060
  },
@@ -5158,6 +5160,8 @@
5158
5160
 
5159
5161
 
5160
5162
 
5163
+
5164
+
5161
5165
  export namespace HomeyAPIV2 {
5162
5166
 
5163
5167
  export class Manager {
@@ -5232,7 +5236,7 @@
5232
5236
 
5233
5237
 
5234
5238
 
5235
- alarm: string,
5239
+ alarm: *,
5236
5240
 
5237
5241
 
5238
5242
  },
@@ -5251,7 +5255,7 @@
5251
5255
  opts: {
5252
5256
 
5253
5257
 
5254
- alarm: string,
5258
+ alarm: *,
5255
5259
 
5256
5260
 
5257
5261
  },
@@ -5489,7 +5493,7 @@
5489
5493
 
5490
5494
 
5491
5495
 
5492
- value: string,
5496
+ value: *,
5493
5497
 
5494
5498
 
5495
5499
  },
@@ -5577,7 +5581,7 @@
5577
5581
 
5578
5582
 
5579
5583
 
5580
- app: string,
5584
+ app: *,
5581
5585
 
5582
5586
 
5583
5587
  },
@@ -5930,7 +5934,7 @@
5930
5934
 
5931
5935
 
5932
5936
 
5933
- settings: string,
5937
+ settings: *,
5934
5938
 
5935
5939
 
5936
5940
  },
@@ -5976,15 +5980,15 @@
5976
5980
 
5977
5981
 
5978
5982
 
5979
- transactionId: string,
5983
+ transactionId: *,
5980
5984
 
5981
5985
 
5982
5986
 
5983
- opts: string,
5987
+ opts: *,
5984
5988
 
5985
5989
 
5986
5990
 
5987
- value: string,
5991
+ value: *,
5988
5992
 
5989
5993
 
5990
5994
  },
@@ -6026,7 +6030,7 @@
6026
6030
 
6027
6031
 
6028
6032
 
6029
- device: string,
6033
+ device: *,
6030
6034
 
6031
6035
 
6032
6036
  },
@@ -6209,7 +6213,7 @@
6209
6213
  opts: {
6210
6214
 
6211
6215
 
6212
- animation: string,
6216
+ animation: *,
6213
6217
 
6214
6218
 
6215
6219
  },
@@ -6274,7 +6278,7 @@
6274
6278
 
6275
6279
 
6276
6280
 
6277
- device: string,
6281
+ device: *,
6278
6282
 
6279
6283
 
6280
6284
  },
@@ -6362,7 +6366,7 @@
6362
6366
 
6363
6367
 
6364
6368
 
6365
- data: string,
6369
+ data: *,
6366
6370
 
6367
6371
 
6368
6372
 
@@ -6385,7 +6389,7 @@
6385
6389
  opts: {
6386
6390
 
6387
6391
 
6388
- pairsession: string,
6392
+ pairsession: *,
6389
6393
 
6390
6394
 
6391
6395
  },
@@ -6668,7 +6672,7 @@
6668
6672
 
6669
6673
 
6670
6674
 
6671
- advancedflow: string,
6675
+ advancedflow: *,
6672
6676
 
6673
6677
 
6674
6678
  },
@@ -6687,7 +6691,7 @@
6687
6691
  opts: {
6688
6692
 
6689
6693
 
6690
- advancedflow: string,
6694
+ advancedflow: *,
6691
6695
 
6692
6696
 
6693
6697
  },
@@ -6753,7 +6757,7 @@
6753
6757
 
6754
6758
 
6755
6759
 
6756
- flowfolder: string,
6760
+ flowfolder: *,
6757
6761
 
6758
6762
 
6759
6763
  },
@@ -6772,7 +6776,7 @@
6772
6776
  opts: {
6773
6777
 
6774
6778
 
6775
- flowfolder: string,
6779
+ flowfolder: *,
6776
6780
 
6777
6781
 
6778
6782
  },
@@ -6819,7 +6823,7 @@
6819
6823
 
6820
6824
 
6821
6825
 
6822
- state: string,
6826
+ state: *,
6823
6827
 
6824
6828
 
6825
6829
  },
@@ -6846,7 +6850,7 @@
6846
6850
 
6847
6851
 
6848
6852
 
6849
- flow: string,
6853
+ flow: *,
6850
6854
 
6851
6855
 
6852
6856
  },
@@ -6888,7 +6892,7 @@
6888
6892
 
6889
6893
 
6890
6894
 
6891
- flow: string,
6895
+ flow: *,
6892
6896
 
6893
6897
 
6894
6898
  },
@@ -6907,7 +6911,7 @@
6907
6911
  opts: {
6908
6912
 
6909
6913
 
6910
- flow: string,
6914
+ flow: *,
6911
6915
 
6912
6916
 
6913
6917
  },
@@ -7597,7 +7601,7 @@
7597
7601
 
7598
7602
 
7599
7603
 
7600
- log: string,
7604
+ log: *,
7601
7605
 
7602
7606
 
7603
7607
  },
@@ -7804,7 +7808,7 @@
7804
7808
 
7805
7809
 
7806
7810
 
7807
- variable: string,
7811
+ variable: *,
7808
7812
 
7809
7813
 
7810
7814
  },
@@ -7823,7 +7827,7 @@
7823
7827
  opts: {
7824
7828
 
7825
7829
 
7826
- variable: string,
7830
+ variable: *,
7827
7831
 
7828
7832
 
7829
7833
  },
@@ -8076,7 +8080,7 @@
8076
8080
 
8077
8081
 
8078
8082
 
8079
- value: string,
8083
+ value: *,
8080
8084
 
8081
8085
 
8082
8086
  },
@@ -8095,11 +8099,11 @@
8095
8099
  opts: {
8096
8100
 
8097
8101
 
8098
- opts: string,
8102
+ opts: *,
8099
8103
 
8100
8104
 
8101
8105
 
8102
- value: string,
8106
+ value: *,
8103
8107
 
8104
8108
 
8105
8109
  },
@@ -8141,7 +8145,7 @@
8141
8145
 
8142
8146
 
8143
8147
 
8144
- value: string,
8148
+ value: *,
8145
8149
 
8146
8150
 
8147
8151
  },
@@ -8160,11 +8164,11 @@
8160
8164
  opts: {
8161
8165
 
8162
8166
 
8163
- opts: string,
8167
+ opts: *,
8164
8168
 
8165
8169
 
8166
8170
 
8167
- value: string,
8171
+ value: *,
8168
8172
 
8169
8173
 
8170
8174
  },
@@ -8252,7 +8256,7 @@
8252
8256
 
8253
8257
 
8254
8258
 
8255
- data: string,
8259
+ data: *,
8256
8260
 
8257
8261
 
8258
8262
  },
@@ -8981,7 +8985,7 @@
8981
8985
 
8982
8986
 
8983
8987
 
8984
- user: string,
8988
+ user: *,
8985
8989
 
8986
8990
 
8987
8991
  },
@@ -9000,11 +9004,11 @@
9000
9004
  opts: {
9001
9005
 
9002
9006
 
9003
- email: string,
9007
+ email: *,
9004
9008
 
9005
9009
 
9006
9010
 
9007
- name: string,
9011
+ name: *,
9008
9012
 
9009
9013
 
9010
9014
  },
@@ -9023,7 +9027,7 @@
9023
9027
  opts: {
9024
9028
 
9025
9029
 
9026
- user: string,
9030
+ user: *,
9027
9031
 
9028
9032
 
9029
9033
  },
@@ -9215,7 +9219,7 @@
9215
9219
 
9216
9220
 
9217
9221
 
9218
- zone: string,
9222
+ zone: *,
9219
9223
 
9220
9224
 
9221
9225
  },
@@ -9234,7 +9238,7 @@
9234
9238
  opts: {
9235
9239
 
9236
9240
 
9237
- zone: string,
9241
+ zone: *,
9238
9242
 
9239
9243
 
9240
9244
  },
@@ -9457,7 +9461,5 @@
9457
9461
 
9458
9462
 
9459
9463
 
9460
-
9461
-
9462
9464
 
9463
9465