@seamapi/types 1.193.0 → 1.194.0
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/connect.cjs +757 -418
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1067 -5023
- package/lib/seam/connect/openapi.d.ts +215 -109
- package/lib/seam/connect/openapi.js +680 -341
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +852 -4914
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +683 -406
- package/src/lib/seam/connect/route-types.ts +857 -4919
|
@@ -36,7 +36,6 @@ declare const _default: {
|
|
|
36
36
|
};
|
|
37
37
|
errors: {
|
|
38
38
|
description: string;
|
|
39
|
-
nullable: boolean;
|
|
40
39
|
};
|
|
41
40
|
is_backup: {
|
|
42
41
|
description: string;
|
|
@@ -100,7 +99,6 @@ declare const _default: {
|
|
|
100
99
|
};
|
|
101
100
|
warnings: {
|
|
102
101
|
description: string;
|
|
103
|
-
nullable: boolean;
|
|
104
102
|
};
|
|
105
103
|
};
|
|
106
104
|
required: string[];
|
|
@@ -109,13 +107,15 @@ declare const _default: {
|
|
|
109
107
|
acs_access_group: {
|
|
110
108
|
properties: {
|
|
111
109
|
access_group_type: {
|
|
112
|
-
|
|
110
|
+
deprecated: boolean;
|
|
113
111
|
enum: string[];
|
|
114
112
|
type: string;
|
|
113
|
+
'x-deprecated': string;
|
|
115
114
|
};
|
|
116
115
|
access_group_type_display_name: {
|
|
117
|
-
|
|
116
|
+
deprecated: boolean;
|
|
118
117
|
type: string;
|
|
118
|
+
'x-deprecated': string;
|
|
119
119
|
};
|
|
120
120
|
acs_access_group_id: {
|
|
121
121
|
format: string;
|
|
@@ -490,13 +490,15 @@ declare const _default: {
|
|
|
490
490
|
type: string;
|
|
491
491
|
};
|
|
492
492
|
system_type: {
|
|
493
|
-
|
|
493
|
+
deprecated: boolean;
|
|
494
494
|
enum: string[];
|
|
495
495
|
type: string;
|
|
496
|
+
'x-deprecated': string;
|
|
496
497
|
};
|
|
497
498
|
system_type_display_name: {
|
|
498
|
-
|
|
499
|
+
deprecated: boolean;
|
|
499
500
|
type: string;
|
|
501
|
+
'x-deprecated': string;
|
|
500
502
|
};
|
|
501
503
|
warnings: {
|
|
502
504
|
items: {
|
|
@@ -545,9 +547,10 @@ declare const _default: {
|
|
|
545
547
|
type: string;
|
|
546
548
|
};
|
|
547
549
|
email: {
|
|
548
|
-
|
|
550
|
+
deprecated: boolean;
|
|
549
551
|
format: string;
|
|
550
552
|
type: string;
|
|
553
|
+
'x-deprecated': string;
|
|
551
554
|
};
|
|
552
555
|
email_address: {
|
|
553
556
|
format: string;
|
|
@@ -571,7 +574,6 @@ declare const _default: {
|
|
|
571
574
|
type: string;
|
|
572
575
|
};
|
|
573
576
|
phone_number: {
|
|
574
|
-
nullable: boolean;
|
|
575
577
|
type: string;
|
|
576
578
|
};
|
|
577
579
|
user_identity_email_address: {
|
|
@@ -605,23 +607,22 @@ declare const _default: {
|
|
|
605
607
|
description: string;
|
|
606
608
|
format: string;
|
|
607
609
|
type: string;
|
|
610
|
+
'x-title': string;
|
|
608
611
|
};
|
|
609
612
|
action_type: {
|
|
610
613
|
enum: string[];
|
|
611
614
|
type: string;
|
|
612
615
|
};
|
|
613
616
|
error: {
|
|
614
|
-
format: string;
|
|
615
617
|
nullable: boolean;
|
|
616
|
-
type: string;
|
|
617
618
|
properties?: never;
|
|
618
619
|
required?: never;
|
|
620
|
+
type?: never;
|
|
619
621
|
};
|
|
620
622
|
result: {
|
|
621
|
-
format: string;
|
|
622
623
|
nullable: boolean;
|
|
623
|
-
type: string;
|
|
624
624
|
properties?: never;
|
|
625
|
+
type?: never;
|
|
625
626
|
};
|
|
626
627
|
status: {
|
|
627
628
|
enum: string[];
|
|
@@ -637,22 +638,21 @@ declare const _default: {
|
|
|
637
638
|
description: string;
|
|
638
639
|
format: string;
|
|
639
640
|
type: string;
|
|
641
|
+
'x-title': string;
|
|
640
642
|
};
|
|
641
643
|
action_type: {
|
|
642
644
|
enum: string[];
|
|
643
645
|
type: string;
|
|
644
646
|
};
|
|
645
647
|
error: {
|
|
646
|
-
format: string;
|
|
647
648
|
nullable: boolean;
|
|
648
|
-
type: string;
|
|
649
649
|
properties?: never;
|
|
650
650
|
required?: never;
|
|
651
|
+
type?: never;
|
|
651
652
|
};
|
|
652
653
|
result: {
|
|
653
654
|
properties: {};
|
|
654
655
|
type: string;
|
|
655
|
-
format?: never;
|
|
656
656
|
nullable?: never;
|
|
657
657
|
};
|
|
658
658
|
status: {
|
|
@@ -669,6 +669,7 @@ declare const _default: {
|
|
|
669
669
|
description: string;
|
|
670
670
|
format: string;
|
|
671
671
|
type: string;
|
|
672
|
+
'x-title': string;
|
|
672
673
|
};
|
|
673
674
|
action_type: {
|
|
674
675
|
enum: string[];
|
|
@@ -685,14 +686,12 @@ declare const _default: {
|
|
|
685
686
|
};
|
|
686
687
|
required: string[];
|
|
687
688
|
type: string;
|
|
688
|
-
format?: never;
|
|
689
689
|
nullable?: never;
|
|
690
690
|
};
|
|
691
691
|
result: {
|
|
692
|
-
format: string;
|
|
693
692
|
nullable: boolean;
|
|
694
|
-
type: string;
|
|
695
693
|
properties?: never;
|
|
694
|
+
type?: never;
|
|
696
695
|
};
|
|
697
696
|
status: {
|
|
698
697
|
enum: string[];
|
|
@@ -707,23 +706,22 @@ declare const _default: {
|
|
|
707
706
|
description: string;
|
|
708
707
|
format: string;
|
|
709
708
|
type: string;
|
|
709
|
+
'x-title': string;
|
|
710
710
|
};
|
|
711
711
|
action_type: {
|
|
712
712
|
enum: string[];
|
|
713
713
|
type: string;
|
|
714
714
|
};
|
|
715
715
|
error: {
|
|
716
|
-
format: string;
|
|
717
716
|
nullable: boolean;
|
|
718
|
-
type: string;
|
|
719
717
|
properties?: never;
|
|
720
718
|
required?: never;
|
|
719
|
+
type?: never;
|
|
721
720
|
};
|
|
722
721
|
result: {
|
|
723
|
-
format: string;
|
|
724
722
|
nullable: boolean;
|
|
725
|
-
type: string;
|
|
726
723
|
properties?: never;
|
|
724
|
+
type?: never;
|
|
727
725
|
};
|
|
728
726
|
status: {
|
|
729
727
|
enum: string[];
|
|
@@ -739,23 +737,22 @@ declare const _default: {
|
|
|
739
737
|
description: string;
|
|
740
738
|
format: string;
|
|
741
739
|
type: string;
|
|
740
|
+
'x-title': string;
|
|
742
741
|
};
|
|
743
742
|
action_type: {
|
|
744
743
|
enum: string[];
|
|
745
744
|
type: string;
|
|
746
745
|
};
|
|
747
746
|
error: {
|
|
748
|
-
format: string;
|
|
749
747
|
nullable: boolean;
|
|
750
|
-
type: string;
|
|
751
748
|
properties?: never;
|
|
752
749
|
required?: never;
|
|
750
|
+
type?: never;
|
|
753
751
|
};
|
|
754
752
|
result: {
|
|
755
|
-
nullable
|
|
756
|
-
format?: never;
|
|
757
|
-
type?: never;
|
|
753
|
+
nullable?: never;
|
|
758
754
|
properties?: never;
|
|
755
|
+
type?: never;
|
|
759
756
|
};
|
|
760
757
|
status: {
|
|
761
758
|
enum: string[];
|
|
@@ -771,6 +768,7 @@ declare const _default: {
|
|
|
771
768
|
description: string;
|
|
772
769
|
format: string;
|
|
773
770
|
type: string;
|
|
771
|
+
'x-title': string;
|
|
774
772
|
};
|
|
775
773
|
action_type: {
|
|
776
774
|
enum: string[];
|
|
@@ -787,14 +785,12 @@ declare const _default: {
|
|
|
787
785
|
};
|
|
788
786
|
required: string[];
|
|
789
787
|
type: string;
|
|
790
|
-
format?: never;
|
|
791
788
|
nullable?: never;
|
|
792
789
|
};
|
|
793
790
|
result: {
|
|
794
|
-
format: string;
|
|
795
791
|
nullable: boolean;
|
|
796
|
-
type: string;
|
|
797
792
|
properties?: never;
|
|
793
|
+
type?: never;
|
|
798
794
|
};
|
|
799
795
|
status: {
|
|
800
796
|
enum: string[];
|
|
@@ -831,6 +827,7 @@ declare const _default: {
|
|
|
831
827
|
type: string;
|
|
832
828
|
};
|
|
833
829
|
device_count: {
|
|
830
|
+
format: string;
|
|
834
831
|
type: string;
|
|
835
832
|
};
|
|
836
833
|
token: {
|
|
@@ -868,9 +865,11 @@ declare const _default: {
|
|
|
868
865
|
type: string;
|
|
869
866
|
};
|
|
870
867
|
cooling_set_point_celsius: {
|
|
868
|
+
format: string;
|
|
871
869
|
type: string;
|
|
872
870
|
};
|
|
873
871
|
cooling_set_point_fahrenheit: {
|
|
872
|
+
format: string;
|
|
874
873
|
type: string;
|
|
875
874
|
};
|
|
876
875
|
created_at: {
|
|
@@ -883,12 +882,13 @@ declare const _default: {
|
|
|
883
882
|
};
|
|
884
883
|
errors: {
|
|
885
884
|
description: string;
|
|
886
|
-
nullable: boolean;
|
|
887
885
|
};
|
|
888
886
|
heating_set_point_celsius: {
|
|
887
|
+
format: string;
|
|
889
888
|
type: string;
|
|
890
889
|
};
|
|
891
890
|
heating_set_point_fahrenheit: {
|
|
891
|
+
format: string;
|
|
892
892
|
type: string;
|
|
893
893
|
};
|
|
894
894
|
hvac_mode_setting: {
|
|
@@ -918,11 +918,12 @@ declare const _default: {
|
|
|
918
918
|
connect_webview: {
|
|
919
919
|
properties: {
|
|
920
920
|
accepted_devices: {
|
|
921
|
-
|
|
921
|
+
deprecated: boolean;
|
|
922
922
|
items: {
|
|
923
923
|
type: string;
|
|
924
924
|
};
|
|
925
925
|
type: string;
|
|
926
|
+
'x-deprecated': string;
|
|
926
927
|
};
|
|
927
928
|
accepted_providers: {
|
|
928
929
|
items: {
|
|
@@ -931,8 +932,9 @@ declare const _default: {
|
|
|
931
932
|
type: string;
|
|
932
933
|
};
|
|
933
934
|
any_device_allowed: {
|
|
934
|
-
|
|
935
|
+
deprecated: boolean;
|
|
935
936
|
type: string;
|
|
937
|
+
'x-deprecated': string;
|
|
936
938
|
};
|
|
937
939
|
any_provider_allowed: {
|
|
938
940
|
type: string;
|
|
@@ -1033,9 +1035,7 @@ declare const _default: {
|
|
|
1033
1035
|
};
|
|
1034
1036
|
type: string;
|
|
1035
1037
|
};
|
|
1036
|
-
errors: {
|
|
1037
|
-
nullable: boolean;
|
|
1038
|
-
};
|
|
1038
|
+
errors: {};
|
|
1039
1039
|
user_identifier: {
|
|
1040
1040
|
properties: {
|
|
1041
1041
|
api_url: {
|
|
@@ -1056,9 +1056,7 @@ declare const _default: {
|
|
|
1056
1056
|
};
|
|
1057
1057
|
type: string;
|
|
1058
1058
|
};
|
|
1059
|
-
warnings: {
|
|
1060
|
-
nullable: boolean;
|
|
1061
|
-
};
|
|
1059
|
+
warnings: {};
|
|
1062
1060
|
};
|
|
1063
1061
|
required: string[];
|
|
1064
1062
|
type: string;
|
|
@@ -1180,6 +1178,7 @@ declare const _default: {
|
|
|
1180
1178
|
description: string;
|
|
1181
1179
|
properties: {
|
|
1182
1180
|
level: {
|
|
1181
|
+
format: string;
|
|
1183
1182
|
maximum: number;
|
|
1184
1183
|
minimum: number;
|
|
1185
1184
|
type: string;
|
|
@@ -1210,6 +1209,7 @@ declare const _default: {
|
|
|
1210
1209
|
description: string;
|
|
1211
1210
|
properties: {
|
|
1212
1211
|
level: {
|
|
1212
|
+
format: string;
|
|
1213
1213
|
maximum: number;
|
|
1214
1214
|
minimum: number;
|
|
1215
1215
|
type: string;
|
|
@@ -1224,6 +1224,7 @@ declare const _default: {
|
|
|
1224
1224
|
};
|
|
1225
1225
|
battery_level: {
|
|
1226
1226
|
description: string;
|
|
1227
|
+
format: string;
|
|
1227
1228
|
maximum: number;
|
|
1228
1229
|
minimum: number;
|
|
1229
1230
|
type: string;
|
|
@@ -1255,8 +1256,9 @@ declare const _default: {
|
|
|
1255
1256
|
model: {
|
|
1256
1257
|
properties: {
|
|
1257
1258
|
accessory_keypad_supported: {
|
|
1258
|
-
|
|
1259
|
+
deprecated: boolean;
|
|
1259
1260
|
type: string;
|
|
1261
|
+
'x-deprecated': string;
|
|
1260
1262
|
};
|
|
1261
1263
|
can_connect_accessory_keypad: {
|
|
1262
1264
|
description: string;
|
|
@@ -1287,11 +1289,14 @@ declare const _default: {
|
|
|
1287
1289
|
type: string;
|
|
1288
1290
|
};
|
|
1289
1291
|
name: {
|
|
1292
|
+
deprecated: boolean;
|
|
1290
1293
|
description: string;
|
|
1291
1294
|
type: string;
|
|
1295
|
+
'x-deprecated': string;
|
|
1292
1296
|
};
|
|
1293
1297
|
noise_level_decibels: {
|
|
1294
1298
|
description: string;
|
|
1299
|
+
format: string;
|
|
1295
1300
|
type: string;
|
|
1296
1301
|
};
|
|
1297
1302
|
offline_access_codes_enabled: {
|
|
@@ -1311,12 +1316,14 @@ declare const _default: {
|
|
|
1311
1316
|
type: string;
|
|
1312
1317
|
};
|
|
1313
1318
|
supports_accessory_keypad: {
|
|
1314
|
-
|
|
1319
|
+
deprecated: boolean;
|
|
1315
1320
|
type: string;
|
|
1321
|
+
'x-deprecated': string;
|
|
1316
1322
|
};
|
|
1317
1323
|
supports_offline_access_codes: {
|
|
1318
|
-
|
|
1324
|
+
deprecated: boolean;
|
|
1319
1325
|
type: string;
|
|
1326
|
+
'x-deprecated': string;
|
|
1320
1327
|
};
|
|
1321
1328
|
assa_abloy_credential_service_metadata?: never;
|
|
1322
1329
|
};
|
|
@@ -1407,18 +1414,21 @@ declare const _default: {
|
|
|
1407
1414
|
type: string;
|
|
1408
1415
|
};
|
|
1409
1416
|
entry_relays_total_count: {
|
|
1417
|
+
format: string;
|
|
1410
1418
|
type: string;
|
|
1411
1419
|
};
|
|
1412
1420
|
org_name: {
|
|
1413
1421
|
type: string;
|
|
1414
1422
|
};
|
|
1415
1423
|
site_id: {
|
|
1424
|
+
format: string;
|
|
1416
1425
|
type: string;
|
|
1417
1426
|
};
|
|
1418
1427
|
site_name: {
|
|
1419
1428
|
type: string;
|
|
1420
1429
|
};
|
|
1421
1430
|
zone_id: {
|
|
1431
|
+
format: string;
|
|
1422
1432
|
type: string;
|
|
1423
1433
|
};
|
|
1424
1434
|
zone_name: {
|
|
@@ -1456,9 +1466,11 @@ declare const _default: {
|
|
|
1456
1466
|
dormakaba_oracode_metadata: {
|
|
1457
1467
|
properties: {
|
|
1458
1468
|
device_id: {
|
|
1469
|
+
format: string;
|
|
1459
1470
|
type: string;
|
|
1460
1471
|
};
|
|
1461
1472
|
door_id: {
|
|
1473
|
+
format: string;
|
|
1462
1474
|
type: string;
|
|
1463
1475
|
};
|
|
1464
1476
|
door_is_wireless: {
|
|
@@ -1484,6 +1496,7 @@ declare const _default: {
|
|
|
1484
1496
|
type: string;
|
|
1485
1497
|
};
|
|
1486
1498
|
ext_dormakaba_oracode_user_level_prefix: {
|
|
1499
|
+
format: string;
|
|
1487
1500
|
type: string;
|
|
1488
1501
|
};
|
|
1489
1502
|
is_24_hour: {
|
|
@@ -1502,6 +1515,7 @@ declare const _default: {
|
|
|
1502
1515
|
type: string;
|
|
1503
1516
|
};
|
|
1504
1517
|
prefix: {
|
|
1518
|
+
format: string;
|
|
1505
1519
|
type: string;
|
|
1506
1520
|
};
|
|
1507
1521
|
};
|
|
@@ -1511,6 +1525,7 @@ declare const _default: {
|
|
|
1511
1525
|
type: string;
|
|
1512
1526
|
};
|
|
1513
1527
|
site_id: {
|
|
1528
|
+
format: string;
|
|
1514
1529
|
type: string;
|
|
1515
1530
|
};
|
|
1516
1531
|
site_name: {
|
|
@@ -1535,12 +1550,14 @@ declare const _default: {
|
|
|
1535
1550
|
four_suites_metadata: {
|
|
1536
1551
|
properties: {
|
|
1537
1552
|
device_id: {
|
|
1553
|
+
format: string;
|
|
1538
1554
|
type: string;
|
|
1539
1555
|
};
|
|
1540
1556
|
device_name: {
|
|
1541
1557
|
type: string;
|
|
1542
1558
|
};
|
|
1543
1559
|
reclose_delay_in_seconds: {
|
|
1560
|
+
format: string;
|
|
1544
1561
|
type: string;
|
|
1545
1562
|
};
|
|
1546
1563
|
};
|
|
@@ -1668,6 +1685,7 @@ declare const _default: {
|
|
|
1668
1685
|
type: string;
|
|
1669
1686
|
};
|
|
1670
1687
|
value: {
|
|
1688
|
+
format: string;
|
|
1671
1689
|
type: string;
|
|
1672
1690
|
};
|
|
1673
1691
|
};
|
|
@@ -1680,6 +1698,7 @@ declare const _default: {
|
|
|
1680
1698
|
type: string;
|
|
1681
1699
|
};
|
|
1682
1700
|
value: {
|
|
1701
|
+
format: string;
|
|
1683
1702
|
type: string;
|
|
1684
1703
|
};
|
|
1685
1704
|
};
|
|
@@ -1692,6 +1711,7 @@ declare const _default: {
|
|
|
1692
1711
|
type: string;
|
|
1693
1712
|
};
|
|
1694
1713
|
value: {
|
|
1714
|
+
format: string;
|
|
1695
1715
|
type: string;
|
|
1696
1716
|
};
|
|
1697
1717
|
};
|
|
@@ -1704,6 +1724,7 @@ declare const _default: {
|
|
|
1704
1724
|
type: string;
|
|
1705
1725
|
};
|
|
1706
1726
|
value: {
|
|
1727
|
+
format: string;
|
|
1707
1728
|
type: string;
|
|
1708
1729
|
};
|
|
1709
1730
|
};
|
|
@@ -1716,6 +1737,7 @@ declare const _default: {
|
|
|
1716
1737
|
type: string;
|
|
1717
1738
|
};
|
|
1718
1739
|
value: {
|
|
1740
|
+
format: string;
|
|
1719
1741
|
type: string;
|
|
1720
1742
|
};
|
|
1721
1743
|
};
|
|
@@ -1758,9 +1780,11 @@ declare const _default: {
|
|
|
1758
1780
|
type: string;
|
|
1759
1781
|
};
|
|
1760
1782
|
noise_level_decibel: {
|
|
1783
|
+
format: string;
|
|
1761
1784
|
type: string;
|
|
1762
1785
|
};
|
|
1763
1786
|
noise_level_nrs: {
|
|
1787
|
+
format: string;
|
|
1764
1788
|
type: string;
|
|
1765
1789
|
};
|
|
1766
1790
|
};
|
|
@@ -1815,6 +1839,7 @@ declare const _default: {
|
|
|
1815
1839
|
schlage_metadata: {
|
|
1816
1840
|
properties: {
|
|
1817
1841
|
access_code_length: {
|
|
1842
|
+
format: string;
|
|
1818
1843
|
nullable: boolean;
|
|
1819
1844
|
type: string;
|
|
1820
1845
|
};
|
|
@@ -1834,6 +1859,7 @@ declare const _default: {
|
|
|
1834
1859
|
seam_bridge_metadata: {
|
|
1835
1860
|
properties: {
|
|
1836
1861
|
device_num: {
|
|
1862
|
+
format: string;
|
|
1837
1863
|
type: string;
|
|
1838
1864
|
};
|
|
1839
1865
|
name: {
|
|
@@ -1868,12 +1894,14 @@ declare const _default: {
|
|
|
1868
1894
|
tedee_metadata: {
|
|
1869
1895
|
properties: {
|
|
1870
1896
|
bridge_id: {
|
|
1897
|
+
format: string;
|
|
1871
1898
|
type: string;
|
|
1872
1899
|
};
|
|
1873
1900
|
bridge_name: {
|
|
1874
1901
|
type: string;
|
|
1875
1902
|
};
|
|
1876
1903
|
device_id: {
|
|
1904
|
+
format: string;
|
|
1877
1905
|
type: string;
|
|
1878
1906
|
};
|
|
1879
1907
|
device_model: {
|
|
@@ -1883,6 +1911,7 @@ declare const _default: {
|
|
|
1883
1911
|
type: string;
|
|
1884
1912
|
};
|
|
1885
1913
|
keypad_id: {
|
|
1914
|
+
format: string;
|
|
1886
1915
|
type: string;
|
|
1887
1916
|
};
|
|
1888
1917
|
serial_number: {
|
|
@@ -1901,6 +1930,7 @@ declare const _default: {
|
|
|
1901
1930
|
type: string;
|
|
1902
1931
|
};
|
|
1903
1932
|
lock_id: {
|
|
1933
|
+
format: string;
|
|
1904
1934
|
type: string;
|
|
1905
1935
|
};
|
|
1906
1936
|
};
|
|
@@ -1910,6 +1940,7 @@ declare const _default: {
|
|
|
1910
1940
|
two_n_metadata: {
|
|
1911
1941
|
properties: {
|
|
1912
1942
|
device_id: {
|
|
1943
|
+
format: string;
|
|
1913
1944
|
type: string;
|
|
1914
1945
|
};
|
|
1915
1946
|
device_name: {
|
|
@@ -1934,6 +1965,7 @@ declare const _default: {
|
|
|
1934
1965
|
type: string;
|
|
1935
1966
|
};
|
|
1936
1967
|
locker_status_hardlock: {
|
|
1968
|
+
format: string;
|
|
1937
1969
|
type: string;
|
|
1938
1970
|
};
|
|
1939
1971
|
product_model: {
|
|
@@ -1958,6 +1990,7 @@ declare const _default: {
|
|
|
1958
1990
|
properties: {
|
|
1959
1991
|
_experimental_supported_code_from_access_codes_lengths: {
|
|
1960
1992
|
items: {
|
|
1993
|
+
format: string;
|
|
1961
1994
|
type: string;
|
|
1962
1995
|
};
|
|
1963
1996
|
type: string;
|
|
@@ -1982,9 +2015,11 @@ declare const _default: {
|
|
|
1982
2015
|
type: string;
|
|
1983
2016
|
};
|
|
1984
2017
|
max_length: {
|
|
2018
|
+
format: string;
|
|
1985
2019
|
type: string;
|
|
1986
2020
|
};
|
|
1987
2021
|
min_length: {
|
|
2022
|
+
format: string;
|
|
1988
2023
|
type: string;
|
|
1989
2024
|
};
|
|
1990
2025
|
};
|
|
@@ -2003,6 +2038,7 @@ declare const _default: {
|
|
|
2003
2038
|
keypad_battery: {
|
|
2004
2039
|
properties: {
|
|
2005
2040
|
level: {
|
|
2041
|
+
format: string;
|
|
2006
2042
|
type: string;
|
|
2007
2043
|
};
|
|
2008
2044
|
};
|
|
@@ -2013,10 +2049,12 @@ declare const _default: {
|
|
|
2013
2049
|
type: string;
|
|
2014
2050
|
};
|
|
2015
2051
|
max_active_codes_supported: {
|
|
2052
|
+
format: string;
|
|
2016
2053
|
type: string;
|
|
2017
2054
|
};
|
|
2018
2055
|
supported_code_lengths: {
|
|
2019
2056
|
items: {
|
|
2057
|
+
format: string;
|
|
2020
2058
|
type: string;
|
|
2021
2059
|
};
|
|
2022
2060
|
type: string;
|
|
@@ -2043,9 +2081,11 @@ declare const _default: {
|
|
|
2043
2081
|
type: string;
|
|
2044
2082
|
};
|
|
2045
2083
|
cooling_set_point_celsius: {
|
|
2084
|
+
format: string;
|
|
2046
2085
|
type: string;
|
|
2047
2086
|
};
|
|
2048
2087
|
cooling_set_point_fahrenheit: {
|
|
2088
|
+
format: string;
|
|
2049
2089
|
type: string;
|
|
2050
2090
|
};
|
|
2051
2091
|
created_at: {
|
|
@@ -2058,12 +2098,13 @@ declare const _default: {
|
|
|
2058
2098
|
};
|
|
2059
2099
|
errors: {
|
|
2060
2100
|
description: string;
|
|
2061
|
-
nullable: boolean;
|
|
2062
2101
|
};
|
|
2063
2102
|
heating_set_point_celsius: {
|
|
2103
|
+
format: string;
|
|
2064
2104
|
type: string;
|
|
2065
2105
|
};
|
|
2066
2106
|
heating_set_point_fahrenheit: {
|
|
2107
|
+
format: string;
|
|
2067
2108
|
type: string;
|
|
2068
2109
|
};
|
|
2069
2110
|
hvac_mode_setting: {
|
|
@@ -2112,15 +2153,19 @@ declare const _default: {
|
|
|
2112
2153
|
type: string;
|
|
2113
2154
|
};
|
|
2114
2155
|
cooling_set_point_celsius: {
|
|
2156
|
+
format: string;
|
|
2115
2157
|
type: string;
|
|
2116
2158
|
};
|
|
2117
2159
|
cooling_set_point_fahrenheit: {
|
|
2160
|
+
format: string;
|
|
2118
2161
|
type: string;
|
|
2119
2162
|
};
|
|
2120
2163
|
heating_set_point_celsius: {
|
|
2164
|
+
format: string;
|
|
2121
2165
|
type: string;
|
|
2122
2166
|
};
|
|
2123
2167
|
heating_set_point_fahrenheit: {
|
|
2168
|
+
format: string;
|
|
2124
2169
|
type: string;
|
|
2125
2170
|
};
|
|
2126
2171
|
hvac_mode_setting: {
|
|
@@ -2143,15 +2188,19 @@ declare const _default: {
|
|
|
2143
2188
|
type: string;
|
|
2144
2189
|
};
|
|
2145
2190
|
cooling_set_point_celsius: {
|
|
2191
|
+
format: string;
|
|
2146
2192
|
type: string;
|
|
2147
2193
|
};
|
|
2148
2194
|
cooling_set_point_fahrenheit: {
|
|
2195
|
+
format: string;
|
|
2149
2196
|
type: string;
|
|
2150
2197
|
};
|
|
2151
2198
|
heating_set_point_celsius: {
|
|
2199
|
+
format: string;
|
|
2152
2200
|
type: string;
|
|
2153
2201
|
};
|
|
2154
2202
|
heating_set_point_fahrenheit: {
|
|
2203
|
+
format: string;
|
|
2155
2204
|
type: string;
|
|
2156
2205
|
};
|
|
2157
2206
|
hvac_mode_setting: {
|
|
@@ -2193,44 +2242,57 @@ declare const _default: {
|
|
|
2193
2242
|
type: string;
|
|
2194
2243
|
};
|
|
2195
2244
|
max_cooling_set_point_celsius: {
|
|
2245
|
+
format: string;
|
|
2196
2246
|
type: string;
|
|
2197
2247
|
};
|
|
2198
2248
|
max_cooling_set_point_fahrenheit: {
|
|
2249
|
+
format: string;
|
|
2199
2250
|
type: string;
|
|
2200
2251
|
};
|
|
2201
2252
|
max_heating_set_point_celsius: {
|
|
2253
|
+
format: string;
|
|
2202
2254
|
type: string;
|
|
2203
2255
|
};
|
|
2204
2256
|
max_heating_set_point_fahrenheit: {
|
|
2257
|
+
format: string;
|
|
2205
2258
|
type: string;
|
|
2206
2259
|
};
|
|
2207
2260
|
min_cooling_set_point_celsius: {
|
|
2261
|
+
format: string;
|
|
2208
2262
|
type: string;
|
|
2209
2263
|
};
|
|
2210
2264
|
min_cooling_set_point_fahrenheit: {
|
|
2265
|
+
format: string;
|
|
2211
2266
|
type: string;
|
|
2212
2267
|
};
|
|
2213
2268
|
min_heating_cooling_delta_celsius: {
|
|
2269
|
+
format: string;
|
|
2214
2270
|
type: string;
|
|
2215
2271
|
};
|
|
2216
2272
|
min_heating_cooling_delta_fahrenheit: {
|
|
2273
|
+
format: string;
|
|
2217
2274
|
type: string;
|
|
2218
2275
|
};
|
|
2219
2276
|
min_heating_set_point_celsius: {
|
|
2277
|
+
format: string;
|
|
2220
2278
|
type: string;
|
|
2221
2279
|
};
|
|
2222
2280
|
min_heating_set_point_fahrenheit: {
|
|
2281
|
+
format: string;
|
|
2223
2282
|
type: string;
|
|
2224
2283
|
};
|
|
2225
2284
|
relative_humidity: {
|
|
2285
|
+
format: string;
|
|
2226
2286
|
maximum: number;
|
|
2227
2287
|
minimum: number;
|
|
2228
2288
|
type: string;
|
|
2229
2289
|
};
|
|
2230
2290
|
temperature_celsius: {
|
|
2291
|
+
format: string;
|
|
2231
2292
|
type: string;
|
|
2232
2293
|
};
|
|
2233
2294
|
temperature_fahrenheit: {
|
|
2295
|
+
format: string;
|
|
2234
2296
|
type: string;
|
|
2235
2297
|
};
|
|
2236
2298
|
};
|
|
@@ -2250,9 +2312,11 @@ declare const _default: {
|
|
|
2250
2312
|
type: string;
|
|
2251
2313
|
};
|
|
2252
2314
|
cooling_set_point_celsius: {
|
|
2315
|
+
format: string;
|
|
2253
2316
|
type: string;
|
|
2254
2317
|
};
|
|
2255
2318
|
cooling_set_point_fahrenheit: {
|
|
2319
|
+
format: string;
|
|
2256
2320
|
type: string;
|
|
2257
2321
|
};
|
|
2258
2322
|
created_at: {
|
|
@@ -2265,12 +2329,13 @@ declare const _default: {
|
|
|
2265
2329
|
};
|
|
2266
2330
|
errors: {
|
|
2267
2331
|
description: string;
|
|
2268
|
-
nullable: boolean;
|
|
2269
2332
|
};
|
|
2270
2333
|
heating_set_point_celsius: {
|
|
2334
|
+
format: string;
|
|
2271
2335
|
type: string;
|
|
2272
2336
|
};
|
|
2273
2337
|
heating_set_point_fahrenheit: {
|
|
2338
|
+
format: string;
|
|
2274
2339
|
type: string;
|
|
2275
2340
|
};
|
|
2276
2341
|
hvac_mode_setting: {
|
|
@@ -2319,15 +2384,19 @@ declare const _default: {
|
|
|
2319
2384
|
type: string;
|
|
2320
2385
|
};
|
|
2321
2386
|
cooling_set_point_celsius: {
|
|
2387
|
+
format: string;
|
|
2322
2388
|
type: string;
|
|
2323
2389
|
};
|
|
2324
2390
|
cooling_set_point_fahrenheit: {
|
|
2391
|
+
format: string;
|
|
2325
2392
|
type: string;
|
|
2326
2393
|
};
|
|
2327
2394
|
heating_set_point_celsius: {
|
|
2395
|
+
format: string;
|
|
2328
2396
|
type: string;
|
|
2329
2397
|
};
|
|
2330
2398
|
heating_set_point_fahrenheit: {
|
|
2399
|
+
format: string;
|
|
2331
2400
|
type: string;
|
|
2332
2401
|
};
|
|
2333
2402
|
hvac_mode_setting: {
|
|
@@ -2350,15 +2419,19 @@ declare const _default: {
|
|
|
2350
2419
|
type: string;
|
|
2351
2420
|
};
|
|
2352
2421
|
cooling_set_point_celsius: {
|
|
2422
|
+
format: string;
|
|
2353
2423
|
type: string;
|
|
2354
2424
|
};
|
|
2355
2425
|
cooling_set_point_fahrenheit: {
|
|
2426
|
+
format: string;
|
|
2356
2427
|
type: string;
|
|
2357
2428
|
};
|
|
2358
2429
|
heating_set_point_celsius: {
|
|
2430
|
+
format: string;
|
|
2359
2431
|
type: string;
|
|
2360
2432
|
};
|
|
2361
2433
|
heating_set_point_fahrenheit: {
|
|
2434
|
+
format: string;
|
|
2362
2435
|
type: string;
|
|
2363
2436
|
};
|
|
2364
2437
|
hvac_mode_setting: {
|
|
@@ -2400,26 +2473,33 @@ declare const _default: {
|
|
|
2400
2473
|
type: string;
|
|
2401
2474
|
};
|
|
2402
2475
|
max_heating_set_point_celsius: {
|
|
2476
|
+
format: string;
|
|
2403
2477
|
type: string;
|
|
2404
2478
|
};
|
|
2405
2479
|
max_heating_set_point_fahrenheit: {
|
|
2480
|
+
format: string;
|
|
2406
2481
|
type: string;
|
|
2407
2482
|
};
|
|
2408
2483
|
min_heating_set_point_celsius: {
|
|
2484
|
+
format: string;
|
|
2409
2485
|
type: string;
|
|
2410
2486
|
};
|
|
2411
2487
|
min_heating_set_point_fahrenheit: {
|
|
2488
|
+
format: string;
|
|
2412
2489
|
type: string;
|
|
2413
2490
|
};
|
|
2414
2491
|
relative_humidity: {
|
|
2492
|
+
format: string;
|
|
2415
2493
|
maximum: number;
|
|
2416
2494
|
minimum: number;
|
|
2417
2495
|
type: string;
|
|
2418
2496
|
};
|
|
2419
2497
|
temperature_celsius: {
|
|
2498
|
+
format: string;
|
|
2420
2499
|
type: string;
|
|
2421
2500
|
};
|
|
2422
2501
|
temperature_fahrenheit: {
|
|
2502
|
+
format: string;
|
|
2423
2503
|
type: string;
|
|
2424
2504
|
};
|
|
2425
2505
|
max_cooling_set_point_celsius?: never;
|
|
@@ -2445,9 +2525,11 @@ declare const _default: {
|
|
|
2445
2525
|
type: string;
|
|
2446
2526
|
};
|
|
2447
2527
|
cooling_set_point_celsius: {
|
|
2528
|
+
format: string;
|
|
2448
2529
|
type: string;
|
|
2449
2530
|
};
|
|
2450
2531
|
cooling_set_point_fahrenheit: {
|
|
2532
|
+
format: string;
|
|
2451
2533
|
type: string;
|
|
2452
2534
|
};
|
|
2453
2535
|
created_at: {
|
|
@@ -2460,12 +2542,13 @@ declare const _default: {
|
|
|
2460
2542
|
};
|
|
2461
2543
|
errors: {
|
|
2462
2544
|
description: string;
|
|
2463
|
-
nullable: boolean;
|
|
2464
2545
|
};
|
|
2465
2546
|
heating_set_point_celsius: {
|
|
2547
|
+
format: string;
|
|
2466
2548
|
type: string;
|
|
2467
2549
|
};
|
|
2468
2550
|
heating_set_point_fahrenheit: {
|
|
2551
|
+
format: string;
|
|
2469
2552
|
type: string;
|
|
2470
2553
|
};
|
|
2471
2554
|
hvac_mode_setting: {
|
|
@@ -2514,15 +2597,19 @@ declare const _default: {
|
|
|
2514
2597
|
type: string;
|
|
2515
2598
|
};
|
|
2516
2599
|
cooling_set_point_celsius: {
|
|
2600
|
+
format: string;
|
|
2517
2601
|
type: string;
|
|
2518
2602
|
};
|
|
2519
2603
|
cooling_set_point_fahrenheit: {
|
|
2604
|
+
format: string;
|
|
2520
2605
|
type: string;
|
|
2521
2606
|
};
|
|
2522
2607
|
heating_set_point_celsius: {
|
|
2608
|
+
format: string;
|
|
2523
2609
|
type: string;
|
|
2524
2610
|
};
|
|
2525
2611
|
heating_set_point_fahrenheit: {
|
|
2612
|
+
format: string;
|
|
2526
2613
|
type: string;
|
|
2527
2614
|
};
|
|
2528
2615
|
hvac_mode_setting: {
|
|
@@ -2545,15 +2632,19 @@ declare const _default: {
|
|
|
2545
2632
|
type: string;
|
|
2546
2633
|
};
|
|
2547
2634
|
cooling_set_point_celsius: {
|
|
2635
|
+
format: string;
|
|
2548
2636
|
type: string;
|
|
2549
2637
|
};
|
|
2550
2638
|
cooling_set_point_fahrenheit: {
|
|
2639
|
+
format: string;
|
|
2551
2640
|
type: string;
|
|
2552
2641
|
};
|
|
2553
2642
|
heating_set_point_celsius: {
|
|
2643
|
+
format: string;
|
|
2554
2644
|
type: string;
|
|
2555
2645
|
};
|
|
2556
2646
|
heating_set_point_fahrenheit: {
|
|
2647
|
+
format: string;
|
|
2557
2648
|
type: string;
|
|
2558
2649
|
};
|
|
2559
2650
|
hvac_mode_setting: {
|
|
@@ -2595,26 +2686,33 @@ declare const _default: {
|
|
|
2595
2686
|
type: string;
|
|
2596
2687
|
};
|
|
2597
2688
|
max_cooling_set_point_celsius: {
|
|
2689
|
+
format: string;
|
|
2598
2690
|
type: string;
|
|
2599
2691
|
};
|
|
2600
2692
|
max_cooling_set_point_fahrenheit: {
|
|
2693
|
+
format: string;
|
|
2601
2694
|
type: string;
|
|
2602
2695
|
};
|
|
2603
2696
|
min_cooling_set_point_celsius: {
|
|
2697
|
+
format: string;
|
|
2604
2698
|
type: string;
|
|
2605
2699
|
};
|
|
2606
2700
|
min_cooling_set_point_fahrenheit: {
|
|
2701
|
+
format: string;
|
|
2607
2702
|
type: string;
|
|
2608
2703
|
};
|
|
2609
2704
|
relative_humidity: {
|
|
2705
|
+
format: string;
|
|
2610
2706
|
maximum: number;
|
|
2611
2707
|
minimum: number;
|
|
2612
2708
|
type: string;
|
|
2613
2709
|
};
|
|
2614
2710
|
temperature_celsius: {
|
|
2711
|
+
format: string;
|
|
2615
2712
|
type: string;
|
|
2616
2713
|
};
|
|
2617
2714
|
temperature_fahrenheit: {
|
|
2715
|
+
format: string;
|
|
2618
2716
|
type: string;
|
|
2619
2717
|
};
|
|
2620
2718
|
max_heating_set_point_celsius?: never;
|
|
@@ -2793,6 +2891,7 @@ declare const _default: {
|
|
|
2793
2891
|
type: string;
|
|
2794
2892
|
};
|
|
2795
2893
|
noise_threshold_decibels: {
|
|
2894
|
+
format: string;
|
|
2796
2895
|
type: string;
|
|
2797
2896
|
};
|
|
2798
2897
|
noise_threshold_id: {
|
|
@@ -2800,6 +2899,7 @@ declare const _default: {
|
|
|
2800
2899
|
type: string;
|
|
2801
2900
|
};
|
|
2802
2901
|
noise_threshold_nrs: {
|
|
2902
|
+
format: string;
|
|
2803
2903
|
type: string;
|
|
2804
2904
|
};
|
|
2805
2905
|
starts_daily_at: {
|
|
@@ -3006,7 +3106,6 @@ declare const _default: {
|
|
|
3006
3106
|
};
|
|
3007
3107
|
errors: {
|
|
3008
3108
|
description: string;
|
|
3009
|
-
nullable: boolean;
|
|
3010
3109
|
};
|
|
3011
3110
|
is_managed: {
|
|
3012
3111
|
enum: boolean[];
|
|
@@ -3034,7 +3133,6 @@ declare const _default: {
|
|
|
3034
3133
|
};
|
|
3035
3134
|
warnings: {
|
|
3036
3135
|
description: string;
|
|
3037
|
-
nullable: boolean;
|
|
3038
3136
|
};
|
|
3039
3137
|
};
|
|
3040
3138
|
required: string[];
|
|
@@ -3122,6 +3220,7 @@ declare const _default: {
|
|
|
3122
3220
|
description: string;
|
|
3123
3221
|
properties: {
|
|
3124
3222
|
level: {
|
|
3223
|
+
format: string;
|
|
3125
3224
|
maximum: number;
|
|
3126
3225
|
minimum: number;
|
|
3127
3226
|
type: string;
|
|
@@ -3142,6 +3241,7 @@ declare const _default: {
|
|
|
3142
3241
|
description: string;
|
|
3143
3242
|
properties: {
|
|
3144
3243
|
level: {
|
|
3244
|
+
format: string;
|
|
3145
3245
|
maximum: number;
|
|
3146
3246
|
minimum: number;
|
|
3147
3247
|
type: string;
|
|
@@ -3156,6 +3256,7 @@ declare const _default: {
|
|
|
3156
3256
|
};
|
|
3157
3257
|
battery_level: {
|
|
3158
3258
|
description: string;
|
|
3259
|
+
format: string;
|
|
3159
3260
|
maximum: number;
|
|
3160
3261
|
minimum: number;
|
|
3161
3262
|
type: string;
|
|
@@ -3176,8 +3277,9 @@ declare const _default: {
|
|
|
3176
3277
|
model: {
|
|
3177
3278
|
properties: {
|
|
3178
3279
|
accessory_keypad_supported: {
|
|
3179
|
-
|
|
3280
|
+
deprecated: boolean;
|
|
3180
3281
|
type: string;
|
|
3282
|
+
'x-deprecated': string;
|
|
3181
3283
|
};
|
|
3182
3284
|
can_connect_accessory_keypad: {
|
|
3183
3285
|
description: string;
|
|
@@ -3208,8 +3310,10 @@ declare const _default: {
|
|
|
3208
3310
|
type: string;
|
|
3209
3311
|
};
|
|
3210
3312
|
name: {
|
|
3313
|
+
deprecated: boolean;
|
|
3211
3314
|
description: string;
|
|
3212
3315
|
type: string;
|
|
3316
|
+
'x-deprecated': string;
|
|
3213
3317
|
};
|
|
3214
3318
|
offline_access_codes_enabled: {
|
|
3215
3319
|
description: string;
|
|
@@ -3320,9 +3424,10 @@ declare const _default: {
|
|
|
3320
3424
|
type: string;
|
|
3321
3425
|
};
|
|
3322
3426
|
connect_partner_name: {
|
|
3323
|
-
|
|
3427
|
+
deprecated: boolean;
|
|
3324
3428
|
nullable: boolean;
|
|
3325
3429
|
type: string;
|
|
3430
|
+
'x-deprecated': string;
|
|
3326
3431
|
};
|
|
3327
3432
|
is_sandbox: {
|
|
3328
3433
|
type: string;
|
|
@@ -3589,6 +3694,7 @@ declare const _default: {
|
|
|
3589
3694
|
type: string;
|
|
3590
3695
|
};
|
|
3591
3696
|
preferred_code_length: {
|
|
3697
|
+
format: string;
|
|
3592
3698
|
type: string;
|
|
3593
3699
|
};
|
|
3594
3700
|
starts_at: {
|
|
@@ -3720,6 +3826,7 @@ declare const _default: {
|
|
|
3720
3826
|
type: string;
|
|
3721
3827
|
};
|
|
3722
3828
|
preferred_code_length: {
|
|
3829
|
+
format: string;
|
|
3723
3830
|
type: string;
|
|
3724
3831
|
};
|
|
3725
3832
|
starts_at: {
|
|
@@ -5973,8 +6080,9 @@ declare const _default: {
|
|
|
5973
6080
|
type: string;
|
|
5974
6081
|
};
|
|
5975
6082
|
is_override_key: {
|
|
5976
|
-
|
|
6083
|
+
deprecated: boolean;
|
|
5977
6084
|
type: string;
|
|
6085
|
+
'x-deprecated': string;
|
|
5978
6086
|
};
|
|
5979
6087
|
joiner_acs_credential_ids: {
|
|
5980
6088
|
items: {
|
|
@@ -7324,9 +7432,10 @@ declare const _default: {
|
|
|
7324
7432
|
type: string;
|
|
7325
7433
|
};
|
|
7326
7434
|
email: {
|
|
7327
|
-
|
|
7435
|
+
deprecated: boolean;
|
|
7328
7436
|
format: string;
|
|
7329
7437
|
type: string;
|
|
7438
|
+
'x-deprecated': string;
|
|
7330
7439
|
};
|
|
7331
7440
|
email_address: {
|
|
7332
7441
|
format: string;
|
|
@@ -7336,7 +7445,6 @@ declare const _default: {
|
|
|
7336
7445
|
type: string;
|
|
7337
7446
|
};
|
|
7338
7447
|
phone_number: {
|
|
7339
|
-
nullable: boolean;
|
|
7340
7448
|
type: string;
|
|
7341
7449
|
};
|
|
7342
7450
|
user_identity_id: {
|
|
@@ -7545,7 +7653,6 @@ declare const _default: {
|
|
|
7545
7653
|
type: string;
|
|
7546
7654
|
};
|
|
7547
7655
|
user_identity_phone_number: {
|
|
7548
|
-
nullable: boolean;
|
|
7549
7656
|
type: string;
|
|
7550
7657
|
};
|
|
7551
7658
|
};
|
|
@@ -7968,9 +8075,10 @@ declare const _default: {
|
|
|
7968
8075
|
type: string;
|
|
7969
8076
|
};
|
|
7970
8077
|
email: {
|
|
7971
|
-
|
|
8078
|
+
deprecated: boolean;
|
|
7972
8079
|
format: string;
|
|
7973
8080
|
type: string;
|
|
8081
|
+
'x-deprecated': string;
|
|
7974
8082
|
};
|
|
7975
8083
|
email_address: {
|
|
7976
8084
|
format: string;
|
|
@@ -7984,7 +8092,6 @@ declare const _default: {
|
|
|
7984
8092
|
type: string;
|
|
7985
8093
|
};
|
|
7986
8094
|
phone_number: {
|
|
7987
|
-
nullable: boolean;
|
|
7988
8095
|
type: string;
|
|
7989
8096
|
};
|
|
7990
8097
|
};
|
|
@@ -8061,9 +8168,10 @@ declare const _default: {
|
|
|
8061
8168
|
type: string;
|
|
8062
8169
|
};
|
|
8063
8170
|
email: {
|
|
8064
|
-
|
|
8171
|
+
deprecated: boolean;
|
|
8065
8172
|
format: string;
|
|
8066
8173
|
type: string;
|
|
8174
|
+
'x-deprecated': string;
|
|
8067
8175
|
};
|
|
8068
8176
|
email_address: {
|
|
8069
8177
|
format: string;
|
|
@@ -8077,7 +8185,6 @@ declare const _default: {
|
|
|
8077
8185
|
type: string;
|
|
8078
8186
|
};
|
|
8079
8187
|
phone_number: {
|
|
8080
|
-
nullable: boolean;
|
|
8081
8188
|
type: string;
|
|
8082
8189
|
};
|
|
8083
8190
|
};
|
|
@@ -8298,7 +8405,6 @@ declare const _default: {
|
|
|
8298
8405
|
};
|
|
8299
8406
|
expires_at: {
|
|
8300
8407
|
format: string;
|
|
8301
|
-
nullable: boolean;
|
|
8302
8408
|
type: string;
|
|
8303
8409
|
};
|
|
8304
8410
|
user_identifier_key: {
|
|
@@ -8371,7 +8477,6 @@ declare const _default: {
|
|
|
8371
8477
|
};
|
|
8372
8478
|
expires_at: {
|
|
8373
8479
|
format: string;
|
|
8374
|
-
nullable: boolean;
|
|
8375
8480
|
type: string;
|
|
8376
8481
|
};
|
|
8377
8482
|
user_identifier_key: {
|
|
@@ -8581,7 +8686,6 @@ declare const _default: {
|
|
|
8581
8686
|
};
|
|
8582
8687
|
expires_at: {
|
|
8583
8688
|
format: string;
|
|
8584
|
-
nullable: boolean;
|
|
8585
8689
|
type: string;
|
|
8586
8690
|
};
|
|
8587
8691
|
user_identifier_key: {
|
|
@@ -8654,7 +8758,6 @@ declare const _default: {
|
|
|
8654
8758
|
};
|
|
8655
8759
|
expires_at: {
|
|
8656
8760
|
format: string;
|
|
8657
|
-
nullable: boolean;
|
|
8658
8761
|
type: string;
|
|
8659
8762
|
};
|
|
8660
8763
|
user_identifier_key: {
|
|
@@ -9036,16 +9139,7 @@ declare const _default: {
|
|
|
9036
9139
|
oneOf: ({
|
|
9037
9140
|
maxLength: number;
|
|
9038
9141
|
type: string;
|
|
9039
|
-
format?: never;
|
|
9040
|
-
nullable?: never;
|
|
9041
|
-
} | {
|
|
9042
|
-
type: string;
|
|
9043
|
-
maxLength?: never;
|
|
9044
|
-
format?: never;
|
|
9045
|
-
nullable?: never;
|
|
9046
9142
|
} | {
|
|
9047
|
-
format: string;
|
|
9048
|
-
nullable: boolean;
|
|
9049
9143
|
type: string;
|
|
9050
9144
|
maxLength?: never;
|
|
9051
9145
|
})[];
|
|
@@ -9286,7 +9380,7 @@ declare const _default: {
|
|
|
9286
9380
|
};
|
|
9287
9381
|
limit: {
|
|
9288
9382
|
default: number;
|
|
9289
|
-
|
|
9383
|
+
format: string;
|
|
9290
9384
|
type: string;
|
|
9291
9385
|
};
|
|
9292
9386
|
user_identifier_key: {
|
|
@@ -9603,16 +9697,7 @@ declare const _default: {
|
|
|
9603
9697
|
oneOf: ({
|
|
9604
9698
|
maxLength: number;
|
|
9605
9699
|
type: string;
|
|
9606
|
-
format?: never;
|
|
9607
|
-
nullable?: never;
|
|
9608
|
-
} | {
|
|
9609
|
-
type: string;
|
|
9610
|
-
maxLength?: never;
|
|
9611
|
-
format?: never;
|
|
9612
|
-
nullable?: never;
|
|
9613
9700
|
} | {
|
|
9614
|
-
format: string;
|
|
9615
|
-
nullable: boolean;
|
|
9616
9701
|
type: string;
|
|
9617
9702
|
maxLength?: never;
|
|
9618
9703
|
})[];
|
|
@@ -9837,7 +9922,6 @@ declare const _default: {
|
|
|
9837
9922
|
};
|
|
9838
9923
|
created_before: {
|
|
9839
9924
|
format: string;
|
|
9840
|
-
nullable: boolean;
|
|
9841
9925
|
type: string;
|
|
9842
9926
|
};
|
|
9843
9927
|
custom_metadata_has: {
|
|
@@ -9886,7 +9970,7 @@ declare const _default: {
|
|
|
9886
9970
|
};
|
|
9887
9971
|
limit: {
|
|
9888
9972
|
default: number;
|
|
9889
|
-
|
|
9973
|
+
format: string;
|
|
9890
9974
|
type: string;
|
|
9891
9975
|
};
|
|
9892
9976
|
manufacturer: {
|
|
@@ -10324,7 +10408,6 @@ declare const _default: {
|
|
|
10324
10408
|
};
|
|
10325
10409
|
created_before: {
|
|
10326
10410
|
format: string;
|
|
10327
|
-
nullable: boolean;
|
|
10328
10411
|
type: string;
|
|
10329
10412
|
};
|
|
10330
10413
|
custom_metadata_has: {
|
|
@@ -10373,7 +10456,7 @@ declare const _default: {
|
|
|
10373
10456
|
};
|
|
10374
10457
|
limit: {
|
|
10375
10458
|
default: number;
|
|
10376
|
-
|
|
10459
|
+
format: string;
|
|
10377
10460
|
type: string;
|
|
10378
10461
|
};
|
|
10379
10462
|
manufacturer: {
|
|
@@ -10582,16 +10665,7 @@ declare const _default: {
|
|
|
10582
10665
|
oneOf: ({
|
|
10583
10666
|
maxLength: number;
|
|
10584
10667
|
type: string;
|
|
10585
|
-
format?: never;
|
|
10586
|
-
nullable?: never;
|
|
10587
|
-
} | {
|
|
10588
|
-
type: string;
|
|
10589
|
-
maxLength?: never;
|
|
10590
|
-
format?: never;
|
|
10591
|
-
nullable?: never;
|
|
10592
10668
|
} | {
|
|
10593
|
-
format: string;
|
|
10594
|
-
nullable: boolean;
|
|
10595
10669
|
type: string;
|
|
10596
10670
|
maxLength?: never;
|
|
10597
10671
|
})[];
|
|
@@ -10680,16 +10754,7 @@ declare const _default: {
|
|
|
10680
10754
|
oneOf: ({
|
|
10681
10755
|
maxLength: number;
|
|
10682
10756
|
type: string;
|
|
10683
|
-
format?: never;
|
|
10684
|
-
nullable?: never;
|
|
10685
|
-
} | {
|
|
10686
|
-
type: string;
|
|
10687
|
-
maxLength?: never;
|
|
10688
|
-
format?: never;
|
|
10689
|
-
nullable?: never;
|
|
10690
10757
|
} | {
|
|
10691
|
-
format: string;
|
|
10692
|
-
nullable: boolean;
|
|
10693
10758
|
type: string;
|
|
10694
10759
|
maxLength?: never;
|
|
10695
10760
|
})[];
|
|
@@ -10911,7 +10976,7 @@ declare const _default: {
|
|
|
10911
10976
|
};
|
|
10912
10977
|
limit: {
|
|
10913
10978
|
default: number;
|
|
10914
|
-
|
|
10979
|
+
format: string;
|
|
10915
10980
|
type: string;
|
|
10916
10981
|
};
|
|
10917
10982
|
since: {
|
|
@@ -11086,7 +11151,6 @@ declare const _default: {
|
|
|
11086
11151
|
};
|
|
11087
11152
|
created_before: {
|
|
11088
11153
|
format: string;
|
|
11089
|
-
nullable: boolean;
|
|
11090
11154
|
type: string;
|
|
11091
11155
|
};
|
|
11092
11156
|
custom_metadata_has: {
|
|
@@ -11135,7 +11199,7 @@ declare const _default: {
|
|
|
11135
11199
|
};
|
|
11136
11200
|
limit: {
|
|
11137
11201
|
default: number;
|
|
11138
|
-
|
|
11202
|
+
format: string;
|
|
11139
11203
|
type: string;
|
|
11140
11204
|
};
|
|
11141
11205
|
manufacturer: {
|
|
@@ -11519,9 +11583,11 @@ declare const _default: {
|
|
|
11519
11583
|
type: string;
|
|
11520
11584
|
};
|
|
11521
11585
|
noise_threshold_decibels: {
|
|
11586
|
+
format: string;
|
|
11522
11587
|
type: string;
|
|
11523
11588
|
};
|
|
11524
11589
|
noise_threshold_nrs: {
|
|
11590
|
+
format: string;
|
|
11525
11591
|
type: string;
|
|
11526
11592
|
};
|
|
11527
11593
|
starts_daily_at: {
|
|
@@ -11826,6 +11892,7 @@ declare const _default: {
|
|
|
11826
11892
|
type: string;
|
|
11827
11893
|
};
|
|
11828
11894
|
noise_threshold_decibels: {
|
|
11895
|
+
format: string;
|
|
11829
11896
|
type: string;
|
|
11830
11897
|
};
|
|
11831
11898
|
noise_threshold_id: {
|
|
@@ -11833,6 +11900,7 @@ declare const _default: {
|
|
|
11833
11900
|
type: string;
|
|
11834
11901
|
};
|
|
11835
11902
|
noise_threshold_nrs: {
|
|
11903
|
+
format: string;
|
|
11836
11904
|
type: string;
|
|
11837
11905
|
};
|
|
11838
11906
|
starts_daily_at: {
|
|
@@ -11911,6 +11979,7 @@ declare const _default: {
|
|
|
11911
11979
|
type: string;
|
|
11912
11980
|
};
|
|
11913
11981
|
noise_threshold_decibels: {
|
|
11982
|
+
format: string;
|
|
11914
11983
|
type: string;
|
|
11915
11984
|
};
|
|
11916
11985
|
noise_threshold_id: {
|
|
@@ -11918,6 +11987,7 @@ declare const _default: {
|
|
|
11918
11987
|
type: string;
|
|
11919
11988
|
};
|
|
11920
11989
|
noise_threshold_nrs: {
|
|
11990
|
+
format: string;
|
|
11921
11991
|
type: string;
|
|
11922
11992
|
};
|
|
11923
11993
|
starts_daily_at: {
|
|
@@ -11997,6 +12067,7 @@ declare const _default: {
|
|
|
11997
12067
|
type: string;
|
|
11998
12068
|
};
|
|
11999
12069
|
noise_threshold_decibels: {
|
|
12070
|
+
format: string;
|
|
12000
12071
|
type: string;
|
|
12001
12072
|
};
|
|
12002
12073
|
noise_threshold_id: {
|
|
@@ -12004,6 +12075,7 @@ declare const _default: {
|
|
|
12004
12075
|
type: string;
|
|
12005
12076
|
};
|
|
12006
12077
|
noise_threshold_nrs: {
|
|
12078
|
+
format: string;
|
|
12007
12079
|
type: string;
|
|
12008
12080
|
};
|
|
12009
12081
|
starts_daily_at: {
|
|
@@ -12297,6 +12369,7 @@ declare const _default: {
|
|
|
12297
12369
|
};
|
|
12298
12370
|
seos_tsm_endpoint_id: {
|
|
12299
12371
|
default: number;
|
|
12372
|
+
format: string;
|
|
12300
12373
|
type: string;
|
|
12301
12374
|
};
|
|
12302
12375
|
};
|
|
@@ -12401,18 +12474,22 @@ declare const _default: {
|
|
|
12401
12474
|
type: string;
|
|
12402
12475
|
};
|
|
12403
12476
|
cooling_set_point_celsius: {
|
|
12477
|
+
format: string;
|
|
12404
12478
|
type: string;
|
|
12405
12479
|
};
|
|
12406
12480
|
cooling_set_point_fahrenheit: {
|
|
12481
|
+
format: string;
|
|
12407
12482
|
type: string;
|
|
12408
12483
|
};
|
|
12409
12484
|
device_id: {
|
|
12410
12485
|
type: string;
|
|
12411
12486
|
};
|
|
12412
12487
|
heating_set_point_celsius: {
|
|
12488
|
+
format: string;
|
|
12413
12489
|
type: string;
|
|
12414
12490
|
};
|
|
12415
12491
|
heating_set_point_fahrenheit: {
|
|
12492
|
+
format: string;
|
|
12416
12493
|
type: string;
|
|
12417
12494
|
};
|
|
12418
12495
|
hvac_mode_setting: {
|
|
@@ -12811,15 +12888,19 @@ declare const _default: {
|
|
|
12811
12888
|
type: string;
|
|
12812
12889
|
};
|
|
12813
12890
|
cooling_set_point_celsius: {
|
|
12891
|
+
format: string;
|
|
12814
12892
|
type: string;
|
|
12815
12893
|
};
|
|
12816
12894
|
cooling_set_point_fahrenheit: {
|
|
12895
|
+
format: string;
|
|
12817
12896
|
type: string;
|
|
12818
12897
|
};
|
|
12819
12898
|
heating_set_point_celsius: {
|
|
12899
|
+
format: string;
|
|
12820
12900
|
type: string;
|
|
12821
12901
|
};
|
|
12822
12902
|
heating_set_point_fahrenheit: {
|
|
12903
|
+
format: string;
|
|
12823
12904
|
type: string;
|
|
12824
12905
|
};
|
|
12825
12906
|
hvac_mode_setting: {
|
|
@@ -12920,15 +13001,19 @@ declare const _default: {
|
|
|
12920
13001
|
type: string;
|
|
12921
13002
|
};
|
|
12922
13003
|
cooling_set_point_celsius: {
|
|
13004
|
+
format: string;
|
|
12923
13005
|
type: string;
|
|
12924
13006
|
};
|
|
12925
13007
|
cooling_set_point_fahrenheit: {
|
|
13008
|
+
format: string;
|
|
12926
13009
|
type: string;
|
|
12927
13010
|
};
|
|
12928
13011
|
heating_set_point_celsius: {
|
|
13012
|
+
format: string;
|
|
12929
13013
|
type: string;
|
|
12930
13014
|
};
|
|
12931
13015
|
heating_set_point_fahrenheit: {
|
|
13016
|
+
format: string;
|
|
12932
13017
|
type: string;
|
|
12933
13018
|
};
|
|
12934
13019
|
hvac_mode_setting: {
|
|
@@ -13030,15 +13115,19 @@ declare const _default: {
|
|
|
13030
13115
|
type: string;
|
|
13031
13116
|
};
|
|
13032
13117
|
cooling_set_point_celsius: {
|
|
13118
|
+
format: string;
|
|
13033
13119
|
type: string;
|
|
13034
13120
|
};
|
|
13035
13121
|
cooling_set_point_fahrenheit: {
|
|
13122
|
+
format: string;
|
|
13036
13123
|
type: string;
|
|
13037
13124
|
};
|
|
13038
13125
|
heating_set_point_celsius: {
|
|
13126
|
+
format: string;
|
|
13039
13127
|
type: string;
|
|
13040
13128
|
};
|
|
13041
13129
|
heating_set_point_fahrenheit: {
|
|
13130
|
+
format: string;
|
|
13042
13131
|
type: string;
|
|
13043
13132
|
};
|
|
13044
13133
|
hvac_mode_setting: {
|
|
@@ -13131,9 +13220,11 @@ declare const _default: {
|
|
|
13131
13220
|
schema: {
|
|
13132
13221
|
properties: {
|
|
13133
13222
|
cooling_set_point_celsius: {
|
|
13223
|
+
format: string;
|
|
13134
13224
|
type: string;
|
|
13135
13225
|
};
|
|
13136
13226
|
cooling_set_point_fahrenheit: {
|
|
13227
|
+
format: string;
|
|
13137
13228
|
type: string;
|
|
13138
13229
|
};
|
|
13139
13230
|
device_id: {
|
|
@@ -13295,9 +13386,11 @@ declare const _default: {
|
|
|
13295
13386
|
type: string;
|
|
13296
13387
|
};
|
|
13297
13388
|
heating_set_point_celsius: {
|
|
13389
|
+
format: string;
|
|
13298
13390
|
type: string;
|
|
13299
13391
|
};
|
|
13300
13392
|
heating_set_point_fahrenheit: {
|
|
13393
|
+
format: string;
|
|
13301
13394
|
type: string;
|
|
13302
13395
|
};
|
|
13303
13396
|
sync: {
|
|
@@ -13375,9 +13468,11 @@ declare const _default: {
|
|
|
13375
13468
|
schema: {
|
|
13376
13469
|
properties: {
|
|
13377
13470
|
cooling_set_point_celsius: {
|
|
13471
|
+
format: string;
|
|
13378
13472
|
type: string;
|
|
13379
13473
|
};
|
|
13380
13474
|
cooling_set_point_fahrenheit: {
|
|
13475
|
+
format: string;
|
|
13381
13476
|
type: string;
|
|
13382
13477
|
};
|
|
13383
13478
|
device_id: {
|
|
@@ -13385,9 +13480,11 @@ declare const _default: {
|
|
|
13385
13480
|
type: string;
|
|
13386
13481
|
};
|
|
13387
13482
|
heating_set_point_celsius: {
|
|
13483
|
+
format: string;
|
|
13388
13484
|
type: string;
|
|
13389
13485
|
};
|
|
13390
13486
|
heating_set_point_fahrenheit: {
|
|
13487
|
+
format: string;
|
|
13391
13488
|
type: string;
|
|
13392
13489
|
};
|
|
13393
13490
|
sync: {
|
|
@@ -13482,7 +13579,6 @@ declare const _default: {
|
|
|
13482
13579
|
};
|
|
13483
13580
|
created_before: {
|
|
13484
13581
|
format: string;
|
|
13485
|
-
nullable: boolean;
|
|
13486
13582
|
type: string;
|
|
13487
13583
|
};
|
|
13488
13584
|
custom_metadata_has: {
|
|
@@ -13531,7 +13627,7 @@ declare const _default: {
|
|
|
13531
13627
|
};
|
|
13532
13628
|
limit: {
|
|
13533
13629
|
default: number;
|
|
13534
|
-
|
|
13630
|
+
format: string;
|
|
13535
13631
|
type: string;
|
|
13536
13632
|
};
|
|
13537
13633
|
manufacturer: {
|
|
@@ -13786,15 +13882,19 @@ declare const _default: {
|
|
|
13786
13882
|
type: string;
|
|
13787
13883
|
};
|
|
13788
13884
|
cooling_set_point_celsius: {
|
|
13885
|
+
format: string;
|
|
13789
13886
|
type: string;
|
|
13790
13887
|
};
|
|
13791
13888
|
cooling_set_point_fahrenheit: {
|
|
13889
|
+
format: string;
|
|
13792
13890
|
type: string;
|
|
13793
13891
|
};
|
|
13794
13892
|
heating_set_point_celsius: {
|
|
13893
|
+
format: string;
|
|
13795
13894
|
type: string;
|
|
13796
13895
|
};
|
|
13797
13896
|
heating_set_point_fahrenheit: {
|
|
13897
|
+
format: string;
|
|
13798
13898
|
type: string;
|
|
13799
13899
|
};
|
|
13800
13900
|
hvac_mode_setting: {
|
|
@@ -13883,15 +13983,19 @@ declare const _default: {
|
|
|
13883
13983
|
type: string;
|
|
13884
13984
|
};
|
|
13885
13985
|
cooling_set_point_celsius: {
|
|
13986
|
+
format: string;
|
|
13886
13987
|
type: string;
|
|
13887
13988
|
};
|
|
13888
13989
|
cooling_set_point_fahrenheit: {
|
|
13990
|
+
format: string;
|
|
13889
13991
|
type: string;
|
|
13890
13992
|
};
|
|
13891
13993
|
heating_set_point_celsius: {
|
|
13994
|
+
format: string;
|
|
13892
13995
|
type: string;
|
|
13893
13996
|
};
|
|
13894
13997
|
heating_set_point_fahrenheit: {
|
|
13998
|
+
format: string;
|
|
13895
13999
|
type: string;
|
|
13896
14000
|
};
|
|
13897
14001
|
hvac_mode_setting: {
|
|
@@ -14867,11 +14971,12 @@ declare const _default: {
|
|
|
14867
14971
|
schema: {
|
|
14868
14972
|
properties: {
|
|
14869
14973
|
accessible_devices: {
|
|
14870
|
-
|
|
14974
|
+
deprecated: boolean;
|
|
14871
14975
|
items: {
|
|
14872
14976
|
$ref: string;
|
|
14873
14977
|
};
|
|
14874
14978
|
type: string;
|
|
14979
|
+
'x-deprecated': string;
|
|
14875
14980
|
};
|
|
14876
14981
|
devices: {
|
|
14877
14982
|
items: {
|
|
@@ -15798,9 +15903,10 @@ declare const _default: {
|
|
|
15798
15903
|
type: string;
|
|
15799
15904
|
};
|
|
15800
15905
|
connect_partner_name: {
|
|
15801
|
-
|
|
15906
|
+
deprecated: boolean;
|
|
15802
15907
|
nullable: boolean;
|
|
15803
15908
|
type: string;
|
|
15909
|
+
'x-deprecated': string;
|
|
15804
15910
|
};
|
|
15805
15911
|
is_sandbox: {
|
|
15806
15912
|
default: boolean;
|