Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 80ddef3

Browse files
authored
fix: Update lock device types (#246)
1 parent d0f9830 commit 80ddef3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/types/models.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,25 @@ export interface Workspace {
1111
export const LOCK_DEVICE_TYPES = [
1212
"akuvox_lock",
1313
"august_lock",
14-
"brivo_lock",
15-
"butterflymx_lock",
14+
"brivo_access_point",
15+
"butterflymx_panel",
1616
"doorking_lock",
17-
"genie_lock",
17+
"genie_door",
1818
"igloo_lock",
1919
"linear_lock",
2020
"lockly_lock",
21+
"kwikset_lock",
2122
"nuki_lock",
2223
"salto_lock",
2324
"schlage_lock",
25+
"seam_relay",
2426
"smartthings_lock",
2527
"yale_lock",
28+
"two_n_intercom",
29+
"controlbyweb_device",
2630
"ttlock_lock",
31+
"igloohome_lock",
32+
"hubitat_lock",
2733
]
2834
export type LockDeviceType = typeof LOCK_DEVICE_TYPES[number]
2935

0 commit comments

Comments
 (0)