Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update via seamapi/seam-connect@bb11dd5491c40f2002e3a4cd8c18d78a587c801d #1307

Closed
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/lib/seam/connect/models/devices/device-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const DEVICE_PROVIDERS = {
AKILES: 'akiles',
VOSTIO: 'assa_abloy_vostio',
ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: 'assa_abloy_vostio_credential_service',
TADO: 'tado',
} as const

export type DeviceProviderName =
Expand Down
2 changes: 2 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5835,6 +5835,7 @@ export default {
'akiles',
'assa_abloy_vostio',
'assa_abloy_vostio_credential_service',
'tado',
],
type: 'string',
},
Expand Down Expand Up @@ -13474,6 +13475,7 @@ export default {
'akiles',
'assa_abloy_vostio',
'assa_abloy_vostio_credential_service',
'tado',
'yale_access',
'hid_cm',
'google_nest',
Expand Down
2 changes: 2 additions & 0 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12442,6 +12442,7 @@ export interface Routes {
| 'akiles'
| 'assa_abloy_vostio'
| 'assa_abloy_vostio_credential_service'
| 'tado'
| 'yale_access'
| 'hid_cm'
| 'google_nest'
Expand Down Expand Up @@ -14373,6 +14374,7 @@ export interface Routes {
| 'akiles'
| 'assa_abloy_vostio'
| 'assa_abloy_vostio_credential_service'
| 'tado'
display_name: string
image_url: string
provider_categories: Array<
Expand Down
Loading