@kohost/api-client 3.3.12 → 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.
- package/dist/cjs/schemas/definitions.json +3 -1
- package/dist/esm/Models.js +3 -1
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +3 -1
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/AlarmSchema.d.ts +8 -2
- package/dist/types/schemas/CameraSchema.d.ts +8 -2
- package/dist/types/schemas/CourtesySchema.d.ts +8 -2
- package/dist/types/schemas/DimmerSchema.d.ts +8 -2
- package/dist/types/schemas/GatewaySchema.d.ts +8 -2
- package/dist/types/schemas/LockSchema.d.ts +8 -2
- package/dist/types/schemas/MediaSourceSchema.d.ts +8 -2
- package/dist/types/schemas/MotionSensorSchema.d.ts +8 -2
- package/dist/types/schemas/RoomSchema.d.ts +35 -11
- package/dist/types/schemas/SwitchSchema.d.ts +8 -2
- package/dist/types/schemas/ThermostatSchema.d.ts +8 -2
- package/dist/types/schemas/WindowCoveringSchema.d.ts +8 -2
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -244,7 +250,9 @@ export interface Switch {
|
|
|
244
250
|
| "outsideSafeHumidityRange"
|
|
245
251
|
| "scheduleMaintenance"
|
|
246
252
|
| "doorAjar"
|
|
247
|
-
| "communicationFailure"
|
|
253
|
+
| "communicationFailure"
|
|
254
|
+
| "burglarAlarm"
|
|
255
|
+
| "fireAlarm";
|
|
248
256
|
timestamp?: number;
|
|
249
257
|
description?: string;
|
|
250
258
|
[k: string]: unknown;
|
|
@@ -382,7 +390,9 @@ export interface Thermostat {
|
|
|
382
390
|
| "outsideSafeHumidityRange"
|
|
383
391
|
| "scheduleMaintenance"
|
|
384
392
|
| "doorAjar"
|
|
385
|
-
| "communicationFailure"
|
|
393
|
+
| "communicationFailure"
|
|
394
|
+
| "burglarAlarm"
|
|
395
|
+
| "fireAlarm";
|
|
386
396
|
timestamp?: number;
|
|
387
397
|
description?: string;
|
|
388
398
|
[k: string]: unknown;
|
|
@@ -472,7 +482,9 @@ export interface Lock {
|
|
|
472
482
|
| "outsideSafeHumidityRange"
|
|
473
483
|
| "scheduleMaintenance"
|
|
474
484
|
| "doorAjar"
|
|
475
|
-
| "communicationFailure"
|
|
485
|
+
| "communicationFailure"
|
|
486
|
+
| "burglarAlarm"
|
|
487
|
+
| "fireAlarm";
|
|
476
488
|
timestamp?: number;
|
|
477
489
|
description?: string;
|
|
478
490
|
[k: string]: unknown;
|
|
@@ -576,7 +588,9 @@ export interface WindowCovering {
|
|
|
576
588
|
| "outsideSafeHumidityRange"
|
|
577
589
|
| "scheduleMaintenance"
|
|
578
590
|
| "doorAjar"
|
|
579
|
-
| "communicationFailure"
|
|
591
|
+
| "communicationFailure"
|
|
592
|
+
| "burglarAlarm"
|
|
593
|
+
| "fireAlarm";
|
|
580
594
|
timestamp?: number;
|
|
581
595
|
description?: string;
|
|
582
596
|
[k: string]: unknown;
|
|
@@ -675,7 +689,9 @@ export interface Courtesy {
|
|
|
675
689
|
| "outsideSafeHumidityRange"
|
|
676
690
|
| "scheduleMaintenance"
|
|
677
691
|
| "doorAjar"
|
|
678
|
-
| "communicationFailure"
|
|
692
|
+
| "communicationFailure"
|
|
693
|
+
| "burglarAlarm"
|
|
694
|
+
| "fireAlarm";
|
|
679
695
|
timestamp?: number;
|
|
680
696
|
description?: string;
|
|
681
697
|
[k: string]: unknown;
|
|
@@ -776,7 +792,9 @@ export interface Camera {
|
|
|
776
792
|
| "outsideSafeHumidityRange"
|
|
777
793
|
| "scheduleMaintenance"
|
|
778
794
|
| "doorAjar"
|
|
779
|
-
| "communicationFailure"
|
|
795
|
+
| "communicationFailure"
|
|
796
|
+
| "burglarAlarm"
|
|
797
|
+
| "fireAlarm";
|
|
780
798
|
timestamp?: number;
|
|
781
799
|
description?: string;
|
|
782
800
|
[k: string]: unknown;
|
|
@@ -1049,7 +1067,9 @@ export interface MediaSource {
|
|
|
1049
1067
|
| "outsideSafeHumidityRange"
|
|
1050
1068
|
| "scheduleMaintenance"
|
|
1051
1069
|
| "doorAjar"
|
|
1052
|
-
| "communicationFailure"
|
|
1070
|
+
| "communicationFailure"
|
|
1071
|
+
| "burglarAlarm"
|
|
1072
|
+
| "fireAlarm";
|
|
1053
1073
|
timestamp?: number;
|
|
1054
1074
|
description?: string;
|
|
1055
1075
|
[k: string]: unknown;
|
|
@@ -1145,7 +1165,9 @@ export interface MotionSensor {
|
|
|
1145
1165
|
| "outsideSafeHumidityRange"
|
|
1146
1166
|
| "scheduleMaintenance"
|
|
1147
1167
|
| "doorAjar"
|
|
1148
|
-
| "communicationFailure"
|
|
1168
|
+
| "communicationFailure"
|
|
1169
|
+
| "burglarAlarm"
|
|
1170
|
+
| "fireAlarm";
|
|
1149
1171
|
timestamp?: number;
|
|
1150
1172
|
description?: string;
|
|
1151
1173
|
[k: string]: unknown;
|
|
@@ -1204,7 +1226,9 @@ export interface Alarm {
|
|
|
1204
1226
|
| "outsideSafeHumidityRange"
|
|
1205
1227
|
| "scheduleMaintenance"
|
|
1206
1228
|
| "doorAjar"
|
|
1207
|
-
| "communicationFailure"
|
|
1229
|
+
| "communicationFailure"
|
|
1230
|
+
| "burglarAlarm"
|
|
1231
|
+
| "fireAlarm";
|
|
1208
1232
|
timestamp?: number;
|
|
1209
1233
|
description?: string;
|
|
1210
1234
|
[k: string]: unknown;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|