@seamapi/types 1.91.2 → 1.92.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.
Files changed (26) hide show
  1. package/dist/connect.cjs +888 -908
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1196 -1143
  4. package/lib/seam/connect/openapi.d.ts +1103 -1053
  5. package/lib/seam/connect/openapi.js +875 -895
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +102 -99
  8. package/lib/seam/connect/unstable/models/acs/entrance.d.ts +39 -0
  9. package/lib/seam/connect/unstable/models/acs/entrance.js +15 -0
  10. package/lib/seam/connect/unstable/models/acs/entrance.js.map +1 -1
  11. package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +6 -6
  12. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +95 -125
  13. package/lib/seam/connect/unstable/models/devices/managed-device.js +1 -1
  14. package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
  15. package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +35 -57
  16. package/lib/seam/connect/unstable/models/devices/phone-properties.js +9 -11
  17. package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +1 -1
  18. package/lib/seam/connect/unstable/models/devices/phone.js +1 -1
  19. package/lib/seam/connect/unstable/models/devices/phone.js.map +1 -1
  20. package/package.json +1 -1
  21. package/src/lib/seam/connect/openapi.ts +878 -899
  22. package/src/lib/seam/connect/route-types.ts +153 -135
  23. package/src/lib/seam/connect/unstable/models/acs/entrance.ts +17 -0
  24. package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +1 -1
  25. package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +11 -13
  26. package/src/lib/seam/connect/unstable/models/devices/phone.ts +1 -1
@@ -908,157 +908,21 @@ declare const _default: {
908
908
  description: string;
909
909
  type: string;
910
910
  };
911
- august_metadata?: never;
912
- avigilon_alta_metadata?: never;
913
- brivo_metadata?: never;
914
- controlbyweb_metadata?: never;
915
- dormakaba_oracode_metadata?: never;
916
- ecobee_metadata?: never;
917
- four_suites_metadata?: never;
918
- genie_metadata?: never;
919
- hubitat_metadata?: never;
920
- igloo_metadata?: never;
921
- igloohome_metadata?: never;
922
- kwikset_metadata?: never;
923
- lockly_metadata?: never;
924
- minut_metadata?: never;
925
- nest_metadata?: never;
926
- noiseaware_metadata?: never;
927
- nuki_metadata?: never;
928
- salto_metadata?: never;
929
- schlage_metadata?: never;
930
- seam_bridge_metadata?: never;
931
- smartthings_metadata?: never;
932
- ttlock_metadata?: never;
933
- two_n_metadata?: never;
934
- wyze_metadata?: never;
911
+ assa_abloy_credential_service_metadata?: never;
935
912
  };
936
913
  required: string[];
937
914
  type: string;
