@kohost/api-client 3.3.11 → 3.3.13

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.
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -129,6 +135,7 @@ export interface Alarm {
129
135
  | "dsc"
130
136
  | "ecobee"
131
137
  | "epson"
138
+ | "honeywell-vista"
132
139
  | "igor"
133
140
  | "inncom"
134
141
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -128,6 +134,7 @@ export interface Camera {
128
134
  | "dsc"
129
135
  | "ecobee"
130
136
  | "epson"
137
+ | "honeywell-vista"
131
138
  | "igor"
132
139
  | "inncom"
133
140
  | "isapi"
@@ -25,6 +25,7 @@ export interface Category {
25
25
  | "dsc"
26
26
  | "ecobee"
27
27
  | "epson"
28
+ | "honeywell-vista"
28
29
  | "igor"
29
30
  | "inncom"
30
31
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -127,6 +133,7 @@ export interface Courtesy {
127
133
  | "dsc"
128
134
  | "ecobee"
129
135
  | "epson"
136
+ | "honeywell-vista"
130
137
  | "igor"
131
138
  | "inncom"
132
139
  | "isapi"
@@ -18,6 +18,7 @@ export interface Credential {
18
18
  | "dsc"
19
19
  | "ecobee"
20
20
  | "epson"
21
+ | "honeywell-vista"
21
22
  | "igor"
22
23
  | "inncom"
23
24
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -127,6 +133,7 @@ export interface Dimmer {
127
133
  | "dsc"
128
134
  | "ecobee"
129
135
  | "epson"
136
+ | "honeywell-vista"
130
137
  | "igor"
131
138
  | "inncom"
132
139
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -128,6 +134,7 @@ export interface IoTGateway {
128
134
  | "dsc"
129
135
  | "ecobee"
130
136
  | "epson"
137
+ | "honeywell-vista"
131
138
  | "igor"
132
139
  | "inncom"
133
140
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -128,6 +134,7 @@ export interface Lock {
128
134
  | "dsc"
129
135
  | "ecobee"
130
136
  | "epson"
137
+ | "honeywell-vista"
131
138
  | "igor"
132
139
  | "inncom"
133
140
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -115,6 +121,7 @@ export interface MediaSource {
115
121
  | "dsc"
116
122
  | "ecobee"
117
123
  | "epson"
124
+ | "honeywell-vista"
118
125
  | "igor"
119
126
  | "inncom"
120
127
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -124,6 +130,7 @@ export interface MotionSensor {
124
130
  | "dsc"
125
131
  | "ecobee"
126
132
  | "epson"
133
+ | "honeywell-vista"
127
134
  | "igor"
128
135
  | "inncom"
129
136
  | "isapi"
@@ -25,6 +25,7 @@ export interface Product {
25
25
  | "dsc"
26
26
  | "ecobee"
27
27
  | "epson"
28
+ | "honeywell-vista"
28
29
  | "igor"
29
30
  | "inncom"
30
31
  | "isapi"
@@ -31,6 +31,7 @@ export interface Reservation {
31
31
  | "dsc"
32
32
  | "ecobee"
33
33
  | "epson"
34
+ | "honeywell-vista"
34
35
  | "igor"
35
36
  | "inncom"
36
37
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -159,6 +165,7 @@ export interface Dimmer {
159
165
  | "dsc"
160
166
  | "ecobee"
161
167
  | "epson"
168
+ | "honeywell-vista"
162
169
  | "igor"
163
170
  | "inncom"
164
171
  | "isapi"
@@ -243,7 +250,9 @@ export interface Switch {
243
250
  | "outsideSafeHumidityRange"
244
251
  | "scheduleMaintenance"
245
252
  | "doorAjar"
246
- | "communicationFailure";
253
+ | "communicationFailure"
254
+ | "burglarAlarm"
255
+ | "fireAlarm";
247
256
  timestamp?: number;
248
257
  description?: string;
249
258
  [k: string]: unknown;
@@ -258,6 +267,7 @@ export interface Switch {
258
267
  | "dsc"
259
268
  | "ecobee"
260
269
  | "epson"
270
+ | "honeywell-vista"
261
271
  | "igor"
262
272
  | "inncom"
263
273
  | "isapi"
@@ -325,6 +335,7 @@ export interface Thermostat {
325
335
  | "dsc"
326
336
  | "ecobee"
327
337
  | "epson"
338
+ | "honeywell-vista"
328
339
  | "igor"
329
340
  | "inncom"
330
341
  | "isapi"
@@ -379,7 +390,9 @@ export interface Thermostat {
379
390
  | "outsideSafeHumidityRange"
380
391
  | "scheduleMaintenance"
381
392
  | "doorAjar"
382
- | "communicationFailure";
393
+ | "communicationFailure"
394
+ | "burglarAlarm"
395
+ | "fireAlarm";
383
396
  timestamp?: number;
384
397
  description?: string;
385
398
  [k: string]: unknown;
@@ -469,7 +482,9 @@ export interface Lock {
469
482
  | "outsideSafeHumidityRange"
470
483
  | "scheduleMaintenance"
471
484
  | "doorAjar"
472
- | "communicationFailure";
485
+ | "communicationFailure"
486
+ | "burglarAlarm"
487
+ | "fireAlarm";
473
488
  timestamp?: number;
474
489
  description?: string;
475
490
  [k: string]: unknown;
@@ -484,6 +499,7 @@ export interface Lock {
484
499
  | "dsc"
485
500
  | "ecobee"
486
501
  | "epson"
502
+ | "honeywell-vista"
487
503
  | "igor"
488
504
  | "inncom"
489
505
  | "isapi"
@@ -572,7 +588,9 @@ export interface WindowCovering {
572
588
  | "outsideSafeHumidityRange"
573
589
  | "scheduleMaintenance"
574
590
  | "doorAjar"
575
- | "communicationFailure";
591
+ | "communicationFailure"
592
+ | "burglarAlarm"
593
+ | "fireAlarm";
576
594
  timestamp?: number;
577
595
  description?: string;
578
596
  [k: string]: unknown;
@@ -587,6 +605,7 @@ export interface WindowCovering {
587
605
  | "dsc"
588
606
  | "ecobee"
589
607
  | "epson"
608
+ | "honeywell-vista"
590
609
  | "igor"
591
610
  | "inncom"
592
611
  | "isapi"
@@ -670,7 +689,9 @@ export interface Courtesy {
670
689
  | "outsideSafeHumidityRange"
671
690
  | "scheduleMaintenance"
672
691
  | "doorAjar"
673
- | "communicationFailure";
692
+ | "communicationFailure"
693
+ | "burglarAlarm"
694
+ | "fireAlarm";
674
695
  timestamp?: number;
675
696
  description?: string;
676
697
  [k: string]: unknown;
@@ -685,6 +706,7 @@ export interface Courtesy {
685
706
  | "dsc"
686
707
  | "ecobee"
687
708
  | "epson"
709
+ | "honeywell-vista"
688
710
  | "igor"
689
711
  | "inncom"
690
712
  | "isapi"
@@ -770,7 +792,9 @@ export interface Camera {
770
792
  | "outsideSafeHumidityRange"
771
793
  | "scheduleMaintenance"
772
794
  | "doorAjar"
773
- | "communicationFailure";
795
+ | "communicationFailure"
796
+ | "burglarAlarm"
797
+ | "fireAlarm";
774
798
  timestamp?: number;
775
799
  description?: string;
776
800
  [k: string]: unknown;
@@ -785,6 +809,7 @@ export interface Camera {
785
809
  | "dsc"
786
810
  | "ecobee"
787
811
  | "epson"
812
+ | "honeywell-vista"
788
813
  | "igor"
789
814
  | "inncom"
790
815
  | "isapi"
@@ -858,6 +883,7 @@ export interface MediaSource {
858
883
  | "dsc"
859
884
  | "ecobee"
860
885
  | "epson"
886
+ | "honeywell-vista"
861
887
  | "igor"
862
888
  | "inncom"
863
889
  | "isapi"
@@ -1041,7 +1067,9 @@ export interface MediaSource {
1041
1067
  | "outsideSafeHumidityRange"
1042
1068
  | "scheduleMaintenance"
1043
1069
  | "doorAjar"
1044
- | "communicationFailure";
1070
+ | "communicationFailure"
1071
+ | "burglarAlarm"
1072
+ | "fireAlarm";
1045
1073
  timestamp?: number;
1046
1074
  description?: string;
1047
1075
  [k: string]: unknown;
@@ -1082,6 +1110,7 @@ export interface MotionSensor {
1082
1110
  | "dsc"
1083
1111
  | "ecobee"
1084
1112
  | "epson"
1113
+ | "honeywell-vista"
1085
1114
  | "igor"
1086
1115
  | "inncom"
1087
1116
  | "isapi"
@@ -1136,7 +1165,9 @@ export interface MotionSensor {
1136
1165
  | "outsideSafeHumidityRange"
1137
1166
  | "scheduleMaintenance"
1138
1167
  | "doorAjar"
1139
- | "communicationFailure";
1168
+ | "communicationFailure"
1169
+ | "burglarAlarm"
1170
+ | "fireAlarm";
1140
1171
  timestamp?: number;
1141
1172
  description?: string;
1142
1173
  [k: string]: unknown;
@@ -1195,7 +1226,9 @@ export interface Alarm {
1195
1226
  | "outsideSafeHumidityRange"
1196
1227
  | "scheduleMaintenance"
1197
1228
  | "doorAjar"
1198
- | "communicationFailure";
1229
+ | "communicationFailure"
1230
+ | "burglarAlarm"
1231
+ | "fireAlarm";
1199
1232
  timestamp?: number;
1200
1233
  description?: string;
1201
1234
  [k: string]: unknown;
@@ -1210,6 +1243,7 @@ export interface Alarm {
1210
1243
  | "dsc"
1211
1244
  | "ecobee"
1212
1245
  | "epson"
1246
+ | "honeywell-vista"
1213
1247
  | "igor"
1214
1248
  | "inncom"
1215
1249
  | "isapi"
@@ -31,6 +31,7 @@ export interface Space {
31
31
  | "dsc"
32
32
  | "ecobee"
33
33
  | "epson"
34
+ | "honeywell-vista"
34
35
  | "igor"
35
36
  | "inncom"
36
37
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -128,6 +134,7 @@ export interface Switch {
128
134
  | "dsc"
129
135
  | "ecobee"
130
136
  | "epson"
137
+ | "honeywell-vista"
131
138
  | "igor"
132
139
  | "inncom"
133
140
  | "isapi"
@@ -49,6 +49,7 @@ export interface SystemUser {
49
49
  | "dsc"
50
50
  | "ecobee"
51
51
  | "epson"
52
+ | "honeywell-vista"
52
53
  | "igor"
53
54
  | "inncom"
54
55
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -127,6 +133,7 @@ export interface Thermostat {
127
133
  | "dsc"
128
134
  | "ecobee"
129
135
  | "epson"
136
+ | "honeywell-vista"
130
137
  | "igor"
131
138
  | "inncom"
132
139
  | "isapi"
@@ -222,6 +222,7 @@ export interface Reservation {
222
222
  | "dsc"
223
223
  | "ecobee"
224
224
  | "epson"
225
+ | "honeywell-vista"
225
226
  | "igor"
226
227
  | "inncom"
227
228
  | "isapi"
@@ -30,6 +30,8 @@ export type SupportedNotifications = (
30
30
  | "scheduleMaintenance"
31
31
  | "doorAjar"
32
32
  | "communicationFailure"
33
+ | "burglarAlarm"
34
+ | "fireAlarm"
33
35
  )[];
34
36
  export type Notification = {
35
37
  name?:
@@ -56,7 +58,9 @@ export type Notification = {
56
58
  | "outsideSafeHumidityRange"
57
59
  | "scheduleMaintenance"
58
60
  | "doorAjar"
59
- | "communicationFailure";
61
+ | "communicationFailure"
62
+ | "burglarAlarm"
63
+ | "fireAlarm";
60
64
  timestamp?: number;
61
65
  description?: string;
62
66
  [k: string]: unknown;
@@ -85,7 +89,9 @@ export type Notification = {
85
89
  | "outsideSafeHumidityRange"
86
90
  | "scheduleMaintenance"
87
91
  | "doorAjar"
88
- | "communicationFailure";
92
+ | "communicationFailure"
93
+ | "burglarAlarm"
94
+ | "fireAlarm";
89
95
  timestamp?: number;
90
96
  description?: string;
91
97
  [k: string]: unknown;
@@ -128,6 +134,7 @@ export interface WindowCovering {
128
134
  | "dsc"
129
135
  | "ecobee"
130
136
  | "epson"
137
+ | "honeywell-vista"
131
138
  | "igor"
132
139
  | "inncom"
133
140
  | "isapi"