Skip to content

Commit

Permalink
GITBOOK-516: Add Frank's therms video
Browse files Browse the repository at this point in the history
  • Loading branch information
DebbieAtSeam authored and gitbook-bot committed Jan 8, 2025
1 parent aaa7b7b commit 806b6a0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,19 @@ To get started quickly with Seam, follow the [Quick Start](quickstart.md) to cre

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Get</strong> <strong>API Key</strong> (free)</td><td>Sign up for the Seam Console and get your API keys. →</td><td></td><td><a href=".gitbook/assets/seam-api-key.png">seam-api-key.png</a></td><td><a href="https://console.seam.co/">https://console.seam.co/</a></td></tr><tr><td><strong>Quick Start</strong> (5 mins)</td><td>Learn how to connect a device and issue your first API call. →</td><td></td><td><a href=".gitbook/assets/seam-quick-start-light.png">seam-quick-start-light.png</a></td><td><a href="quickstart.md">quickstart.md</a></td></tr></tbody></table>

{% tabs %}
{% tab title="Smart Locks and Access Codes API" %}
{% embed url="https://youtu.be/99ZpSq2Z1-8" %}
You can control you IoT devices easily with the Seam API. In this video, learn how to get started!
You can control your smart locks easily with the Seam API. In this video, learn how to get started!
{% endembed %}
{% endtab %}

{% tab title="Thermostats API" %}
{% embed url="https://www.youtube.com/watch?amp;ab_channel=Seam&amp;t=102s&v=3CYvoJtAGNc" %}
You can control your thermostats easily with the Seam API. In this video, learn how to get started!
{% endembed %}
{% endtab %}
{% endtabs %}

## Install an SDK

Expand Down
4 changes: 4 additions & 0 deletions docs/products/smart-locks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: >-

# 🔒 Smart Locks

{% embed url="https://youtu.be/99ZpSq2Z1-8" %}
You can control your smart locks easily with the Seam API. In this video, learn how to get started!
{% endembed %}

The Seam API enables you to control connected smart locks from a wide variety of manufacturers, including locks that provide online and offline access code programming. For example, you can use the Seam API to implement the following common scenarios:

* **Shareable Web Pass:** Create a web pass to distribute to guests or visitors. When this pass is used, it can lock or unlock the smart lock.
Expand Down
6 changes: 5 additions & 1 deletion docs/products/thermostats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The Seam API's thermostat features enable PMSs to satisfy a variety of scenarios
* If you're a multifamily property manager, you can set unoccupied units' thermostats to energy saving settings and also schedule comfortable climates for unit tours, maintenance, and cleaners. Further, when a unit becomes occupied, you can pass control of the unit's thermostats to the new residents.
* If you're a short-term rental host or property manager, you can configure Seam to help you monitor your thermostats proactively. In this way, reported temperatures outside acceptable thresholds automatically alert you to potential HVAC system issues.

{% embed url="https://www.youtube.com/watch?amp;ab_channel=Seam&amp;t=102s&v=3CYvoJtAGNc" %}
You can control your thermostats easily with the Seam API. In this video, learn how to get started!
{% endembed %}

***

## Managing Thermostats with Seam
Expand All @@ -36,7 +40,7 @@ First, connect your users' thermostats to Seam using the [Seam Console](../../co

Retrieve and monitor your users' thermostats using the [`/thermostats/list`](../../api/thermostats/list.md) and [`/devices/get`](../../api-clients/devices/get.md) endpoints. The Seam API returns robust, up-to-date information about your connected thermostats. In addition, you can use these endpoints to learn the capabilities of each thermostat.

Further, you can use the [`/thermostats/set_temperature_threshold`](../../api/thermostats/set\_temperature\_threshold.md) endpoint to set upper and lower acceptable temperature bounds. If the thermostat reports a temperature outside this range, Seam emits a [`thermostat.temperature_threshold_exceeded` event](../../api-clients/events/#event-types).
Further, you can use the [`/thermostats/set_temperature_threshold`](../../api/thermostats/set_temperature_threshold.md) endpoint to set upper and lower acceptable temperature bounds. If the thermostat reports a temperature outside this range, Seam emits a [`thermostat.temperature_threshold_exceeded` event](../../api-clients/events/#event-types).

### Perform Remote Management

Expand Down

0 comments on commit 806b6a0

Please sign in to comment.