Skip to content

Commit c5e83c9

Browse files
louis-pregitbook-bot
authored andcommitted
GITBOOK-738: No subject
1 parent b55dff5 commit c5e83c9

23 files changed

Lines changed: 12 additions & 70 deletions
113 KB
Loading
42.6 KB
Loading
383 KB
Loading
404 KB
Loading
15.8 KB
Loading
15.8 KB
Loading

docs/guides/capability-guides/access-systems/acs-quick-starts/encodable-key-card-quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This quick start walks you through the following basic steps:
2121
1. [Connect](../../../core-concepts/workspaces/#connecting-virtual-devices) an access control system to Seam.
2222
* To get started quickly, use a virtual ACS in a [sandbox workspace](../../../core-concepts/workspaces/#sandbox-workspaces).
2323
2. Install a Seam SDK and create an API key.
24-
3. Create an [ACS user](../../../capability-guides/access-systems/user-management.md).
24+
3. Create an [ACS user](../user-management.md).
2525
4. Create an encodable key card [ACS credential](../managing-credentials.md) for the ACS user.
2626

2727
This credential contains both the set of entrances to which the user has access and the access schedule for the user.\
@@ -47,7 +47,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
4747
![Use the Seam Console workspace switcher to switch between workspaces and create new workspaces.](../../../.gitbook/assets/workspace-switcher.png)
4848
3. In the top navigation pane, click **ACS Systems**.
4949

50-
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
50+
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
5151
4. On the **Access Systems** page, click **New Access System**.
5252

5353
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.
@@ -801,7 +801,7 @@ For a deeper dive into ACS concepts and instructions, see the following topics:
801801
* [Access Control System Resources](../connect-an-acs-to-seam/access-control-system-resources.md)
802802
* [Understanding ACS Differences](../connect-an-acs-to-seam/understanding-access-control-system-differences.md)
803803
2. Create ACS users.
804-
* [Managing ACS Users](../../../capability-guides/access-systems/user-management.md)
804+
* [Managing ACS Users](../user-management.md)
805805
3. For relevant access control systems, assign ACS users to access groups.
806806
* [Assigning ACS Users to Access Groups](../user-management/assigning-users-to-access-groups.md)
807807
4. Learn about available entrances.

docs/guides/capability-guides/access-systems/acs-quick-starts/mobile-key-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
4141
![Use the Seam Console workspace switcher to switch between workspaces and create new workspaces.](../../../.gitbook/assets/workspace-switcher.png)
4242
3. In the top navigation pane, click **ACS Systems**.
4343

44-
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
44+
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
4545
4. On the **Access Systems** page, click **New Access System**.
4646

4747
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.

docs/guides/capability-guides/access-systems/acs-quick-starts/pin-code-quick-start.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This quick start walks you through the following basic steps:
1919
1. [Connect](../../../core-concepts/workspaces/#connecting-virtual-devices) an access control system to Seam.
2020
* To get started quickly, use a virtual ACS in a [sandbox workspace](../../../core-concepts/workspaces/#sandbox-workspaces).
2121
2. Install a Seam SDK and create an API key.
22-
3. Create an [ACS user](../../../capability-guides/access-systems/user-management.md).
22+
3. Create an [ACS user](../user-management.md).
2323
* Also, specify the access schedule for this user.
2424
4. Assign the ACS user to an [access group](../user-management/assigning-users-to-access-groups.md).
2525
* Access groups are preconfigured to grant access to specific entrances.\
@@ -44,7 +44,7 @@ In this quick start, use Seam Console to connect a virtual ACS to your sandbox w
4444
![Use the Seam Console workspace switcher to switch between workspaces and create new workspaces.](../../../.gitbook/assets/workspace-switcher.png)
4545
3. In the top navigation pane, click **ACS Systems**.
4646

47-
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab.png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
47+
<figure><img src="../../../.gitbook/assets/acs-quick-start-access-systems-tab (1).png" alt="Click ACS Systems to go to the Access Systems page."><figcaption><p>Click ACS Systems to go to the Access Systems page.</p></figcaption></figure>
4848
4. On the **Access Systems** page, click **New Access System**.
4949

5050
Seam Console displays a Connect Webview that enables you to connect a virtual ACS to Seam.
@@ -94,12 +94,9 @@ composer require seamapi/seam
9494
```
9595
{% endtab %}
9696

97-
9897
{% tab title="C#" %}
9998
Install using [nuget](https://www.nuget.org/packages/Seam).
10099
{% endtab %}
101-
102-
103100
{% endtabs %}
104101

105102
2. Create an API key.
@@ -126,7 +123,7 @@ Create an ACS user within the virtual Salto KS access control system, and specif
126123
1. In the top navigation pane of [Seam Console](https://console.seam.co/), click **ACS Systems**.
127124
2. On the **Access Systems** page, locate the Salto KS Main Site ACS.
128125
3. In the **acs\_system\_id** column for the Main Site ACS, click the ID to copy it.
129-
4. Store this ACS system ID for future use.&#x20;
126+
4. Store this ACS system ID for future use.
130127
2. Create the ACS user, as follows:
131128

132129
{% tabs %}
@@ -318,9 +315,6 @@ $acs_user = $seam->acs->users->create(
318315
// Coming soon!
319316
```
320317
{% endtab %}
321-
322-
323-
324318
{% endtabs %}
325319

326320
***
@@ -336,7 +330,7 @@ Some other access control systems do not use access groups and, instead, specify
336330
2. On the **Access Systems** page, click the Salto KS Main Site ACS.
337331
3. On the **Main Site** page, click the **Access Groups** tab.
338332
4. Locate the Main Group, click **...**, and click **Copy Id**.
339-
5. Store this access group ID for future use.&#x20;
333+
5. Store this access group ID for future use.
340334
2. Assign the ACS user to the Main Group, as follows:
341335

342336
{% tabs %}
@@ -449,9 +443,6 @@ void
449443
// Coming soon!
450444
```
451445
{% endtab %}
452-
453-
454-
455446
{% endtabs %}
456447

457448
***
@@ -600,9 +591,6 @@ $pin_code_credential = $seam->acs->credentials->create(
600591
// Coming soon!
601592
```
602593
{% endtab %}
603-
604-
605-
606594
{% endtabs %}
607595

608596
***
@@ -656,7 +644,7 @@ For a deeper dive into ACS concepts and instructions, see the following topics:
656644
* [Access Control System Resources](../connect-an-acs-to-seam/access-control-system-resources.md)
657645
* [Understanding ACS Differences](../connect-an-acs-to-seam/understanding-access-control-system-differences.md)
658646
2. Create ACS users.
659-
* [Managing ACS Users](../../../capability-guides/access-systems/user-management.md)
647+
* [Managing ACS Users](../user-management.md)
660648
3. For relevant access control systems, assign ACS users to access groups.
661649
* [Assigning ACS Users to Access Groups](../user-management/assigning-users-to-access-groups.md)
662650
4. Learn about available entrances.

docs/guides/capability-guides/smart-locks/access-codes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# Creating and Managing Smart Lock Access Codes
88

9-
<figure><img src="../../../.gitbook/assets/code_unlock.gif" alt=""><figcaption></figcaption></figure>
9+
<figure><img src="../../../.gitbook/assets/code_unlock (1).gif" alt=""><figcaption></figcaption></figure>
1010

1111
## What Is an Access Code?
1212

0 commit comments

Comments
 (0)