Skip to content

Commit d1a84c7

Browse files
louis-preclaude
andcommitted
Split inline GitBook tags onto separate lines
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f0f1929 commit d1a84c7

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/brand-guides/2n-intercom-systems/get-started-with-2n-intercoms.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ $locks = $seam->locks->list();
314314
echo json_encode($locks);
315315
```
316316

317-
{% endtab %} {% endtabs %}
317+
{% endtab %}
318+
{% endtabs %}
318319

319320
#### 4 — Locking & Unlocking a Door
320321

@@ -334,7 +335,8 @@ Next, you can perform the basic action of locking and unlocking the door.
334335
| ---------- | ------ | ----------- |
335336
| device\_id | String | |
336337

337-
{% tabs %} {% tab title="Python" %}
338+
{% tabs %}
339+
{% tab title="Python" %}
338340

339341
```python
340342
# lock the door
@@ -397,15 +399,17 @@ $seam->locks->unlock_door($lock->device_id);
397399
$seam->locks->lock_door($lock->device_id);
398400
```
399401

400-
{% endtab %} {% endtabs %}
402+
{% endtab %}
403+
{% endtabs %}
401404

402405
#### 5 — Creating Access Codes on 2N Intercoms
403406

404407
2N devices have a directory with residents. These residents can be assigned PIN codes to unlock the door.
405408

406409
Seam maps these residents to [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) and allows you to create and manage them through the Seam API.
407410

408-
{% tabs %} {% tab title="Python" %}
411+
{% tabs %}
412+
{% tab title="Python" %}
409413

410414
```python
411415
# create an ongoing code

0 commit comments

Comments
 (0)