Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions src/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ export interface Workspace {
export const LOCK_DEVICE_TYPES = [
"akuvox_lock",
"august_lock",
"brivo_lock",
"butterflymx_lock",
"brivo_access_point",
"butterflymx_panel",
"doorking_lock",
"genie_lock",
"genie_door",
"igloo_lock",
"linear_lock",
"lockly_lock",
"kwikset_lock",
"nuki_lock",
"salto_lock",
"schlage_lock",
"seam_relay",
"smartthings_lock",
"yale_lock",
"two_n_intercom",
"controlbyweb_device",
"ttlock_lock",
"igloohome_lock",
"hubitat_lock",
]
export type LockDeviceType = typeof LOCK_DEVICE_TYPES[number]

Expand Down