@kohost/api-client 3.4.7 → 3.6.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.
@@ -149,7 +149,6 @@ export interface Alarm {
149
149
  | "kohost"
150
150
  | "lg"
151
151
  | "lg-webos"
152
- | "rtsp"
153
152
  | "lapi"
154
153
  | "lirc"
155
154
  | "mews"
@@ -148,7 +148,6 @@ export interface Camera {
148
148
  | "kohost"
149
149
  | "lg"
150
150
  | "lg-webos"
151
- | "rtsp"
152
151
  | "lapi"
153
152
  | "lirc"
154
153
  | "mews"
@@ -33,7 +33,6 @@ export interface Category {
33
33
  | "kohost"
34
34
  | "lg"
35
35
  | "lg-webos"
36
- | "rtsp"
37
36
  | "lapi"
38
37
  | "lirc"
39
38
  | "mews"
@@ -147,7 +147,6 @@ export interface Courtesy {
147
147
  | "kohost"
148
148
  | "lg"
149
149
  | "lg-webos"
150
- | "rtsp"
151
150
  | "lapi"
152
151
  | "lirc"
153
152
  | "mews"
@@ -26,7 +26,6 @@ export interface Credential {
26
26
  | "kohost"
27
27
  | "lg"
28
28
  | "lg-webos"
29
- | "rtsp"
30
29
  | "lapi"
31
30
  | "lirc"
32
31
  | "mews"
@@ -147,7 +147,6 @@ export interface Dimmer {
147
147
  | "kohost"
148
148
  | "lg"
149
149
  | "lg-webos"
150
- | "rtsp"
151
150
  | "lapi"
152
151
  | "lirc"
153
152
  | "mews"
@@ -148,7 +148,6 @@ export interface IoTGateway {
148
148
  | "kohost"
149
149
  | "lg"
150
150
  | "lg-webos"
151
- | "rtsp"
152
151
  | "lapi"
153
152
  | "lirc"
154
153
  | "mews"
@@ -148,7 +148,6 @@ export interface Lock {
148
148
  | "kohost"
149
149
  | "lg"
150
150
  | "lg-webos"
151
- | "rtsp"
152
151
  | "lapi"
153
152
  | "lirc"
154
153
  | "mews"
@@ -177,6 +176,7 @@ export interface Lock {
177
176
  * AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.
178
177
  */
179
178
  mode?: "normal" | "autoLock" | "emergencyOpen" | "emergencyClose" | null;
179
+ supportedModes?: ("normal" | "autoLock" | "emergencyOpen" | "emergencyClose")[];
180
180
  batteryLevel?: number;
181
181
  systemId?: string;
182
182
  watts?: number;
@@ -135,7 +135,6 @@ export interface MediaSource {
135
135
  | "kohost"
136
136
  | "lg"
137
137
  | "lg-webos"
138
- | "rtsp"
139
138
  | "lapi"
140
139
  | "lirc"
141
140
  | "mews"
@@ -144,7 +144,6 @@ export interface MotionSensor {
144
144
  | "kohost"
145
145
  | "lg"
146
146
  | "lg-webos"
147
- | "rtsp"
148
147
  | "lapi"
149
148
  | "lirc"
150
149
  | "mews"
@@ -33,7 +33,6 @@ export interface Product {
33
33
  | "kohost"
34
34
  | "lg"
35
35
  | "lg-webos"
36
- | "rtsp"
37
36
  | "lapi"
38
37
  | "lirc"
39
38
  | "mews"
@@ -39,7 +39,6 @@ export interface Reservation {
39
39
  | "kohost"
40
40
  | "lg"
41
41
  | "lg-webos"
42
- | "rtsp"
43
42
  | "lapi"
44
43
  | "lirc"
45
44
  | "mews"
@@ -179,7 +179,6 @@ export interface Dimmer {
179
179
  | "kohost"
180
180
  | "lg"
181
181
  | "lg-webos"
182
- | "rtsp"
183
182
  | "lapi"
184
183
  | "lirc"
185
184
  | "mews"
@@ -287,7 +286,6 @@ export interface Switch {
287
286
  | "kohost"
288
287
  | "lg"
289
288
  | "lg-webos"
290
- | "rtsp"
291
289
  | "lapi"
292
290
  | "lirc"
293
291
  | "mews"
@@ -359,7 +357,6 @@ export interface Thermostat {
359
357
  | "kohost"
360
358
  | "lg"
361
359
  | "lg-webos"
362
- | "rtsp"
363
360
  | "lapi"
364
361
  | "lirc"
365
362
  | "mews"
@@ -531,7 +528,6 @@ export interface Lock {
531
528
  | "kohost"
532
529
  | "lg"
533
530
  | "lg-webos"
534
- | "rtsp"
535
531
  | "lapi"
536
532
  | "lirc"
537
533
  | "mews"
@@ -560,6 +556,7 @@ export interface Lock {
560
556
  * AutoLock: Lock automatically locks after set time. Normal - Lock needs told to lock or unlock.
561
557
  */
562
558
  mode?: "normal" | "autoLock" | "emergencyOpen" | "emergencyClose" | null;
559
+ supportedModes?: ("normal" | "autoLock" | "emergencyOpen" | "emergencyClose")[];
563
560
  batteryLevel?: number;
564
561
  systemId?: string;
565
562
  watts?: number;
@@ -643,7 +640,6 @@ export interface WindowCovering {
643
640
  | "kohost"
644
641
  | "lg"
645
642
  | "lg-webos"
646
- | "rtsp"
647
643
  | "lapi"
648
644
  | "lirc"
649
645
  | "mews"
@@ -750,7 +746,6 @@ export interface Courtesy {
750
746
  | "kohost"
751
747
  | "lg"
752
748
  | "lg-webos"
753
- | "rtsp"
754
749
  | "lapi"
755
750
  | "lirc"
756
751
  | "mews"
@@ -859,7 +854,6 @@ export interface Camera {
859
854
  | "kohost"
860
855
  | "lg"
861
856
  | "lg-webos"
862
- | "rtsp"
863
857
  | "lapi"
864
858
  | "lirc"
865
859
  | "mews"
@@ -937,7 +931,6 @@ export interface MediaSource {
937
931
  | "kohost"
938
932
  | "lg"
939
933
  | "lg-webos"
940
- | "rtsp"
941
934
  | "lapi"
942
935
  | "lirc"
943
936
  | "mews"
@@ -1170,7 +1163,6 @@ export interface MotionSensor {
1170
1163
  | "kohost"
1171
1164
  | "lg"
1172
1165
  | "lg-webos"
1173
- | "rtsp"
1174
1166
  | "lapi"
1175
1167
  | "lirc"
1176
1168
  | "mews"
@@ -1311,7 +1303,6 @@ export interface Alarm {
1311
1303
  | "kohost"
1312
1304
  | "lg"
1313
1305
  | "lg-webos"
1314
- | "rtsp"
1315
1306
  | "lapi"
1316
1307
  | "lirc"
1317
1308
  | "mews"
@@ -39,7 +39,6 @@ export interface Space {
39
39
  | "kohost"
40
40
  | "lg"
41
41
  | "lg-webos"
42
- | "rtsp"
43
42
  | "lapi"
44
43
  | "lirc"
45
44
  | "mews"
@@ -148,7 +148,6 @@ export interface Switch {
148
148
  | "kohost"
149
149
  | "lg"
150
150
  | "lg-webos"
151
- | "rtsp"
152
151
  | "lapi"
153
152
  | "lirc"
154
153
  | "mews"
@@ -57,7 +57,6 @@ export interface SystemUser {
57
57
  | "kohost"
58
58
  | "lg"
59
59
  | "lg-webos"
60
- | "rtsp"
61
60
  | "lapi"
62
61
  | "lirc"
63
62
  | "mews"
@@ -147,7 +147,6 @@ export interface Thermostat {
147
147
  | "kohost"
148
148
  | "lg"
149
149
  | "lg-webos"
150
- | "rtsp"
151
150
  | "lapi"
152
151
  | "lirc"
153
152
  | "mews"
@@ -230,7 +230,6 @@ export interface Reservation {
230
230
  | "kohost"
231
231
  | "lg"
232
232
  | "lg-webos"
233
- | "rtsp"
234
233
  | "lapi"
235
234
  | "lirc"
236
235
  | "mews"
@@ -148,7 +148,6 @@ export interface WindowCovering {
148
148
  | "kohost"
149
149
  | "lg"
150
150
  | "lg-webos"
151
- | "rtsp"
152
151
  | "lapi"
153
152
  | "lirc"
154
153
  | "mews"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.4.7",
3
+ "version": "3.6.1",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",