938
915
  } | {
939
916
  properties: {
940
- august_metadata: {
941
- properties: {
942
- has_keypad: {
943
- type: string;
944
- };
945
- house_id: {
946
- type: string;
947
- };
948
- house_name: {
949
- type: string;
950
- };
951
- keypad_battery_level: {
952
- type: string;
953
- };
954
- lock_id: {
955
- type: string;
956
- };
957
- lock_name: {
958
- type: string;
959
- };
960
- model: {
961
- type: string;
962
- };
963
- };
964
- required: string[];
965
- type: string;
966
- };
967
- avigilon_alta_metadata: {
968
- properties: {
969
- entry_name: {
970
- type: string;
971
- };
972
- org_name: {
973
- type: string;
974
- };
975
- site_id: {
976
- type: string;
977
- };
978
- site_name: {
979
- type: string;
980
- };
981
- zone_id: {
982
- type: string;
983
- };
984
- zone_name: {
985
- type: string;
986
- };
987
- };
988
- required: string[];
989
- type: string;
990
- };
991
- brivo_metadata: {
992
- properties: {
993
- device_name: {
994
- type: string;
995
- };
996
- };
997
- required: string[];
998
- type: string;
999
- };
1000
- controlbyweb_metadata: {
1001
- properties: {
1002
- device_id: {
1003
- type: string;
1004
- };
1005
- device_name: {
1006
- type: string;
1007
- };
1008
- relay_name: {
1009
- nullable: boolean;
1010
- type: string;
1011
- };
1012
- };
1013
- required: string[];
1014
- type: string;
1015
- };
1016
- dormakaba_oracode_metadata: {
917
+ assa_abloy_credential_service_metadata: {
1017
918
  properties: {
1018
- device_id: {
1019
- type: string;
1020
- };
1021
- door_id: {
1022
- type: string;
1023
- };
1024
- door_name: {
1025
- type: string;
1026
- };
1027
- iana_timezone: {
1028
- type: string;
1029
- };
1030
- predefined_time_slots: {
919
+ endpoints: {
1031
920
  items: {
1032
921
  properties: {
1033
- check_in_time: {
1034
- type: string;
1035
- };
1036
- check_out_time: {
1037
- type: string;
1038
- };
1039
- dormakaba_oracode_user_level_id: {
1040
- format: string;
1041
- type: string;
1042
- };
1043
- ext_dormakaba_oracode_user_level_prefix: {
1044
- type: string;
1045
- };
1046
- is_24_hour: {
1047
- type: string;
1048
- };
1049
- is_biweekly_mode: {
1050
- type: string;
1051
- };
1052
- is_master: {
1053
- type: string;
1054
- };
1055
- is_one_shot: {
1056
- type: string;
1057
- };
1058
- name: {
922
+ endpoint_id: {
1059
923
  type: string;
1060
924
  };
1061
- prefix: {
925
+ is_active: {
1062
926
  type: string;
1063
927
  };
1064
928
  };
@@ -1067,1115 +931,1223 @@ declare const _default: {
1067
931
  };
1068
932
  type: string;
1069
933
  };
1070
- site_id: {
1071
- type: string;
1072
- };
1073
- site_name: {
934
+ has_active_endpoint: {
1074
935
  type: string;
1075
936
  };
1076
937
  };
1077
938
  required: string[];
1078
939
  type: string;
1079
940
  };
1080
- ecobee_metadata: {
1081
- properties: {
1082
- device_name: {
1083
- type: string;
1084
- };
1085
- ecobee_device_id: {
1086
- type: string;
1087
- };
941
+ battery?: never;
942
+ battery_level?: never;
943
+ has_direct_power?: never;
944
+ image_alt_text?: never;
945
+ image_url?: never;
946
+ manufacturer?: never;
947
+ model?: never;
948
+ name?: never;
949
+ offline_access_codes_enabled?: never;
950
+ online?: never;
951
+ online_access_codes_enabled?: never;
952
+ serial_number?: never;
953
+ supports_accessory_keypad?: never;
954
+ supports_offline_access_codes?: never;
955
+ };
956
+ type: string;
957
+ required?: never;
958
+ })[];
959
+ properties?: never;
960
+ type?: never;
961
+ } | {
962
+ properties: {
963
+ august_metadata: {
964
+ properties: {
965
+ has_keypad: {
966
+ type: string;
1088
967
  };
1089
- required: string[];
1090
- type: string;
1091
- };
1092
- four_suites_metadata: {
1093
- properties: {
1094
- device_id: {
1095
- type: string;
1096
- };
1097
- device_name: {
1098
- type: string;
1099
- };
1100
- reclose_delay_in_seconds: {
1101
- type: string;
1102
- };
968
+ house_id: {
969
+ type: string;
1103
970
  };
1104
- required: string[];
1105
- type: string;
1106
- };
1107
- genie_metadata: {
1108
- properties: {
1109
- device_name: {
1110
- type: string;
1111
- };
1112
- door_name: {
1113
- type: string;
1114
- };
971
+ house_name: {
972
+ type: string;
1115
973
  };
1116
- required: string[];
1117
- type: string;
1118
- };
1119
- hubitat_metadata: {
1120
- properties: {
1121
- device_id: {
1122
- type: string;
1123
- };
1124
- device_label: {
1125
- type: string;
1126
- };
1127
- device_name: {
1128
- type: string;
1129
- };
974
+ keypad_battery_level: {
975
+ type: string;
1130
976
  };
1131
- required: string[];
1132
- type: string;
1133
- };
1134
- igloo_metadata: {
1135
- properties: {
1136
- bridge_id: {
1137
- type: string;
1138
- };
1139
- device_id: {
1140
- type: string;
1141
- };
1142
- model: {
1143
- type: string;
1144
- };
977
+ lock_id: {
978
+ type: string;
979
+ };
980
+ lock_name: {
981
+ type: string;
982
+ };
983
+ model: {
984
+ type: string;
1145
985
  };
1146
- required: string[];
1147
- type: string;
1148
986
  };
1149
- igloohome_metadata: {
1150
- properties: {
1151
- bridge_id: {
1152
- type: string;
1153
- };
1154
- bridge_name: {
1155
- type: string;
1156
- };
1157
- device_id: {
1158
- type: string;
1159
- };
1160
- device_name: {
1161
- type: string;
1162
- };
987
+ required: string[];
988
+ type: string;
989
+ };
990
+ avigilon_alta_metadata: {
991
+ properties: {
992
+ entry_name: {
993
+ type: string;
994
+ };
995
+ org_name: {
996
+ type: string;
997
+ };
998
+ site_id: {
999
+ type: string;
1000
+ };
1001
+ site_name: {
1002
+ type: string;
1003
+ };
1004
+ zone_id: {
1005
+ type: string;
1006
+ };
1007
+ zone_name: {
1008
+ type: string;
1163
1009
  };
1164
- required: string[];
1165
- type: string;
1166
1010
  };
1167
- kwikset_metadata: {
1168
- properties: {
1169
- device_id: {
1170
- type: string;
1171
- };
1172
- device_name: {
1173
- type: string;
1174
- };
1175
- model_number: {
1176
- type: string;
1177
- };
1011
+ required: string[];
1012
+ type: string;
1013
+ };
1014
+ brivo_metadata: {
1015
+ properties: {
1016
+ device_name: {
1017
+ type: string;
1178
1018
  };
1179
- required: string[];
1180
- type: string;
1181
1019
  };
1182
- lockly_metadata: {
1183
- properties: {
1184
- device_id: {
1185
- type: string;
1186
- };
1187
- device_name: {
1188
- type: string;
1189
- };
1190
- model: {
1191
- type: string;
1192
- };
1020
+ required: string[];
1021
+ type: string;
1022
+ };
1023
+ controlbyweb_metadata: {
1024
+ properties: {
1025
+ device_id: {
1026
+ type: string;
1027
+ };
1028
+ device_name: {
1029
+ type: string;
1030
+ };
1031
+ relay_name: {
1032
+ nullable: boolean;
1033
+ type: string;
1193
1034
  };
1194
- required: string[];
1195
- type: string;
1196
1035
  };
1197
- minut_metadata: {
1198
- properties: {
1199
- device_id: {
1200
- type: string;
1201
- };
1202
- device_name: {
1203
- type: string;
1204
- };
1205
- latest_sensor_values: {
1036
+ required: string[];
1037
+ type: string;
1038
+ };
1039
+ dormakaba_oracode_metadata: {
1040
+ properties: {
1041
+ device_id: {
1042
+ type: string;
1043
+ };
1044
+ door_id: {
1045
+ type: string;
1046
+ };
1047
+ door_name: {
1048
+ type: string;
1049
+ };
1050
+ iana_timezone: {
1051
+ type: string;
1052
+ };
1053
+ predefined_time_slots: {
1054
+ items: {
1206
1055
  properties: {
1207
- accelerometer_z: {
1208
- properties: {
1209
- time: {
1210
- type: string;
1211
- };
1212
- value: {
1213
- type: string;
1214
- };
1215
- };
1216
- required: string[];
1056
+ check_in_time: {
1217
1057
  type: string;
1218
1058
  };
1219
- humidity: {
1220
- properties: {
1221
- time: {
1222
- type: string;
1223
- };
1224
- value: {
1225
- type: string;
1226
- };
1227
- };
1228
- required: string[];
1059
+ check_out_time: {
1229
1060
  type: string;
1230
1061
  };
1231
- pressure: {
1232
- properties: {
1233
- time: {
1234
- type: string;
1235
- };
1236
- value: {
1237
- type: string;
1238
- };
1239
- };
1240
- required: string[];
1062
+ dormakaba_oracode_user_level_id: {
1063
+ format: string;
1241
1064
  type: string;
1242
1065
  };
1243
- sound: {
1244
- properties: {
1245
- time: {
1246
- type: string;
1247
- };
1248
- value: {
1249
- type: string;
1250
- };
1251
- };
1252
- required: string[];
1066
+ ext_dormakaba_oracode_user_level_prefix: {
1253
1067
  type: string;
1254
1068
  };
1255
- temperature: {
1256
- properties: {
1257
- time: {
1258
- type: string;
1259
- };
1260
- value: {
1261
- type: string;
1262
- };
1263
- };
1264
- required: string[];
1069
+ is_24_hour: {
1070
+ type: string;
1071
+ };
1072
+ is_biweekly_mode: {
1073
+ type: string;
1074
+ };
1075
+ is_master: {
1076
+ type: string;
1077
+ };
1078
+ is_one_shot: {
1079
+ type: string;
1080
+ };
1081
+ name: {
1082
+ type: string;
1083
+ };
1084
+ prefix: {
1265
1085
  type: string;
1266
1086
  };
1267
1087
  };
1268
1088
  required: string[];
1269
1089
  type: string;
1270
1090
  };
1091
+ type: string;
1271
1092
  };
1272
- required: string[];
1273
- type: string;
1274
- };
1275
- nest_metadata: {
1276
- properties: {
1277
- custom_name: {
1278
- type: string;
1279
- };
1280
- device_name: {
1281
- type: string;
1282
- };
1283
- nest_device_id: {
1284
- type: string;
1285
- };
1286
- };
1287
- required: string[];
1288
- type: string;
1289
- };
1290
- noiseaware_metadata: {
1291
- properties: {
1292
- device_id: {
1293
- type: string;
1294
- };
1295
- device_model: {
1296
- enum: string[];
1297
- type: string;
1298
- };
1299
- device_name: {
1300
- type: string;
1301
- };
1302
- noise_level_decibel: {
1303
- type: string;
1304
- };
1305
- noise_level_nrs: {
1306
- type: string;
1307
- };
1093
+ site_id: {
1094
+ type: string;
1308
1095
  };
1309
- required: string[];
1310
- type: string;
1311
- };
1312
- nuki_metadata: {
1313
- properties: {
1314
- device_id: {
1315
- type: string;
1316
- };
1317
- device_name: {
1318
- type: string;
1319
- };
1320
- keypad_battery_critical: {
1321
- type: string;
1322
- };
1096
+ site_name: {
1097
+ type: string;
1323
1098
  };
1324
- required: string[];
1325
- type: string;
1326
1099
  };
1327
- salto_metadata: {
1328
- properties: {
1329
- battery_level: {
1330
- type: string;
1331
- };
1332
- customer_reference: {
1333
- type: string;
1334
- };
1335
- lock_id: {
1336
- type: string;
1337
- };
1338
- lock_type: {
1339
- type: string;
1340
- };
1341
- locked_state: {
1342
- type: string;
1343
- };
1344
- model: {
1345
- type: string;
1346
- };
1100
+ required: string[];
1101
+ type: string;
1102
+ };
1103
+ ecobee_metadata: {
1104
+ properties: {
1105
+ device_name: {
1106
+ type: string;
1347
1107
  };
1348
- required: string[];
1349
- type: string;
1350
- };
1351
- schlage_metadata: {
1352
- properties: {
1353
- access_code_length: {
1354
- type: string;
1355
- };
1356
- device_id: {
1357
- type: string;
1358
- };
1359
- device_name: {
1360
- type: string;
1361
- };
1362
- model: {
1363
- type: string;
1364
- };
1108
+ ecobee_device_id: {
1109
+ type: string;
1365
1110
  };
1366
- required: string[];
1367
- type: string;
1368
1111
  };
1369
- seam_bridge_metadata: {
1370
- properties: {
1371
- device_num: {
1372
- type: string;
1373
- };
1374
- name: {
1375
- type: string;
1376
- };
1377
- unlock_method: {
1378
- enum: string[];
1379
- type: string;
1380
- };
1112
+ required: string[];
1113
+ type: string;
1114
+ };
1115
+ four_suites_metadata: {
1116
+ properties: {
1117
+ device_id: {
1118
+ type: string;
1381
1119
  };
1382
- required: string[];
1383
- type: string;
1384
- };
1385
- smartthings_metadata: {
1386
- properties: {
1387
- device_id: {
1388
- type: string;
1389
- };
1390
- device_name: {
1391
- type: string;
1392
- };
1393
- location_id: {
1394
- type: string;
1395
- };
1396
- model: {
1397
- type: string;
1398
- };
1120
+ device_name: {
1121
+ type: string;
1399
1122
  };
1400
- required: string[];
1401
- type: string;
1402
- };
1403
- ttlock_metadata: {
1404
- properties: {
1405
- lock_alias: {
1406
- type: string;
1407
- };
1408
- lock_id: {
1409
- type: string;
1410
- };
1123
+ reclose_delay_in_seconds: {
1124
+ type: string;
1411
1125
  };
1412
- required: string[];
1413
- type: string;
1414
1126
  };
1415
- two_n_metadata: {
1416
- properties: {
1417
- device_id: {
1418
- type: string;
1419
- };
1420
- device_name: {
1421
- type: string;
1422
- };
1127
+ required: string[];
1128
+ type: string;
1129
+ };
1130
+ genie_metadata: {
1131
+ properties: {
1132
+ device_name: {
1133
+ type: string;
1423
1134
  };
1424
- required: string[];
1425
- type: string;
1426
- };
1427
- wyze_metadata: {
1428
- properties: {
1429
- device_id: {
1430
- type: string;
1431
- };
1432
- device_info_model: {
1433
- type: string;
1434
- };
1435
- device_name: {
1436
- type: string;
1437
- };
1438
- product_model: {
1439
- type: string;
1440
- };
1441
- product_name: {
1442
- type: string;
1443
- };
1444
- product_type: {
1445
- type: string;
1446
- };
1135
+ door_name: {
1136
+ type: string;
1447
1137
  };
1448
- required: string[];
1449
- type: string;
1450
1138
  };
1451
- battery?: never;
1452
- battery_level?: never;
1453
- has_direct_power?: never;
1454
- image_alt_text?: never;
1455
- image_url?: never;
1456
- manufacturer?: never;
1457
- model?: never;
1458
- name?: never;
1459
- offline_access_codes_enabled?: never;
1460
- online?: never;
1461
- online_access_codes_enabled?: never;
1462
- serial_number?: never;
1463
- supports_accessory_keypad?: never;
1464
- supports_offline_access_codes?: never;
1139
+ required: string[];
1140
+ type: string;
1465
1141
  };
1466
- type: string;
1467
- required?: never;
1468
- })[];
1469
- } | {
1470
- allOf: ({
1471
- properties: {
1472
- _experimental_supported_code_from_access_codes_lengths: {
1473
- items: {
1142
+ hubitat_metadata: {
1143
+ properties: {
1144
+ device_id: {
1474
1145
  type: string;
1475
1146
  };
1476
- type: string;
1477
- };
1478
- code_constraints: {
1479
- items: {
1480
- oneOf: ({
1481
- properties: {
1482
- constraint_type: {
1483
- enum: string[];
1484
- type: string;
1485
- };
1486
- max_length?: never;
1487
- min_length?: never;
1488
- };
1489
- required: string[];
1490
- type: string;
1491
- } | {
1492
- properties: {
1493
- constraint_type: {
1494
- enum: string[];
1495
- type: string;
1496
- };
1497
- max_length: {
1498
- type: string;
1499
- };
1500
- min_length: {
1501
- type: string;
1502
- };
1503
- };
1504
- required: string[];
1505
- type: string;
1506
- })[];
1147
+ device_label: {
1148
+ type: string;
1507
1149
  };
1508
- type: string;
1509
- };
1510
- door_open: {
1511
- type: string;
1512
- };
1513
- has_native_entry_events: {
1514
- type: string;
1515
- };
1516
- keypad_battery: {
1517
- properties: {
1518
- level: {
1519
- type: string;
1520
- };
1150
+ device_name: {
1151
+ type: string;
1521
1152
  };
1522
- required: string[];
1523
- type: string;
1524
- };
1525
- locked: {
1526
- type: string;
1527
1153
  };
1528
- max_active_codes_supported: {
1529
- type: string;
1530
- };
1531
- supported_code_lengths: {
1532
- items: {
1154
+ required: string[];
1155
+ type: string;
1156
+ };
1157
+ igloo_metadata: {
1158
+ properties: {
1159
+ bridge_id: {
1160
+ type: string;
1161
+ };
1162
+ device_id: {
1163
+ type: string;
1164
+ };
1165
+ model: {
1533
1166
  type: string;
1534
1167
  };
1535
- type: string;
1536
- };
1537
- supports_backup_access_code_pool: {
1538
- type: string;
1539
1168
  };
1169
+ required: string[];
1170
+ type: string;
1540
1171
  };
1541
- type: string;
1542
- oneOf?: never;
1543
- } | {
1544
- oneOf: ({
1172
+ igloohome_metadata: {
1545
1173
  properties: {
1546
- active_climate_setting_schedule: {
1547
- properties: {
1548
- automatic_cooling_enabled: {
1549
- type: string;
1550
- };
1551
- automatic_heating_enabled: {
1552
- type: string;
1553
- };
1554
- climate_setting_schedule_id: {
1555
- format: string;
1556
- type: string;
1557
- };
1558
- cooling_set_point_celsius: {
1559
- type: string;
1560
- };
1561
- cooling_set_point_fahrenheit: {
1562
- type: string;
1563
- };
1564
- created_at: {
1565
- format: string;
1566
- type: string;
1567
- };
1568
- device_id: {
1569
- type: string;
1570
- };
1571
- errors: {
1572
- description: string;
1573
- nullable: boolean;
1574
- };
1575
- heating_set_point_celsius: {
1576
- type: string;
1577
- };
1578
- heating_set_point_fahrenheit: {
1579
- type: string;
1580
- };
1581
- hvac_mode_setting: {
1582
- enum: string[];
1583
- type: string;
1584
- };
1585
- manual_override_allowed: {
1586
- type: string;
1587
- };
1588
- name: {
1589
- type: string;
1590
- };
1591
- schedule_ends_at: {
1592
- type: string;
1593
- };
1594
- schedule_starts_at: {
1595
- type: string;
1596
- };
1597
- schedule_type: {
1598
- enum: string[];
1599
- type: string;
1600
- };
1601
- };
1602
- required: string[];
1174
+ bridge_id: {
1603
1175
  type: string;
1604
1176
  };
1605
- available_hvac_mode_settings: {
1606
- items: {
1607
- enum: string[];
1608
- type: string;
1609
- };
1177
+ bridge_name: {
1610
1178
  type: string;
1611
1179
  };
1612
- can_enable_automatic_cooling: {
1180
+ device_id: {
1613
1181
  type: string;
1614
1182
  };
1615
- can_enable_automatic_heating: {
1183
+ device_name: {
1616
1184
  type: string;
1617
1185
  };
1618
- current_climate_setting: {
1619
- properties: {
1620
- automatic_cooling_enabled: {
1621
- type: string;
1622
- };
1623
- automatic_heating_enabled: {
1624
- type: string;
1625
- };
1626
- cooling_set_point_celsius: {
1627
- type: string;
1628
- };
1629
- cooling_set_point_fahrenheit: {
1630
- type: string;
1631
- };
1632
- heating_set_point_celsius: {
1633
- type: string;
1634
- };
1635
- heating_set_point_fahrenheit: {
1636
- type: string;
1637
- };
1638
- hvac_mode_setting: {
1639
- enum: string[];
1640
- type: string;
1641
- };
1642
- manual_override_allowed: {
1643
- type: string;
1644
- };
1645
- };
1646
- required: string[];
1186
+ };
1187
+ required: string[];
1188
+ type: string;
1189
+ };
1190
+ kwikset_metadata: {
1191
+ properties: {
1192
+ device_id: {
1193
+ type: string;
1194
+ };
1195
+ device_name: {
1196
+ type: string;
1197
+ };
1198
+ model_number: {
1199
+ type: string;
1200
+ };
1201
+ };
1202
+ required: string[];
1203
+ type: string;
1204
+ };
1205
+ lockly_metadata: {
1206
+ properties: {
1207
+ device_id: {
1208
+ type: string;
1209
+ };
1210
+ device_name: {
1211
+ type: string;
1212
+ };
1213
+ model: {
1214
+ type: string;
1215
+ };
1216
+ };
1217
+ required: string[];
1218
+ type: string;
1219
+ };
1220
+ minut_metadata: {
1221
+ properties: {
1222
+ device_id: {
1223
+ type: string;
1224
+ };
1225
+ device_name: {
1647
1226
  type: string;
1648
1227
  };
1649
- default_climate_setting: {
1228
+ latest_sensor_values: {
1650
1229
  properties: {
1651
- automatic_cooling_enabled: {
1652
- type: string;
1653
- };
1654
- automatic_heating_enabled: {
1655
- type: string;
1656
- };
1657
- cooling_set_point_celsius: {
1658
- type: string;
1659
- };
1660
- cooling_set_point_fahrenheit: {
1230
+ accelerometer_z: {
1231
+ properties: {
1232
+ time: {
1233
+ type: string;
1234
+ };
1235
+ value: {
1236
+ type: string;
1237
+ };
1238
+ };
1239
+ required: string[];
1661
1240
  type: string;
1662
1241
  };
1663
- heating_set_point_celsius: {
1242
+ humidity: {
1243
+ properties: {
1244
+ time: {
1245
+ type: string;
1246
+ };
1247
+ value: {
1248
+ type: string;
1249
+ };
1250
+ };
1251
+ required: string[];
1664
1252
  type: string;
1665
1253
  };
1666
- heating_set_point_fahrenheit: {
1254
+ pressure: {
1255
+ properties: {
1256
+ time: {
1257
+ type: string;
1258
+ };
1259
+ value: {
1260
+ type: string;
1261
+ };
1262
+ };
1263
+ required: string[];
1667
1264
  type: string;
1668
1265
  };
1669
- hvac_mode_setting: {
1670
- enum: string[];
1266
+ sound: {
1267
+ properties: {
1268
+ time: {
1269
+ type: string;
1270
+ };
1271
+ value: {
1272
+ type: string;
1273
+ };
1274
+ };
1275
+ required: string[];
1671
1276
  type: string;
1672
1277
  };
1673
- manual_override_allowed: {
1278
+ temperature: {
1279
+ properties: {
1280
+ time: {
1281
+ type: string;
1282
+ };
1283
+ value: {
1284
+ type: string;
1285
+ };
1286
+ };
1287
+ required: string[];
1674
1288
  type: string;
1675
1289
  };
1676
1290
  };
1677
1291
  required: string[];
1678
1292
  type: string;
1679
1293
  };
1680
- fan_mode_setting: {
1681
- enum: string[];
1294
+ };
1295
+ required: string[];
1296
+ type: string;
1297
+ };
1298
+ nest_metadata: {
1299
+ properties: {
1300
+ custom_name: {
1682
1301
  type: string;
1683
1302
  };
1684
- is_climate_setting_schedule_active: {
1303
+ device_name: {
1685
1304
  type: string;
1686
1305
  };
1687
- is_cooling: {
1306
+ nest_device_id: {
1688
1307
  type: string;
1689
1308
  };
1690
- is_cooling_available: {
1691
- enum: boolean[];
1309
+ };
1310
+ required: string[];
1311
+ type: string;
1312
+ };
1313
+ noiseaware_metadata: {
1314
+ properties: {
1315
+ device_id: {
1692
1316
  type: string;
1693
1317
  };
1694
- is_fan_running: {
1318
+ device_model: {
1319
+ enum: string[];
1695
1320
  type: string;
1696
1321
  };
1697
- is_heating: {
1322
+ device_name: {
1698
1323
  type: string;
1699
1324
  };
1700
- is_heating_available: {
1701
- enum: boolean[];
1325
+ noise_level_decibel: {
1702
1326
  type: string;
1703
1327
  };
1704
- is_temporary_manual_override_active: {
1328
+ noise_level_nrs: {
1705
1329
  type: string;
1706
1330
  };
1707
- max_cooling_set_point_celsius: {
1331
+ };
1332
+ required: string[];
1333
+ type: string;
1334
+ };
1335
+ nuki_metadata: {
1336
+ properties: {
1337
+ device_id: {
1708
1338
  type: string;
1709
1339
  };
1710
- max_cooling_set_point_fahrenheit: {
1340
+ device_name: {
1711
1341
  type: string;
1712
1342
  };
1713
- max_heating_set_point_celsius: {
1343
+ keypad_battery_critical: {
1714
1344
  type: string;
1715
1345
  };
1716
- max_heating_set_point_fahrenheit: {
1346
+ };
1347
+ required: string[];
1348
+ type: string;
1349
+ };
1350
+ salto_metadata: {
1351
+ properties: {
1352
+ battery_level: {
1717
1353
  type: string;
1718
1354
  };
1719
- min_cooling_set_point_celsius: {
1355
+ customer_reference: {
1720
1356
  type: string;
1721
1357
  };
1722
- min_cooling_set_point_fahrenheit: {
1358
+ lock_id: {
1723
1359
  type: string;
1724
1360
  };
1725
- min_heating_cooling_delta_celsius: {
1361
+ lock_type: {
1726
1362
  type: string;
1727
1363
  };
1728
- min_heating_cooling_delta_fahrenheit: {
1364
+ locked_state: {
1729
1365
  type: string;
1730
1366
  };
1731
- min_heating_set_point_celsius: {
1367
+ model: {
1732
1368
  type: string;
1733
1369
  };
1734
- min_heating_set_point_fahrenheit: {
1370
+ };
1371
+ required: string[];
1372
+ type: string;
1373
+ };
1374
+ schlage_metadata: {
1375
+ properties: {
1376
+ access_code_length: {
1735
1377
  type: string;
1736
1378
  };
1737
- relative_humidity: {
1738
- maximum: number;
1739
- minimum: number;
1379
+ device_id: {
1740
1380
  type: string;
1741
1381
  };
1742
- temperature_celsius: {
1382
+ device_name: {
1743
1383
  type: string;
1744
1384
  };
1745
- temperature_fahrenheit: {
1385
+ model: {
1746
1386
  type: string;
1747
1387
  };
1748
1388
  };
1389
+ required: string[];
1749
1390
  type: string;
1750
- } | {
1391
+ };
1392
+ seam_bridge_metadata: {
1751
1393
  properties: {
1752
- active_climate_setting_schedule: {
1753
- properties: {
1754
- automatic_cooling_enabled: {
1755
- type: string;
1756
- };
1757
- automatic_heating_enabled: {
1758
- type: string;
1759
- };
1760
- climate_setting_schedule_id: {
1761
- format: string;
1762
- type: string;
1763
- };
1764
- cooling_set_point_celsius: {
1765
- type: string;
1766
- };
1767
- cooling_set_point_fahrenheit: {
1768
- type: string;
1769
- };
1770
- created_at: {
1771
- format: string;
1772
- type: string;
1773
- };
1774
- device_id: {
1775
- type: string;
1776
- };
1777
- errors: {
1778
- description: string;
1779
- nullable: boolean;
1780
- };
1781
- heating_set_point_celsius: {
1782
- type: string;
1783
- };
1784
- heating_set_point_fahrenheit: {
1785
- type: string;
1786
- };
1787
- hvac_mode_setting: {
1788
- enum: string[];
1789
- type: string;
1790
- };
1791
- manual_override_allowed: {
1792
- type: string;
1793
- };
1794
- name: {
1795
- type: string;
1796
- };
1797
- schedule_ends_at: {
1798
- type: string;
1799
- };
1800
- schedule_starts_at: {
1801
- type: string;
1802
- };
1803
- schedule_type: {
1804
- enum: string[];
1805
- type: string;
1806
- };
1807
- };
1808
- required: string[];
1394
+ device_num: {
1809
1395
  type: string;
1810
1396
  };
1811
- available_hvac_mode_settings: {
1812
- items: {
1813
- enum: string[];
1814
- type: string;
1815
- };
1397
+ name: {
1816
1398
  type: string;
1817
1399
  };
1818
- can_enable_automatic_cooling: {
1400
+ unlock_method: {
1401
+ enum: string[];
1819
1402
  type: string;
1820
1403
  };
1821
- can_enable_automatic_heating: {
1404
+ };
1405
+ required: string[];
1406
+ type: string;
1407
+ };
1408
+ smartthings_metadata: {
1409
+ properties: {
1410
+ device_id: {
1822
1411
  type: string;
1823
1412
  };
1824
- current_climate_setting: {
1825
- properties: {
1826
- automatic_cooling_enabled: {
1827
- type: string;
1828
- };
1829
- automatic_heating_enabled: {
1830
- type: string;
1831
- };
1832
- cooling_set_point_celsius: {
1833
- type: string;
1834
- };
1835
- cooling_set_point_fahrenheit: {
1836
- type: string;
1837
- };
1838
- heating_set_point_celsius: {
1839
- type: string;
1840
- };
1841
- heating_set_point_fahrenheit: {
1842
- type: string;
1843
- };
1844
- hvac_mode_setting: {
1845
- enum: string[];
1846
- type: string;
1847
- };
1848
- manual_override_allowed: {
1849
- type: string;
1850
- };
1851
- };
1852
- required: string[];
1413
+ device_name: {
1853
1414
  type: string;
1854
1415
  };
1855
- default_climate_setting: {
1856
- properties: {
1857
- automatic_cooling_enabled: {
1858
- type: string;
1859
- };
1860
- automatic_heating_enabled: {
1861
- type: string;
1862
- };
1863
- cooling_set_point_celsius: {
1864
- type: string;
1865
- };
1866
- cooling_set_point_fahrenheit: {
1867
- type: string;
1868
- };
1869
- heating_set_point_celsius: {
1870
- type: string;
1871
- };
1872
- heating_set_point_fahrenheit: {
1873
- type: string;
1874
- };
1875
- hvac_mode_setting: {
1876
- enum: string[];
1877
- type: string;
1878
- };
1879
- manual_override_allowed: {
1880
- type: string;
1881
- };
1882
- };
1883
- required: string[];
1416
+ location_id: {
1884
1417
  type: string;
1885
1418
  };
1886
- fan_mode_setting: {
1887
- enum: string[];
1419
+ model: {
1888
1420
  type: string;
1889
1421
  };
1890
- is_climate_setting_schedule_active: {
1422
+ };
1423
+ required: string[];
1424
+ type: string;
1425
+ };
1426
+ ttlock_metadata: {
1427
+ properties: {
1428
+ lock_alias: {
1891
1429
  type: string;
1892
1430
  };
1893
- is_cooling: {
1431
+ lock_id: {
1894
1432
  type: string;
1895
1433
  };
1896
- is_cooling_available: {
1897
- enum: boolean[];
1898
- type: string;
1899
- };
1900
- is_fan_running: {
1901
- type: string;
1902
- };
1903
- is_heating: {
1904
- type: string;
1905
- };
1906
- is_heating_available: {
1907
- enum: boolean[];
1908
- type: string;
1909
- };
1910
- is_temporary_manual_override_active: {
1434
+ };
1435
+ required: string[];
1436
+ type: string;
1437
+ };
1438
+ two_n_metadata: {
1439
+ properties: {
1440
+ device_id: {
1911
1441
  type: string;
1912
1442
  };
1913
- max_heating_set_point_celsius: {
1443
+ device_name: {
1914
1444
  type: string;
1915
1445
  };
1916
- max_heating_set_point_fahrenheit: {
1446
+ };
1447
+ required: string[];
1448
+ type: string;
1449
+ };
1450
+ wyze_metadata: {
1451
+ properties: {
1452
+ device_id: {
1917
1453
  type: string;
1918
1454
  };
1919
- min_heating_set_point_celsius: {
1455
+ device_info_model: {
1920
1456
  type: string;
1921
1457
  };
1922
- min_heating_set_point_fahrenheit: {
1458
+ device_name: {
1923
1459
  type: string;
1924
1460
  };
1925
- relative_humidity: {
1926
- maximum: number;
1927
- minimum: number;
1461
+ product_model: {
1928
1462
  type: string;
1929
1463
  };
1930
- temperature_celsius: {
1464
+ product_name: {
1931
1465
  type: string;
1932
1466
  };
1933
- temperature_fahrenheit: {
1467
+ product_type: {
1934
1468
  type: string;
1935
1469
  };
1936
- max_cooling_set_point_celsius?: never;
1937
- max_cooling_set_point_fahrenheit?: never;
1938
- min_cooling_set_point_celsius?: never;
1939
- min_cooling_set_point_fahrenheit?: never;
1940
- min_heating_cooling_delta_celsius?: never;
1941
- min_heating_cooling_delta_fahrenheit?: never;
1942
1470
  };
1471
+ required: string[];
1943
1472
  type: string;
1944
- } | {
1945
- properties: {
1946
- active_climate_setting_schedule: {
1473
+ };
1474
+ };
1475
+ type: string;
1476
+ allOf?: never;
1477
+ })[];
1478
+ } | {
1479
+ allOf: ({
1480
+ properties: {
1481
+ _experimental_supported_code_from_access_codes_lengths: {
1482
+ items: {
1483
+ type: string;
1484
+ };
1485
+ type: string;
1486
+ };
1487
+ code_constraints: {
1488
+ items: {
1489
+ oneOf: ({
1947
1490
  properties: {
1948
- automatic_cooling_enabled: {
1949
- type: string;
1950
- };
1951
- automatic_heating_enabled: {
1952
- type: string;
1953
- };
1954
- climate_setting_schedule_id: {
1955
- format: string;
1956
- type: string;
1957
- };
1958
- cooling_set_point_celsius: {
1959
- type: string;
1960
- };
1961
- cooling_set_point_fahrenheit: {
1962
- type: string;
1963
- };
1964
- created_at: {
1965
- format: string;
1966
- type: string;
1967
- };
1968
- device_id: {
1969
- type: string;
1970
- };
1971
- errors: {
1972
- description: string;
1973
- nullable: boolean;
1974
- };
1975
- heating_set_point_celsius: {
1976
- type: string;
1977
- };
1978
- heating_set_point_fahrenheit: {
1979
- type: string;
1980
- };
1981
- hvac_mode_setting: {
1491
+ constraint_type: {
1982
1492
  enum: string[];
1983
1493
  type: string;
1984
1494
  };
1985
- manual_override_allowed: {
1986
- type: string;
1987
- };
1988
- name: {
1989
- type: string;
1990
- };
1991
- schedule_ends_at: {
1495
+ max_length?: never;
1496
+ min_length?: never;
1497
+ };
1498
+ required: string[];
1499
+ type: string;
1500
+ } | {
1501
+ properties: {
1502
+ constraint_type: {
1503
+ enum: string[];
1992
1504
  type: string;
1993
1505
  };
1994
- schedule_starts_at: {
1506
+ max_length: {
1995
1507
  type: string;
1996
1508
  };
1997
- schedule_type: {
1998
- enum: string[];
1509
+ min_length: {
1999
1510
  type: string;
2000
1511
  };
2001
1512
  };
2002
1513
  required: string[];
2003
1514
  type: string;
1515
+ })[];
1516
+ };
1517
+ type: string;
1518
+ };
1519
+ door_open: {
1520
+ type: string;
1521
+ };
1522
+ has_native_entry_events: {
1523
+ type: string;
1524
+ };
1525
+ keypad_battery: {
1526
+ properties: {
1527
+ level: {
1528
+ type: string;
2004
1529
  };
2005
- available_hvac_mode_settings: {
2006
- items: {
1530
+ };
1531
+ required: string[];
1532
+ type: string;
1533
+ };
1534
+ locked: {
1535
+ type: string;
1536
+ };
1537
+ max_active_codes_supported: {
1538
+ type: string;
1539
+ };
1540
+ supported_code_lengths: {
1541
+ items: {
1542
+ type: string;
1543
+ };
1544
+ type: string;
1545
+ };
1546
+ supports_backup_access_code_pool: {
1547
+ type: string;
1548
+ };
1549
+ };
1550
+ type: string;
1551
+ oneOf?: never;
1552
+ } | {
1553
+ oneOf: ({
1554
+ properties: {
1555
+ active_climate_setting_schedule: {
1556
+ properties: {
1557
+ automatic_cooling_enabled: {
1558
+ type: string;
1559
+ };
1560
+ automatic_heating_enabled: {
1561
+ type: string;
1562
+ };
1563
+ climate_setting_schedule_id: {
1564
+ format: string;
1565
+ type: string;
1566
+ };
1567
+ cooling_set_point_celsius: {
1568
+ type: string;
1569
+ };
1570
+ cooling_set_point_fahrenheit: {
1571
+ type: string;
1572
+ };
1573
+ created_at: {
1574
+ format: string;
1575
+ type: string;
1576
+ };
1577
+ device_id: {
1578
+ type: string;
1579
+ };
1580
+ errors: {
1581
+ description: string;
1582
+ nullable: boolean;
1583
+ };
1584
+ heating_set_point_celsius: {
1585
+ type: string;
1586
+ };
1587
+ heating_set_point_fahrenheit: {
1588
+ type: string;
1589
+ };
1590
+ hvac_mode_setting: {
1591
+ enum: string[];
1592
+ type: string;
1593
+ };
1594
+ manual_override_allowed: {
1595
+ type: string;
1596
+ };
1597
+ name: {
1598
+ type: string;
1599
+ };
1600
+ schedule_ends_at: {
1601
+ type: string;
1602
+ };
1603
+ schedule_starts_at: {
1604
+ type: string;
1605
+ };
1606
+ schedule_type: {
2007
1607
  enum: string[];
2008
1608
  type: string;
2009
1609
  };
2010
- type: string;
2011
1610
  };
2012
- can_enable_automatic_cooling: {
1611
+ required: string[];
1612
+ type: string;
1613
+ };
1614
+ available_hvac_mode_settings: {
1615
+ items: {
1616
+ enum: string[];
2013
1617
  type: string;
2014
1618
  };
2015
- can_enable_automatic_heating: {
2016
- type: string;
1619
+ type: string;
1620
+ };
1621
+ can_enable_automatic_cooling: {
1622
+ type: string;
1623
+ };
1624
+ can_enable_automatic_heating: {
1625
+ type: string;
1626
+ };
1627
+ current_climate_setting: {
1628
+ properties: {
1629
+ automatic_cooling_enabled: {
1630
+ type: string;
1631
+ };
1632
+ automatic_heating_enabled: {
1633
+ type: string;
1634
+ };
1635
+ cooling_set_point_celsius: {
1636
+ type: string;
1637
+ };
1638
+ cooling_set_point_fahrenheit: {
1639
+ type: string;
1640
+ };
1641
+ heating_set_point_celsius: {
1642
+ type: string;
1643
+ };
1644
+ heating_set_point_fahrenheit: {
1645
+ type: string;
1646
+ };
1647
+ hvac_mode_setting: {
1648
+ enum: string[];
1649
+ type: string;
1650
+ };
1651
+ manual_override_allowed: {
1652
+ type: string;
1653
+ };
2017
1654
  };
2018
- current_climate_setting: {
2019
- properties: {
2020
- automatic_cooling_enabled: {
2021
- type: string;
2022
- };
2023
- automatic_heating_enabled: {
2024
- type: string;
2025
- };
2026
- cooling_set_point_celsius: {
2027
- type: string;
2028
- };
2029
- cooling_set_point_fahrenheit: {
2030
- type: string;
2031
- };
2032
- heating_set_point_celsius: {
2033
- type: string;
2034
- };
2035
- heating_set_point_fahrenheit: {
2036
- type: string;
2037
- };
2038
- hvac_mode_setting: {
2039
- enum: string[];
2040
- type: string;
2041
- };
2042
- manual_override_allowed: {
2043
- type: string;
2044
- };
1655
+ required: string[];
1656
+ type: string;
1657
+ };
1658
+ default_climate_setting: {
1659
+ properties: {
1660
+ automatic_cooling_enabled: {
1661
+ type: string;
2045
1662
  };
2046
- required: string[];
1663
+ automatic_heating_enabled: {
1664
+ type: string;
1665
+ };
1666
+ cooling_set_point_celsius: {
1667
+ type: string;
1668
+ };
1669
+ cooling_set_point_fahrenheit: {
1670
+ type: string;
1671
+ };
1672
+ heating_set_point_celsius: {
1673
+ type: string;
1674
+ };
1675
+ heating_set_point_fahrenheit: {
1676
+ type: string;
1677
+ };
1678
+ hvac_mode_setting: {
1679
+ enum: string[];
1680
+ type: string;
1681
+ };
1682
+ manual_override_allowed: {
1683
+ type: string;
1684
+ };
1685
+ };
1686
+ required: string[];
1687
+ type: string;
1688
+ };
1689
+ fan_mode_setting: {
1690
+ enum: string[];
1691
+ type: string;
1692
+ };
1693
+ is_climate_setting_schedule_active: {
1694
+ type: string;
1695
+ };
1696
+ is_cooling: {
1697
+ type: string;
1698
+ };
1699
+ is_cooling_available: {
1700
+ enum: boolean[];
1701
+ type: string;
1702
+ };
1703
+ is_fan_running: {
1704
+ type: string;
1705
+ };
1706
+ is_heating: {
1707
+ type: string;
1708
+ };
1709
+ is_heating_available: {
1710
+ enum: boolean[];
1711
+ type: string;
1712
+ };
1713
+ is_temporary_manual_override_active: {
1714
+ type: string;
1715
+ };
1716
+ max_cooling_set_point_celsius: {
1717
+ type: string;
1718
+ };
1719
+ max_cooling_set_point_fahrenheit: {
1720
+ type: string;
1721
+ };
1722
+ max_heating_set_point_celsius: {
1723
+ type: string;
1724
+ };
1725
+ max_heating_set_point_fahrenheit: {
1726
+ type: string;
1727
+ };
1728
+ min_cooling_set_point_celsius: {
1729
+ type: string;
1730
+ };
1731
+ min_cooling_set_point_fahrenheit: {
1732
+ type: string;
1733
+ };
1734
+ min_heating_cooling_delta_celsius: {
1735
+ type: string;
1736
+ };
1737
+ min_heating_cooling_delta_fahrenheit: {
1738
+ type: string;
1739
+ };
1740
+ min_heating_set_point_celsius: {
1741
+ type: string;
1742
+ };
1743
+ min_heating_set_point_fahrenheit: {
1744
+ type: string;
1745
+ };
1746
+ relative_humidity: {
1747
+ maximum: number;
1748
+ minimum: number;
1749
+ type: string;
1750
+ };
1751
+ temperature_celsius: {
1752
+ type: string;
1753
+ };
1754
+ temperature_fahrenheit: {
1755
+ type: string;
1756
+ };
1757
+ };
1758
+ type: string;
1759
+ } | {
1760
+ properties: {
1761
+ active_climate_setting_schedule: {
1762
+ properties: {
1763
+ automatic_cooling_enabled: {
1764
+ type: string;
1765
+ };
1766
+ automatic_heating_enabled: {
1767
+ type: string;
1768
+ };
1769
+ climate_setting_schedule_id: {
1770
+ format: string;
1771
+ type: string;
1772
+ };
1773
+ cooling_set_point_celsius: {
1774
+ type: string;
1775
+ };
1776
+ cooling_set_point_fahrenheit: {
1777
+ type: string;
1778
+ };
1779
+ created_at: {
1780
+ format: string;
1781
+ type: string;
1782
+ };
1783
+ device_id: {
1784
+ type: string;
1785
+ };
1786
+ errors: {
1787
+ description: string;
1788
+ nullable: boolean;
1789
+ };
1790
+ heating_set_point_celsius: {
1791
+ type: string;
1792
+ };
1793
+ heating_set_point_fahrenheit: {
1794
+ type: string;
1795
+ };
1796
+ hvac_mode_setting: {
1797
+ enum: string[];
1798
+ type: string;
1799
+ };
1800
+ manual_override_allowed: {
1801
+ type: string;
1802
+ };
1803
+ name: {
1804
+ type: string;
1805
+ };
1806
+ schedule_ends_at: {
1807
+ type: string;
1808
+ };
1809
+ schedule_starts_at: {
1810
+ type: string;
1811
+ };
1812
+ schedule_type: {
1813
+ enum: string[];
1814
+ type: string;
1815
+ };
1816
+ };
1817
+ required: string[];
1818
+ type: string;
1819
+ };
1820
+ available_hvac_mode_settings: {
1821
+ items: {
1822
+ enum: string[];
2047
1823
  type: string;
2048
1824
  };
2049
- default_climate_setting: {
2050
- properties: {
2051
- automatic_cooling_enabled: {
2052
- type: string;
2053
- };
2054
- automatic_heating_enabled: {
2055
- type: string;
2056
- };
2057
- cooling_set_point_celsius: {
2058
- type: string;
2059
- };
2060
- cooling_set_point_fahrenheit: {
2061
- type: string;
2062
- };
2063
- heating_set_point_celsius: {
2064
- type: string;
2065
- };
2066
- heating_set_point_fahrenheit: {
2067
- type: string;
2068
- };
2069
- hvac_mode_setting: {
2070
- enum: string[];
2071
- type: string;
2072
- };
2073
- manual_override_allowed: {
2074
- type: string;
2075
- };
1825
+ type: string;
1826
+ };
1827
+ can_enable_automatic_cooling: {
1828
+ type: string;
1829
+ };
1830
+ can_enable_automatic_heating: {
1831
+ type: string;
1832
+ };
1833
+ current_climate_setting: {
1834
+ properties: {
1835
+ automatic_cooling_enabled: {
1836
+ type: string;
1837
+ };
1838
+ automatic_heating_enabled: {
1839
+ type: string;
1840
+ };
1841
+ cooling_set_point_celsius: {
1842
+ type: string;
1843
+ };
1844
+ cooling_set_point_fahrenheit: {
1845
+ type: string;
1846
+ };
1847
+ heating_set_point_celsius: {
1848
+ type: string;
1849
+ };
1850
+ heating_set_point_fahrenheit: {
1851
+ type: string;
1852
+ };
1853
+ hvac_mode_setting: {
1854
+ enum: string[];
1855
+ type: string;
1856
+ };
1857
+ manual_override_allowed: {
1858
+ type: string;
1859
+ };
1860
+ };
1861
+ required: string[];
1862
+ type: string;
1863
+ };
1864
+ default_climate_setting: {
1865
+ properties: {
1866
+ automatic_cooling_enabled: {
1867
+ type: string;
1868
+ };
1869
+ automatic_heating_enabled: {
1870
+ type: string;
1871
+ };
1872
+ cooling_set_point_celsius: {
1873
+ type: string;
1874
+ };
1875
+ cooling_set_point_fahrenheit: {
1876
+ type: string;
1877
+ };
1878
+ heating_set_point_celsius: {
1879
+ type: string;
1880
+ };
1881
+ heating_set_point_fahrenheit: {
1882
+ type: string;
1883
+ };
1884
+ hvac_mode_setting: {
1885
+ enum: string[];
1886
+ type: string;
1887
+ };
1888
+ manual_override_allowed: {
1889
+ type: string;
1890
+ };
1891
+ };
1892
+ required: string[];
1893
+ type: string;
1894
+ };
1895
+ fan_mode_setting: {
1896
+ enum: string[];
1897
+ type: string;
1898
+ };
1899
+ is_climate_setting_schedule_active: {
1900
+ type: string;
1901
+ };
1902
+ is_cooling: {
1903
+ type: string;
1904
+ };
1905
+ is_cooling_available: {
1906
+ enum: boolean[];
1907
+ type: string;
1908
+ };
1909
+ is_fan_running: {
1910
+ type: string;
1911
+ };
1912
+ is_heating: {
1913
+ type: string;
1914
+ };
1915
+ is_heating_available: {
1916
+ enum: boolean[];
1917
+ type: string;
1918
+ };
1919
+ is_temporary_manual_override_active: {
1920
+ type: string;
1921
+ };
1922
+ max_heating_set_point_celsius: {
1923
+ type: string;
1924
+ };
1925
+ max_heating_set_point_fahrenheit: {
1926
+ type: string;
1927
+ };
1928
+ min_heating_set_point_celsius: {
1929
+ type: string;
1930
+ };
1931
+ min_heating_set_point_fahrenheit: {
1932
+ type: string;
1933
+ };
1934
+ relative_humidity: {
1935
+ maximum: number;
1936
+ minimum: number;
1937
+ type: string;
1938
+ };
1939
+ temperature_celsius: {
1940
+ type: string;
1941
+ };
1942
+ temperature_fahrenheit: {
1943
+ type: string;
1944
+ };
1945
+ max_cooling_set_point_celsius?: never;
1946
+ max_cooling_set_point_fahrenheit?: never;
1947
+ min_cooling_set_point_celsius?: never;
1948
+ min_cooling_set_point_fahrenheit?: never;
1949
+ min_heating_cooling_delta_celsius?: never;
1950
+ min_heating_cooling_delta_fahrenheit?: never;
1951
+ };
1952
+ type: string;
1953
+ } | {
1954
+ properties: {
1955
+ active_climate_setting_schedule: {
1956
+ properties: {
1957
+ automatic_cooling_enabled: {
1958
+ type: string;
1959
+ };
1960
+ automatic_heating_enabled: {
1961
+ type: string;
1962
+ };
1963
+ climate_setting_schedule_id: {
1964
+ format: string;
1965
+ type: string;
1966
+ };
1967
+ cooling_set_point_celsius: {
1968
+ type: string;
1969
+ };
1970
+ cooling_set_point_fahrenheit: {
1971
+ type: string;
1972
+ };
1973
+ created_at: {
1974
+ format: string;
1975
+ type: string;
1976
+ };
1977
+ device_id: {
1978
+ type: string;
1979
+ };
1980
+ errors: {
1981
+ description: string;
1982
+ nullable: boolean;
1983
+ };
1984
+ heating_set_point_celsius: {
1985
+ type: string;
1986
+ };
1987
+ heating_set_point_fahrenheit: {
1988
+ type: string;
1989
+ };
1990
+ hvac_mode_setting: {
1991
+ enum: string[];
1992
+ type: string;
1993
+ };
1994
+ manual_override_allowed: {
1995
+ type: string;
1996
+ };
1997
+ name: {
1998
+ type: string;
1999
+ };
2000
+ schedule_ends_at: {
2001
+ type: string;
2002
+ };
2003
+ schedule_starts_at: {
2004
+ type: string;
2005
+ };
2006
+ schedule_type: {
2007
+ enum: string[];
2008
+ type: string;
2076
2009
  };
2077
- required: string[];
2078
- type: string;
2079
2010
  };
2080
- fan_mode_setting: {
2011
+ required: string[];
2012
+ type: string;
2013
+ };
2014
+ available_hvac_mode_settings: {
2015
+ items: {
2081
2016
  enum: string[];
2082
2017
  type: string;
2083
2018
  };
2084
- is_climate_setting_schedule_active: {
2085
- type: string;
2086
- };
2087
- is_cooling: {
2088
- type: string;
2089
- };
2090
- is_cooling_available: {
2091
- enum: boolean[];
2092
- type: string;
2093
- };
2094
- is_fan_running: {
2095
- type: string;
2096
- };
2097
- is_heating: {
2098
- type: string;
2099
- };
2100
- is_heating_available: {
2101
- enum: boolean[];
2102
- type: string;
2103
- };
2104
- is_temporary_manual_override_active: {
2105
- type: string;
2106
- };
2107
- max_cooling_set_point_celsius: {
2108
- type: string;
2109
- };
2110
- max_cooling_set_point_fahrenheit: {
2111
- type: string;
2112
- };
2113
- min_cooling_set_point_celsius: {
2114
- type: string;
2115
- };
2116
- min_cooling_set_point_fahrenheit: {
2117
- type: string;
2118
- };
2119
- relative_humidity: {
2120
- maximum: number;
2121
- minimum: number;
2122
- type: string;
2123
- };
2124
- temperature_celsius: {
2125
- type: string;
2126
- };
2127
- temperature_fahrenheit: {
2128
- type: string;
2019
+ type: string;
2020
+ };
2021
+ can_enable_automatic_cooling: {
2022
+ type: string;
2023
+ };
2024
+ can_enable_automatic_heating: {
2025
+ type: string;
2026
+ };
2027
+ current_climate_setting: {
2028
+ properties: {
2029
+ automatic_cooling_enabled: {
2030
+ type: string;
2031
+ };
2032
+ automatic_heating_enabled: {
2033
+ type: string;
2034
+ };
2035
+ cooling_set_point_celsius: {
2036
+ type: string;
2037
+ };
2038
+ cooling_set_point_fahrenheit: {
2039
+ type: string;
2040
+ };
2041
+ heating_set_point_celsius: {
2042
+ type: string;
2043
+ };
2044
+ heating_set_point_fahrenheit: {
2045
+ type: string;
2046
+ };
2047
+ hvac_mode_setting: {
2048
+ enum: string[];
2049
+ type: string;
2050
+ };
2051
+ manual_override_allowed: {
2052
+ type: string;
2053
+ };
2129
2054
  };
2130
- max_heating_set_point_celsius?: never;
2131
- max_heating_set_point_fahrenheit?: never;
2132
- min_heating_cooling_delta_celsius?: never;
2133
- min_heating_cooling_delta_fahrenheit?: never;
2134
- min_heating_set_point_celsius?: never;
2135
- min_heating_set_point_fahrenheit?: never;
2055
+ required: string[];
2056
+ type: string;
2136
2057
  };
2137
- type: string;
2138
- })[];
2139
- properties?: never;
2140
- type?: never;
2141
- })[];
2142
- })[];
2143
- properties?: never;
2144
- type?: never;
2145
- } | {
2146
- properties: {
2147
- properties: {
2148
- properties: {
2149
- assa_abloy_credential_service_metadata: {
2058
+ default_climate_setting: {
2150
2059
  properties: {
2151
- endpoints: {
2152
- items: {
2153
- properties: {
2154
- endpoint_id: {
2155
- type: string;
2156
- };
2157
- is_active: {
2158
- type: string;
2159
- };
2160
- };
2161
- required: string[];
2162
- type: string;
2163
- };
2060
+ automatic_cooling_enabled: {
2164
2061
  type: string;
2165
2062
  };
2166
- has_active_endpoint: {
2063
+ automatic_heating_enabled: {
2064
+ type: string;
2065
+ };
2066
+ cooling_set_point_celsius: {
2067
+ type: string;
2068
+ };
2069
+ cooling_set_point_fahrenheit: {
2070
+ type: string;
2071
+ };
2072
+ heating_set_point_celsius: {
2073
+ type: string;
2074
+ };
2075
+ heating_set_point_fahrenheit: {
2076
+ type: string;
2077
+ };
2078
+ hvac_mode_setting: {
2079
+ enum: string[];
2080
+ type: string;
2081
+ };
2082
+ manual_override_allowed: {
2167
2083
  type: string;
2168
2084
  };
2169
2085
  };
2170
2086
  required: string[];
2171
2087
  type: string;
2172
2088
  };
2089
+ fan_mode_setting: {
2090
+ enum: string[];
2091
+ type: string;
2092
+ };
2093
+ is_climate_setting_schedule_active: {
2094
+ type: string;
2095
+ };
2096
+ is_cooling: {
2097
+ type: string;
2098
+ };
2099
+ is_cooling_available: {
2100
+ enum: boolean[];
2101
+ type: string;
2102
+ };
2103
+ is_fan_running: {
2104
+ type: string;
2105
+ };
2106
+ is_heating: {
2107
+ type: string;
2108
+ };
2109
+ is_heating_available: {
2110
+ enum: boolean[];
2111
+ type: string;
2112
+ };
2113
+ is_temporary_manual_override_active: {
2114
+ type: string;
2115
+ };
2116
+ max_cooling_set_point_celsius: {
2117
+ type: string;
2118
+ };
2119
+ max_cooling_set_point_fahrenheit: {
2120
+ type: string;
2121
+ };
2122
+ min_cooling_set_point_celsius: {
2123
+ type: string;
2124
+ };
2125
+ min_cooling_set_point_fahrenheit: {
2126
+ type: string;
2127
+ };
2128
+ relative_humidity: {
2129
+ maximum: number;
2130
+ minimum: number;
2131
+ type: string;
2132
+ };
2133
+ temperature_celsius: {
2134
+ type: string;
2135
+ };
2136
+ temperature_fahrenheit: {
2137
+ type: string;
2138
+ };
2139
+ max_heating_set_point_celsius?: never;
2140
+ max_heating_set_point_fahrenheit?: never;
2141
+ min_heating_cooling_delta_celsius?: never;
2142
+ min_heating_cooling_delta_fahrenheit?: never;
2143
+ min_heating_set_point_celsius?: never;
2144
+ min_heating_set_point_fahrenheit?: never;
2173
2145
  };
2174
2146
  type: string;
2175
- };
2176
- };
2177
- type: string;
2178
- allOf?: never;
2147
+ })[];
2148
+ properties?: never;
2149
+ type?: never;
2150
+ })[];
2179
2151
  })[];
2180
2152
  description: string;
2181
2153
  };
@@ -6526,6 +6498,32 @@ declare const _default: {
6526
6498
  display_name: {
6527
6499
  type: string;
6528
6500
  };
6501
+ visionline_metadata: {
6502
+ nullable: boolean;
6503
+ properties: {
6504
+ door_name: {
6505
+ type: string;
6506
+ };
6507
+ profiles: {
6508
+ items: {
6509
+ properties: {
6510
+ visionline_door_profile_id: {
6511
+ type: string;
6512
+ };
6513
+ visionline_door_profile_type: {
6514
+ enum: string[];
6515
+ type: string;
6516
+ };
6517
+ };
6518
+ required: string[];
6519
+ type: string;
6520
+ };
6521
+ type: string;
6522
+ };
6523
+ };
6524
+ required: string[];
6525
+ type: string;
6526
+ };
6529
6527
  };
6530
6528
  required: string[];
6531
6529
  type: string;
@@ -6695,6 +6693,32 @@ declare const _default: {
6695
6693
  display_name: {
6696
6694
  type: string;
6697
6695
  };
6696
+ visionline_metadata: {
6697
+ nullable: boolean;
6698
+ properties: {
6699
+ door_name: {
6700
+ type: string;
6701
+ };
6702
+ profiles: {
6703
+ items: {
6704
+ properties: {
6705
+ visionline_door_profile_id: {
6706
+ type: string;
6707
+ };
6708
+ visionline_door_profile_type: {
6709
+ enum: string[];
6710
+ type: string;
6711
+ };
6712
+ };
6713
+ required: string[];
6714
+ type: string;
6715
+ };
6716
+ type: string;
6717
+ };
6718
+ };
6719
+ required: string[];
6720
+ type: string;
6721
+ };
6698
6722
  };
6699
6723
  required: string[];
6700
6724
  type: string;
@@ -7352,6 +7376,32 @@ declare const _default: {
7352
7376
  display_name: {
7353
7377
  type: string;
7354
7378
  };
7379
+ visionline_metadata: {
7380
+ nullable: boolean;
7381
+ properties: {
7382
+ door_name: {
7383
+ type: string;
7384
+ };
7385
+ profiles: {
7386
+ items: {
7387
+ properties: {
7388
+ visionline_door_profile_id: {
7389
+ type: string;
7390
+ };
7391
+ visionline_door_profile_type: {
7392
+ enum: string[];
7393
+ type: string;
7394
+ };
7395
+ };
7396
+ required: string[];
7397
+ type: string;
7398
+ };
7399
+ type: string;
7400
+ };
7401
+ };
7402
+ required: string[];
7403
+ type: string;
7404
+ };
7355
7405
  };
7356
7406
  required: string[];
7357
7407
  type: string;
@@ -16652,6 +16702,13 @@ interface Routes {
16652
16702
  display_name: string;
16653
16703
  acs_system_id: string;
16654
16704
  created_at: string;
16705
+ visionline_metadata: {
16706
+ door_name: string;
16707
+ profiles?: Array<{
16708
+ visionline_door_profile_id: string;
16709
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16710
+ }> | undefined;
16711
+ } | null;
16655
16712
  };
16656
16713
  };
16657
16714
  };
@@ -16683,6 +16740,13 @@ interface Routes {
16683
16740
  display_name: string;
16684
16741
  acs_system_id: string;
16685
16742
  created_at: string;
16743
+ visionline_metadata: {
16744
+ door_name: string;
16745
+ profiles?: Array<{
16746
+ visionline_door_profile_id: string;
16747
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16748
+ }> | undefined;
16749
+ } | null;
16686
16750
  }>;
16687
16751
  };
16688
16752
  };
@@ -16893,6 +16957,13 @@ interface Routes {
16893
16957
  display_name: string;
16894
16958
  acs_system_id: string;
16895
16959
  created_at: string;
16960
+ visionline_metadata: {
16961
+ door_name: string;
16962
+ profiles?: Array<{
16963
+ visionline_door_profile_id: string;
16964
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
16965
+ }> | undefined;
16966
+ } | null;
16896
16967
  }>;
16897
16968
  };
16898
16969
  };
@@ -17471,6 +17542,14 @@ interface Routes {
17471
17542
  /** Deprecated. Use offline_access_codes_enabled. */
17472
17543
  supports_offline_access_codes?: boolean | undefined;
17473
17544
  } & {
17545
+ assa_abloy_credential_service_metadata?: ({
17546
+ has_active_endpoint: boolean;
17547
+ endpoints: Array<{
17548
+ endpoint_id: string;
17549
+ is_active: boolean;
17550
+ }>;
17551
+ } | undefined) | undefined;
17552
+ }) & {
17474
17553
  august_metadata?: {
17475
17554
  lock_id: string;
17476
17555
  lock_name: string;
@@ -17837,17 +17916,7 @@ interface Routes {
17837
17916
  min_cooling_set_point_fahrenheit?: number | undefined;
17838
17917
  max_cooling_set_point_celsius?: number | undefined;
17839
17918
  max_cooling_set_point_fahrenheit?: number | undefined;
17840
- }))) & {
17841
- properties?: {
17842
- assa_abloy_credential_service_metadata?: {
17843
- has_active_endpoint: boolean;
17844
- endpoints: Array<{
17845
- endpoint_id: string;
17846
- is_active: boolean;
17847
- }>;
17848
- } | undefined;
17849
- } | undefined;
17850
- };
17919
+ }));
17851
17920
  /** Location information for the device. */
17852
17921
  location: {
17853
17922
  /** Name of the device location. */
@@ -17949,6 +18018,14 @@ interface Routes {
17949
18018
  /** Deprecated. Use offline_access_codes_enabled. */
17950
18019
  supports_offline_access_codes?: boolean | undefined;
17951
18020
  } & {
18021
+ assa_abloy_credential_service_metadata?: ({
18022
+ has_active_endpoint: boolean;
18023
+ endpoints: Array<{
18024
+ endpoint_id: string;
18025
+ is_active: boolean;
18026
+ }>;
18027
+ } | undefined) | undefined;
18028
+ }) & {
17952
18029
  august_metadata?: {
17953
18030
  lock_id: string;
17954
18031
  lock_name: string;
@@ -18315,17 +18392,7 @@ interface Routes {
18315
18392
  min_cooling_set_point_fahrenheit?: number | undefined;
18316
18393
  max_cooling_set_point_celsius?: number | undefined;
18317
18394
  max_cooling_set_point_fahrenheit?: number | undefined;
18318
- }))) & {
18319
- properties?: {
18320
- assa_abloy_credential_service_metadata?: {
18321
- has_active_endpoint: boolean;
18322
- endpoints: Array<{
18323
- endpoint_id: string;
18324
- is_active: boolean;
18325
- }>;
18326
- } | undefined;
18327
- } | undefined;
18328
- };
18395
+ }));
18329
18396
  /** Location information for the device. */
18330
18397
  location: {
18331
18398
  /** Name of the device location. */
@@ -18746,6 +18813,14 @@ interface Routes {
18746
18813
  /** Deprecated. Use offline_access_codes_enabled. */
18747
18814
  supports_offline_access_codes?: boolean | undefined;
18748
18815
  } & {
18816
+ assa_abloy_credential_service_metadata?: ({
18817
+ has_active_endpoint: boolean;
18818
+ endpoints: Array<{
18819
+ endpoint_id: string;
18820
+ is_active: boolean;
18821
+ }>;
18822
+ } | undefined) | undefined;
18823
+ }) & {
18749
18824
  august_metadata?: {
18750
18825
  lock_id: string;
18751
18826
  lock_name: string;
@@ -19112,17 +19187,7 @@ interface Routes {
19112
19187
  min_cooling_set_point_fahrenheit?: number | undefined;
19113
19188
  max_cooling_set_point_celsius?: number | undefined;
19114
19189
  max_cooling_set_point_fahrenheit?: number | undefined;
19115
- }))) & {
19116
- properties?: {
19117
- assa_abloy_credential_service_metadata?: {
19118
- has_active_endpoint: boolean;
19119
- endpoints: Array<{
19120
- endpoint_id: string;
19121
- is_active: boolean;
19122
- }>;
19123
- } | undefined;
19124
- } | undefined;
19125
- };
19190
+ }));
19126
19191
  /** Location information for the device. */
19127
19192
  location: {
19128
19193
  /** Name of the device location. */
@@ -19201,6 +19266,14 @@ interface Routes {
19201
19266
  /** Deprecated. Use offline_access_codes_enabled. */
19202
19267
  supports_offline_access_codes?: boolean | undefined;
19203
19268
  } & {
19269
+ assa_abloy_credential_service_metadata?: ({
19270
+ has_active_endpoint: boolean;
19271
+ endpoints: Array<{
19272
+ endpoint_id: string;
19273
+ is_active: boolean;
19274
+ }>;
19275
+ } | undefined) | undefined;
19276
+ }) & {
19204
19277
  august_metadata?: {
19205
19278
  lock_id: string;
19206
19279
  lock_name: string;
@@ -19567,17 +19640,7 @@ interface Routes {
19567
19640
  min_cooling_set_point_fahrenheit?: number | undefined;
19568
19641
  max_cooling_set_point_celsius?: number | undefined;
19569
19642
  max_cooling_set_point_fahrenheit?: number | undefined;
19570
- }))) & {
19571
- properties?: {
19572
- assa_abloy_credential_service_metadata?: {
19573
- has_active_endpoint: boolean;
19574
- endpoints: Array<{
19575
- endpoint_id: string;
19576
- is_active: boolean;
19577
- }>;
19578
- } | undefined;
19579
- } | undefined;
19580
- };
19643
+ }));
19581
19644
  /** Location information for the device. */
19582
19645
  location: {
19583
19646
  /** Name of the device location. */
@@ -19679,6 +19742,14 @@ interface Routes {
19679
19742
  /** Deprecated. Use offline_access_codes_enabled. */
19680
19743
  supports_offline_access_codes?: boolean | undefined;
19681
19744
  } & {
19745
+ assa_abloy_credential_service_metadata?: ({
19746
+ has_active_endpoint: boolean;
19747
+ endpoints: Array<{
19748
+ endpoint_id: string;
19749
+ is_active: boolean;
19750
+ }>;
19751
+ } | undefined) | undefined;
19752
+ }) & {
19682
19753
  august_metadata?: {
19683
19754
  lock_id: string;
19684
19755
  lock_name: string;
@@ -20045,17 +20116,7 @@ interface Routes {
20045
20116
  min_cooling_set_point_fahrenheit?: number | undefined;
20046
20117
  max_cooling_set_point_celsius?: number | undefined;
20047
20118
  max_cooling_set_point_fahrenheit?: number | undefined;
20048
- }))) & {
20049
- properties?: {
20050
- assa_abloy_credential_service_metadata?: {
20051
- has_active_endpoint: boolean;
20052
- endpoints: Array<{
20053
- endpoint_id: string;
20054
- is_active: boolean;
20055
- }>;
20056
- } | undefined;
20057
- } | undefined;
20058
- };
20119
+ }));
20059
20120
  /** Location information for the device. */
20060
20121
  location: {
20061
20122
  /** Name of the device location. */
@@ -20134,6 +20195,14 @@ interface Routes {
20134
20195
  /** Deprecated. Use offline_access_codes_enabled. */
20135
20196
  supports_offline_access_codes?: boolean | undefined;
20136
20197
  } & {
20198
+ assa_abloy_credential_service_metadata?: ({
20199
+ has_active_endpoint: boolean;
20200
+ endpoints: Array<{
20201
+ endpoint_id: string;
20202
+ is_active: boolean;
20203
+ }>;
20204
+ } | undefined) | undefined;
20205
+ }) & {
20137
20206
  august_metadata?: {
20138
20207
  lock_id: string;
20139
20208
  lock_name: string;
@@ -20500,17 +20569,7 @@ interface Routes {
20500
20569
  min_cooling_set_point_fahrenheit?: number | undefined;
20501
20570
  max_cooling_set_point_celsius?: number | undefined;
20502
20571
  max_cooling_set_point_fahrenheit?: number | undefined;
20503
- }))) & {
20504
- properties?: {
20505
- assa_abloy_credential_service_metadata?: {
20506
- has_active_endpoint: boolean;
20507
- endpoints: Array<{
20508
- endpoint_id: string;
20509
- is_active: boolean;
20510
- }>;
20511
- } | undefined;
20512
- } | undefined;
20513
- };
20572
+ }));
20514
20573
  /** Location information for the device. */
20515
20574
  location: {
20516
20575
  /** Name of the device location. */
@@ -21181,6 +21240,14 @@ interface Routes {
21181
21240
  /** Deprecated. Use offline_access_codes_enabled. */
21182
21241
  supports_offline_access_codes?: boolean | undefined;
21183
21242
  } & {
21243
+ assa_abloy_credential_service_metadata?: ({
21244
+ has_active_endpoint: boolean;
21245
+ endpoints: Array<{
21246
+ endpoint_id: string;
21247
+ is_active: boolean;
21248
+ }>;
21249
+ } | undefined) | undefined;
21250
+ }) & {
21184
21251
  august_metadata?: {
21185
21252
  lock_id: string;
21186
21253
  lock_name: string;
@@ -21547,17 +21614,7 @@ interface Routes {
21547
21614
  min_cooling_set_point_fahrenheit?: number | undefined;
21548
21615
  max_cooling_set_point_celsius?: number | undefined;
21549
21616
  max_cooling_set_point_fahrenheit?: number | undefined;
21550
- }))) & {
21551
- properties?: {
21552
- assa_abloy_credential_service_metadata?: {
21553
- has_active_endpoint: boolean;
21554
- endpoints: Array<{
21555
- endpoint_id: string;
21556
- is_active: boolean;
21557
- }>;
21558
- } | undefined;
21559
- } | undefined;
21560
- };
21617
+ }));
21561
21618
  /** Location information for the device. */
21562
21619
  location: {
21563
21620
  /** Name of the device location. */
@@ -21689,6 +21746,14 @@ interface Routes {
21689
21746
  /** Deprecated. Use offline_access_codes_enabled. */
21690
21747
  supports_offline_access_codes?: boolean | undefined;
21691
21748
  } & {
21749
+ assa_abloy_credential_service_metadata?: ({
21750
+ has_active_endpoint: boolean;
21751
+ endpoints: Array<{
21752
+ endpoint_id: string;
21753
+ is_active: boolean;
21754
+ }>;
21755
+ } | undefined) | undefined;
21756
+ }) & {
21692
21757
  august_metadata?: {
21693
21758
  lock_id: string;
21694
21759
  lock_name: string;
@@ -22055,17 +22120,7 @@ interface Routes {
22055
22120
  min_cooling_set_point_fahrenheit?: number | undefined;
22056
22121
  max_cooling_set_point_celsius?: number | undefined;
22057
22122
  max_cooling_set_point_fahrenheit?: number | undefined;
22058
- }))) & {
22059
- properties?: {
22060
- assa_abloy_credential_service_metadata?: {
22061
- has_active_endpoint: boolean;
22062
- endpoints: Array<{
22063
- endpoint_id: string;
22064
- is_active: boolean;
22065
- }>;
22066
- } | undefined;
22067
- } | undefined;
22068
- };
22123
+ }));
22069
22124
  /** Location information for the device. */
22070
22125
  location: {
22071
22126
  /** Name of the device location. */
@@ -22358,6 +22413,14 @@ interface Routes {
22358
22413
  /** Deprecated. Use offline_access_codes_enabled. */
22359
22414
  supports_offline_access_codes?: boolean | undefined;
22360
22415
  } & {
22416
+ assa_abloy_credential_service_metadata?: ({
22417
+ has_active_endpoint: boolean;
22418
+ endpoints: Array<{
22419
+ endpoint_id: string;
22420
+ is_active: boolean;
22421
+ }>;
22422
+ } | undefined) | undefined;
22423
+ }) & {
22361
22424
  august_metadata?: {
22362
22425
  lock_id: string;
22363
22426
  lock_name: string;
@@ -22724,17 +22787,7 @@ interface Routes {
22724
22787
  min_cooling_set_point_fahrenheit?: number | undefined;
22725
22788
  max_cooling_set_point_celsius?: number | undefined;
22726
22789
  max_cooling_set_point_fahrenheit?: number | undefined;
22727
- }))) & {
22728
- properties?: {
22729
- assa_abloy_credential_service_metadata?: {
22730
- has_active_endpoint: boolean;
22731
- endpoints: Array<{
22732
- endpoint_id: string;
22733
- is_active: boolean;
22734
- }>;
22735
- } | undefined;
22736
- } | undefined;
22737
- };
22790
+ }));
22738
22791
  /** Location information for the device. */
22739
22792
  location: {
22740
22793
  /** Name of the device location. */