Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Seam integrates directly with 2N IP-enabled devices to support:

This integration supports all [2N IP intercoms](https://wiki.2n.com/is/en).

For a complete compatibility list, see [2N Supported Devices](https://www.seam.co/manufacturers/2n)![Attachment.tiff](file:///Attachment.tiff).
For a complete compatibility list, see [2N Supported Devices](https://www.seam.co/manufacturers/2n).

---

Expand Down Expand Up @@ -50,7 +50,7 @@ The setup guide covers:

To enable 2N device connections in your app’s Connect Webview, add the provider key `my_2n` to your `accepted_providers` list.

For more details, see [Customize Brands in Connect Webviews](/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews)![Attachment.tiff](file:///Attachment.tiff).
For more details, see [Customize Brands in Connect Webviews](/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: 'Learn how to connect and control your ControlByWeb device with the

## Overview

Seam provides a universal API to connect and control many brands of smart devices. This guide provides a rapid introduction to connecting and controlling your [ControlByWeb](https://www.seam.co/manufacturers/control-by-web) relay device using the Seam API. To learn more about other smart device brands supported by Seam such as Yale, Schlage, and August, head over to our [integration page](https://www.seam.co/supported-devices-and-systems).
Seam provides a universal API to connect and control many brands of smart devices. This guide provides a rapid introduction to connecting and controlling your [ControlByWeb](https://www.seam.co/manufacturers/controlbyweb) relay device using the Seam API. To learn more about other smart device brands supported by Seam such as Yale, Schlage, and August, head over to our [integration page](https://www.seam.co/supported-devices-and-systems).

## 1 — Install Seam SDK

Expand Down
20 changes: 20 additions & 0 deletions mintlify-docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3196,6 +3196,26 @@
{
"source": "/device-guides/get-started-with-smartthings-hubs-+-smart-locks",
"destination": "/device-and-system-integration-guides/smartthings-hubs-+-devices/get-started-with-smartthings-hubs-+-smart-locks"
},
{
"source": "/low-level-apis/access-codes",
"destination": "/low-level-apis/smart-locks/access-codes"
},
{
"source": "/low-level-apis/managing-credentials",
"destination": "/low-level-apis/access-systems/managing-credentials"
},
{
"source": "/use-cases/granting-access/access-grants",
"destination": "/use-cases/granting-access"
},
{
"source": "/device-and-system-integration-guides/get-started-with-schlage-locks",
"destination": "/device-and-system-integration-guides/schlage-locks/get-started-with-schlage-locks"
},
{
"source": "/device-and-system-integration-guides/get-started-with-smartthings-hubs-+-smart-locks",
"destination": "/device-and-system-integration-guides/smartthings-hubs-+-devices/get-started-with-smartthings-hubs-+-smart-locks"
}
],
"openapi": [
Expand Down
Loading