@seamapi/types 1.96.1 → 1.98.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 +142 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +268 -23
- package/lib/seam/connect/openapi.d.ts +151 -0
- package/lib/seam/connect/openapi.js +127 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +117 -23
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +21 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +4 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +38 -0
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +8 -0
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/unstable/models/devices/device-type.js +1 -0
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +73 -3
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +127 -0
- package/src/lib/seam/connect/route-types.ts +149 -0
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +9 -0
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +9 -0
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -0
|
@@ -1349,6 +1349,30 @@ declare const _default: {
|
|
|
1349
1349
|
required: string[];
|
|
1350
1350
|
type: string;
|
|
1351
1351
|
};
|
|
1352
|
+
tedee_metadata: {
|
|
1353
|
+
properties: {
|
|
1354
|
+
bridge_id: {
|
|
1355
|
+
type: string;
|
|
1356
|
+
};
|
|
1357
|
+
bridge_name: {
|
|
1358
|
+
type: string;
|
|
1359
|
+
};
|
|
1360
|
+
device_id: {
|
|
1361
|
+
type: string;
|
|
1362
|
+
};
|
|
1363
|
+
device_model: {
|
|
1364
|
+
type: string;
|
|
1365
|
+
};
|
|
1366
|
+
device_name: {
|
|
1367
|
+
type: string;
|
|
1368
|
+
};
|
|
1369
|
+
serial_number: {
|
|
1370
|
+
type: string;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
required: string[];
|
|
1374
|
+
type: string;
|
|
1375
|
+
};
|
|
1352
1376
|
ttlock_metadata: {
|
|
1353
1377
|
properties: {
|
|
1354
1378
|
lock_alias: {
|
|
@@ -5221,6 +5245,18 @@ declare const _default: {
|
|
|
5221
5245
|
starts_at: {
|
|
5222
5246
|
type: string;
|
|
5223
5247
|
};
|
|
5248
|
+
visionline_metadata: {
|
|
5249
|
+
properties: {
|
|
5250
|
+
joiner_acs_credential_ids: {
|
|
5251
|
+
items: {
|
|
5252
|
+
format: string;
|
|
5253
|
+
type: string;
|
|
5254
|
+
};
|
|
5255
|
+
type: string;
|
|
5256
|
+
};
|
|
5257
|
+
};
|
|
5258
|
+
type: string;
|
|
5259
|
+
};
|
|
5224
5260
|
workspace_id: {
|
|
5225
5261
|
format: string;
|
|
5226
5262
|
type: string;
|
|
@@ -5342,6 +5378,18 @@ declare const _default: {
|
|
|
5342
5378
|
starts_at: {
|
|
5343
5379
|
type: string;
|
|
5344
5380
|
};
|
|
5381
|
+
visionline_metadata: {
|
|
5382
|
+
properties: {
|
|
5383
|
+
joiner_acs_credential_ids: {
|
|
5384
|
+
items: {
|
|
5385
|
+
format: string;
|
|
5386
|
+
type: string;
|
|
5387
|
+
};
|
|
5388
|
+
type: string;
|
|
5389
|
+
};
|
|
5390
|
+
};
|
|
5391
|
+
type: string;
|
|
5392
|
+
};
|
|
5345
5393
|
workspace_id: {
|
|
5346
5394
|
format: string;
|
|
5347
5395
|
type: string;
|
|
@@ -5435,6 +5483,13 @@ declare const _default: {
|
|
|
5435
5483
|
is_override_key: {
|
|
5436
5484
|
type: string;
|
|
5437
5485
|
};
|
|
5486
|
+
joiner_acs_credential_ids: {
|
|
5487
|
+
items: {
|
|
5488
|
+
format: string;
|
|
5489
|
+
type: string;
|
|
5490
|
+
};
|
|
5491
|
+
type: string;
|
|
5492
|
+
};
|
|
5438
5493
|
};
|
|
5439
5494
|
type: string;
|
|
5440
5495
|
};
|
|
@@ -5501,6 +5556,18 @@ declare const _default: {
|
|
|
5501
5556
|
starts_at: {
|
|
5502
5557
|
type: string;
|
|
5503
5558
|
};
|
|
5559
|
+
visionline_metadata: {
|
|
5560
|
+
properties: {
|
|
5561
|
+
joiner_acs_credential_ids: {
|
|
5562
|
+
items: {
|
|
5563
|
+
format: string;
|
|
5564
|
+
type: string;
|
|
5565
|
+
};
|
|
5566
|
+
type: string;
|
|
5567
|
+
};
|
|
5568
|
+
};
|
|
5569
|
+
type: string;
|
|
5570
|
+
};
|
|
5504
5571
|
workspace_id: {
|
|
5505
5572
|
format: string;
|
|
5506
5573
|
type: string;
|
|
@@ -5683,6 +5750,18 @@ declare const _default: {
|
|
|
5683
5750
|
starts_at: {
|
|
5684
5751
|
type: string;
|
|
5685
5752
|
};
|
|
5753
|
+
visionline_metadata: {
|
|
5754
|
+
properties: {
|
|
5755
|
+
joiner_acs_credential_ids: {
|
|
5756
|
+
items: {
|
|
5757
|
+
format: string;
|
|
5758
|
+
type: string;
|
|
5759
|
+
};
|
|
5760
|
+
type: string;
|
|
5761
|
+
};
|
|
5762
|
+
};
|
|
5763
|
+
type: string;
|
|
5764
|
+
};
|
|
5686
5765
|
workspace_id: {
|
|
5687
5766
|
format: string;
|
|
5688
5767
|
type: string;
|
|
@@ -5844,6 +5923,18 @@ declare const _default: {
|
|
|
5844
5923
|
starts_at: {
|
|
5845
5924
|
type: string;
|
|
5846
5925
|
};
|
|
5926
|
+
visionline_metadata: {
|
|
5927
|
+
properties: {
|
|
5928
|
+
joiner_acs_credential_ids: {
|
|
5929
|
+
items: {
|
|
5930
|
+
format: string;
|
|
5931
|
+
type: string;
|
|
5932
|
+
};
|
|
5933
|
+
type: string;
|
|
5934
|
+
};
|
|
5935
|
+
};
|
|
5936
|
+
type: string;
|
|
5937
|
+
};
|
|
5847
5938
|
workspace_id: {
|
|
5848
5939
|
format: string;
|
|
5849
5940
|
type: string;
|
|
@@ -5978,6 +6069,18 @@ declare const _default: {
|
|
|
5978
6069
|
starts_at: {
|
|
5979
6070
|
type: string;
|
|
5980
6071
|
};
|
|
6072
|
+
visionline_metadata: {
|
|
6073
|
+
properties: {
|
|
6074
|
+
joiner_acs_credential_ids: {
|
|
6075
|
+
items: {
|
|
6076
|
+
format: string;
|
|
6077
|
+
type: string;
|
|
6078
|
+
};
|
|
6079
|
+
type: string;
|
|
6080
|
+
};
|
|
6081
|
+
};
|
|
6082
|
+
type: string;
|
|
6083
|
+
};
|
|
5981
6084
|
workspace_id: {
|
|
5982
6085
|
format: string;
|
|
5983
6086
|
type: string;
|
|
@@ -6099,6 +6202,18 @@ declare const _default: {
|
|
|
6099
6202
|
starts_at: {
|
|
6100
6203
|
type: string;
|
|
6101
6204
|
};
|
|
6205
|
+
visionline_metadata: {
|
|
6206
|
+
properties: {
|
|
6207
|
+
joiner_acs_credential_ids: {
|
|
6208
|
+
items: {
|
|
6209
|
+
format: string;
|
|
6210
|
+
type: string;
|
|
6211
|
+
};
|
|
6212
|
+
type: string;
|
|
6213
|
+
};
|
|
6214
|
+
};
|
|
6215
|
+
type: string;
|
|
6216
|
+
};
|
|
6102
6217
|
workspace_id: {
|
|
6103
6218
|
format: string;
|
|
6104
6219
|
type: string;
|
|
@@ -6222,6 +6337,18 @@ declare const _default: {
|
|
|
6222
6337
|
starts_at: {
|
|
6223
6338
|
type: string;
|
|
6224
6339
|
};
|
|
6340
|
+
visionline_metadata: {
|
|
6341
|
+
properties: {
|
|
6342
|
+
joiner_acs_credential_ids: {
|
|
6343
|
+
items: {
|
|
6344
|
+
format: string;
|
|
6345
|
+
type: string;
|
|
6346
|
+
};
|
|
6347
|
+
type: string;
|
|
6348
|
+
};
|
|
6349
|
+
};
|
|
6350
|
+
type: string;
|
|
6351
|
+
};
|
|
6225
6352
|
workspace_id: {
|
|
6226
6353
|
format: string;
|
|
6227
6354
|
type: string;
|
|
@@ -6342,6 +6469,18 @@ declare const _default: {
|
|
|
6342
6469
|
starts_at: {
|
|
6343
6470
|
type: string;
|
|
6344
6471
|
};
|
|
6472
|
+
visionline_metadata: {
|
|
6473
|
+
properties: {
|
|
6474
|
+
joiner_acs_credential_ids: {
|
|
6475
|
+
items: {
|
|
6476
|
+
format: string;
|
|
6477
|
+
type: string;
|
|
6478
|
+
};
|
|
6479
|
+
type: string;
|
|
6480
|
+
};
|
|
6481
|
+
};
|
|
6482
|
+
type: string;
|
|
6483
|
+
};
|
|
6345
6484
|
workspace_id: {
|
|
6346
6485
|
format: string;
|
|
6347
6486
|
type: string;
|
|
@@ -6784,6 +6923,18 @@ declare const _default: {
|
|
|
6784
6923
|
starts_at: {
|
|
6785
6924
|
type: string;
|
|
6786
6925
|
};
|
|
6926
|
+
visionline_metadata: {
|
|
6927
|
+
properties: {
|
|
6928
|
+
joiner_acs_credential_ids: {
|
|
6929
|
+
items: {
|
|
6930
|
+
format: string;
|
|
6931
|
+
type: string;
|
|
6932
|
+
};
|
|
6933
|
+
type: string;
|
|
6934
|
+
};
|
|
6935
|
+
};
|
|
6936
|
+
type: string;
|
|
6937
|
+
};
|
|
6787
6938
|
workspace_id: {
|
|
6788
6939
|
format: string;
|
|
6789
6940
|
type: string;
|
|
@@ -570,6 +570,7 @@ export default {
|
|
|
570
570
|
'hubitat_lock',
|
|
571
571
|
'four_suites_door',
|
|
572
572
|
'dormakaba_oracode_door',
|
|
573
|
+
'tedee_lock',
|
|
573
574
|
],
|
|
574
575
|
type: 'string',
|
|
575
576
|
},
|
|
@@ -1085,6 +1086,25 @@ export default {
|
|
|
1085
1086
|
required: ['device_id', 'device_name'],
|
|
1086
1087
|
type: 'object',
|
|
1087
1088
|
},
|
|
1089
|
+
tedee_metadata: {
|
|
1090
|
+
properties: {
|
|
1091
|
+
bridge_id: { type: 'number' },
|
|
1092
|
+
bridge_name: { type: 'string' },
|
|
1093
|
+
device_id: { type: 'number' },
|
|
1094
|
+
device_model: { type: 'string' },
|
|
1095
|
+
device_name: { type: 'string' },
|
|
1096
|
+
serial_number: { type: 'string' },
|
|
1097
|
+
},
|
|
1098
|
+
required: [
|
|
1099
|
+
'device_id',
|
|
1100
|
+
'serial_number',
|
|
1101
|
+
'device_name',
|
|
1102
|
+
'device_model',
|
|
1103
|
+
'bridge_id',
|
|
1104
|
+
'bridge_name',
|
|
1105
|
+
],
|
|
1106
|
+
type: 'object',
|
|
1107
|
+
},
|
|
1088
1108
|
ttlock_metadata: {
|
|
1089
1109
|
properties: {
|
|
1090
1110
|
lock_alias: { type: 'string' },
|
|
@@ -1975,6 +1995,7 @@ export default {
|
|
|
1975
1995
|
'hubitat_lock',
|
|
1976
1996
|
'four_suites_door',
|
|
1977
1997
|
'dormakaba_oracode_door',
|
|
1998
|
+
'tedee_lock',
|
|
1978
1999
|
],
|
|
1979
2000
|
type: 'string',
|
|
1980
2001
|
},
|
|
@@ -3803,6 +3824,15 @@ export default {
|
|
|
3803
3824
|
external_type_display_name: { type: 'string' },
|
|
3804
3825
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3805
3826
|
starts_at: { type: 'string' },
|
|
3827
|
+
visionline_metadata: {
|
|
3828
|
+
properties: {
|
|
3829
|
+
joiner_acs_credential_ids: {
|
|
3830
|
+
items: { format: 'uuid', type: 'string' },
|
|
3831
|
+
type: 'array',
|
|
3832
|
+
},
|
|
3833
|
+
},
|
|
3834
|
+
type: 'object',
|
|
3835
|
+
},
|
|
3806
3836
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
3807
3837
|
},
|
|
3808
3838
|
required: [
|
|
@@ -3887,6 +3917,15 @@ export default {
|
|
|
3887
3917
|
external_type_display_name: { type: 'string' },
|
|
3888
3918
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
3889
3919
|
starts_at: { type: 'string' },
|
|
3920
|
+
visionline_metadata: {
|
|
3921
|
+
properties: {
|
|
3922
|
+
joiner_acs_credential_ids: {
|
|
3923
|
+
items: { format: 'uuid', type: 'string' },
|
|
3924
|
+
type: 'array',
|
|
3925
|
+
},
|
|
3926
|
+
},
|
|
3927
|
+
type: 'object',
|
|
3928
|
+
},
|
|
3890
3929
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
3891
3930
|
},
|
|
3892
3931
|
required: [
|
|
@@ -3959,6 +3998,10 @@ export default {
|
|
|
3959
3998
|
type: 'string',
|
|
3960
3999
|
},
|
|
3961
4000
|
is_override_key: { type: 'boolean' },
|
|
4001
|
+
joiner_acs_credential_ids: {
|
|
4002
|
+
items: { format: 'uuid', type: 'string' },
|
|
4003
|
+
type: 'array',
|
|
4004
|
+
},
|
|
3962
4005
|
},
|
|
3963
4006
|
type: 'object',
|
|
3964
4007
|
},
|
|
@@ -4004,6 +4047,15 @@ export default {
|
|
|
4004
4047
|
external_type_display_name: { type: 'string' },
|
|
4005
4048
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4006
4049
|
starts_at: { type: 'string' },
|
|
4050
|
+
visionline_metadata: {
|
|
4051
|
+
properties: {
|
|
4052
|
+
joiner_acs_credential_ids: {
|
|
4053
|
+
items: { format: 'uuid', type: 'string' },
|
|
4054
|
+
type: 'array',
|
|
4055
|
+
},
|
|
4056
|
+
},
|
|
4057
|
+
type: 'object',
|
|
4058
|
+
},
|
|
4007
4059
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4008
4060
|
},
|
|
4009
4061
|
required: [
|
|
@@ -4133,6 +4185,15 @@ export default {
|
|
|
4133
4185
|
external_type_display_name: { type: 'string' },
|
|
4134
4186
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4135
4187
|
starts_at: { type: 'string' },
|
|
4188
|
+
visionline_metadata: {
|
|
4189
|
+
properties: {
|
|
4190
|
+
joiner_acs_credential_ids: {
|
|
4191
|
+
items: { format: 'uuid', type: 'string' },
|
|
4192
|
+
type: 'array',
|
|
4193
|
+
},
|
|
4194
|
+
},
|
|
4195
|
+
type: 'object',
|
|
4196
|
+
},
|
|
4136
4197
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4137
4198
|
},
|
|
4138
4199
|
required: [
|
|
@@ -4246,6 +4307,15 @@ export default {
|
|
|
4246
4307
|
external_type_display_name: { type: 'string' },
|
|
4247
4308
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4248
4309
|
starts_at: { type: 'string' },
|
|
4310
|
+
visionline_metadata: {
|
|
4311
|
+
properties: {
|
|
4312
|
+
joiner_acs_credential_ids: {
|
|
4313
|
+
items: { format: 'uuid', type: 'string' },
|
|
4314
|
+
type: 'array',
|
|
4315
|
+
},
|
|
4316
|
+
},
|
|
4317
|
+
type: 'object',
|
|
4318
|
+
},
|
|
4249
4319
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4250
4320
|
},
|
|
4251
4321
|
required: [
|
|
@@ -4336,6 +4406,15 @@ export default {
|
|
|
4336
4406
|
external_type_display_name: { type: 'string' },
|
|
4337
4407
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4338
4408
|
starts_at: { type: 'string' },
|
|
4409
|
+
visionline_metadata: {
|
|
4410
|
+
properties: {
|
|
4411
|
+
joiner_acs_credential_ids: {
|
|
4412
|
+
items: { format: 'uuid', type: 'string' },
|
|
4413
|
+
type: 'array',
|
|
4414
|
+
},
|
|
4415
|
+
},
|
|
4416
|
+
type: 'object',
|
|
4417
|
+
},
|
|
4339
4418
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4340
4419
|
},
|
|
4341
4420
|
required: [
|
|
@@ -4420,6 +4499,15 @@ export default {
|
|
|
4420
4499
|
external_type_display_name: { type: 'string' },
|
|
4421
4500
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4422
4501
|
starts_at: { type: 'string' },
|
|
4502
|
+
visionline_metadata: {
|
|
4503
|
+
properties: {
|
|
4504
|
+
joiner_acs_credential_ids: {
|
|
4505
|
+
items: { format: 'uuid', type: 'string' },
|
|
4506
|
+
type: 'array',
|
|
4507
|
+
},
|
|
4508
|
+
},
|
|
4509
|
+
type: 'object',
|
|
4510
|
+
},
|
|
4423
4511
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4424
4512
|
},
|
|
4425
4513
|
required: [
|
|
@@ -4507,6 +4595,15 @@ export default {
|
|
|
4507
4595
|
external_type_display_name: { type: 'string' },
|
|
4508
4596
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4509
4597
|
starts_at: { type: 'string' },
|
|
4598
|
+
visionline_metadata: {
|
|
4599
|
+
properties: {
|
|
4600
|
+
joiner_acs_credential_ids: {
|
|
4601
|
+
items: { format: 'uuid', type: 'string' },
|
|
4602
|
+
type: 'array',
|
|
4603
|
+
},
|
|
4604
|
+
},
|
|
4605
|
+
type: 'object',
|
|
4606
|
+
},
|
|
4510
4607
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4511
4608
|
},
|
|
4512
4609
|
required: [
|
|
@@ -4591,6 +4688,15 @@ export default {
|
|
|
4591
4688
|
external_type_display_name: { type: 'string' },
|
|
4592
4689
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4593
4690
|
starts_at: { type: 'string' },
|
|
4691
|
+
visionline_metadata: {
|
|
4692
|
+
properties: {
|
|
4693
|
+
joiner_acs_credential_ids: {
|
|
4694
|
+
items: { format: 'uuid', type: 'string' },
|
|
4695
|
+
type: 'array',
|
|
4696
|
+
},
|
|
4697
|
+
},
|
|
4698
|
+
type: 'object',
|
|
4699
|
+
},
|
|
4594
4700
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4595
4701
|
},
|
|
4596
4702
|
required: [
|
|
@@ -4911,6 +5017,15 @@ export default {
|
|
|
4911
5017
|
external_type_display_name: { type: 'string' },
|
|
4912
5018
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
4913
5019
|
starts_at: { type: 'string' },
|
|
5020
|
+
visionline_metadata: {
|
|
5021
|
+
properties: {
|
|
5022
|
+
joiner_acs_credential_ids: {
|
|
5023
|
+
items: { format: 'uuid', type: 'string' },
|
|
5024
|
+
type: 'array',
|
|
5025
|
+
},
|
|
5026
|
+
},
|
|
5027
|
+
type: 'object',
|
|
5028
|
+
},
|
|
4914
5029
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
4915
5030
|
},
|
|
4916
5031
|
required: [
|
|
@@ -6951,6 +7066,7 @@ export default {
|
|
|
6951
7066
|
'hubitat_lock',
|
|
6952
7067
|
'four_suites_door',
|
|
6953
7068
|
'dormakaba_oracode_door',
|
|
7069
|
+
'tedee_lock',
|
|
6954
7070
|
],
|
|
6955
7071
|
type: 'string',
|
|
6956
7072
|
},
|
|
@@ -6995,6 +7111,7 @@ export default {
|
|
|
6995
7111
|
'hubitat_lock',
|
|
6996
7112
|
'four_suites_door',
|
|
6997
7113
|
'dormakaba_oracode_door',
|
|
7114
|
+
'tedee_lock',
|
|
6998
7115
|
],
|
|
6999
7116
|
type: 'string',
|
|
7000
7117
|
},
|
|
@@ -7049,6 +7166,7 @@ export default {
|
|
|
7049
7166
|
'controlbyweb',
|
|
7050
7167
|
'smartthings',
|
|
7051
7168
|
'dormakaba_oracode',
|
|
7169
|
+
'tedee',
|
|
7052
7170
|
],
|
|
7053
7171
|
type: 'string',
|
|
7054
7172
|
},
|
|
@@ -7259,6 +7377,7 @@ export default {
|
|
|
7259
7377
|
'hubitat_lock',
|
|
7260
7378
|
'four_suites_door',
|
|
7261
7379
|
'dormakaba_oracode_door',
|
|
7380
|
+
'tedee_lock',
|
|
7262
7381
|
],
|
|
7263
7382
|
type: 'string',
|
|
7264
7383
|
},
|
|
@@ -7303,6 +7422,7 @@ export default {
|
|
|
7303
7422
|
'hubitat_lock',
|
|
7304
7423
|
'four_suites_door',
|
|
7305
7424
|
'dormakaba_oracode_door',
|
|
7425
|
+
'tedee_lock',
|
|
7306
7426
|
],
|
|
7307
7427
|
type: 'string',
|
|
7308
7428
|
},
|
|
@@ -7357,6 +7477,7 @@ export default {
|
|
|
7357
7477
|
'controlbyweb',
|
|
7358
7478
|
'smartthings',
|
|
7359
7479
|
'dormakaba_oracode',
|
|
7480
|
+
'tedee',
|
|
7360
7481
|
],
|
|
7361
7482
|
type: 'string',
|
|
7362
7483
|
},
|
|
@@ -8169,6 +8290,7 @@ export default {
|
|
|
8169
8290
|
'hubitat_lock',
|
|
8170
8291
|
'four_suites_door',
|
|
8171
8292
|
'dormakaba_oracode_door',
|
|
8293
|
+
'tedee_lock',
|
|
8172
8294
|
],
|
|
8173
8295
|
type: 'string',
|
|
8174
8296
|
},
|
|
@@ -8213,6 +8335,7 @@ export default {
|
|
|
8213
8335
|
'hubitat_lock',
|
|
8214
8336
|
'four_suites_door',
|
|
8215
8337
|
'dormakaba_oracode_door',
|
|
8338
|
+
'tedee_lock',
|
|
8216
8339
|
],
|
|
8217
8340
|
type: 'string',
|
|
8218
8341
|
},
|
|
@@ -8267,6 +8390,7 @@ export default {
|
|
|
8267
8390
|
'controlbyweb',
|
|
8268
8391
|
'smartthings',
|
|
8269
8392
|
'dormakaba_oracode',
|
|
8393
|
+
'tedee',
|
|
8270
8394
|
],
|
|
8271
8395
|
type: 'string',
|
|
8272
8396
|
},
|
|
@@ -9799,6 +9923,7 @@ export default {
|
|
|
9799
9923
|
'hubitat_lock',
|
|
9800
9924
|
'four_suites_door',
|
|
9801
9925
|
'dormakaba_oracode_door',
|
|
9926
|
+
'tedee_lock',
|
|
9802
9927
|
],
|
|
9803
9928
|
type: 'string',
|
|
9804
9929
|
},
|
|
@@ -9843,6 +9968,7 @@ export default {
|
|
|
9843
9968
|
'hubitat_lock',
|
|
9844
9969
|
'four_suites_door',
|
|
9845
9970
|
'dormakaba_oracode_door',
|
|
9971
|
+
'tedee_lock',
|
|
9846
9972
|
],
|
|
9847
9973
|
type: 'string',
|
|
9848
9974
|
},
|
|
@@ -9897,6 +10023,7 @@ export default {
|
|
|
9897
10023
|
'controlbyweb',
|
|
9898
10024
|
'smartthings',
|
|
9899
10025
|
'dormakaba_oracode',
|
|
10026
|
+
'tedee',
|
|
9900
10027
|
],
|
|
9901
10028
|
type: 'string',
|
|
9902
10029
|
},
|