Skip to content

Commit

Permalink
feat: Add tado (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Dec 3, 2024
1 parent 188098e commit 5838456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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

0 comments on commit 5838456

Please sign in to comment.