> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-ru/obzor-funkcii/matter-bridge-svyazat-prilozheniya/apple-home-i-siri.md).

# Apple Home и Siri

## 1. Новая установка

{% stepper %}
{% step %}

### Включить Matter Bridge

Пожалуйста, перейдите в CUBE OS через браузер. Нажмите на логотип Matter на боковой панели и следуйте инструкциям, чтобы включить функцию.

<figure><img src="/files/c3c9c81beac081ee2cc4e4109b8cb377902387ea" alt=""><figcaption></figcaption></figure>

Вскоре на странице должен появиться QR‑код и строка цифр в качестве ключей для сопряжения вашего устройства с другими платформами.
{% endstep %}

{% step %}

### Сканировать в приложении

Возьмите iPhone или iPad и откройте системную Камеру, направив её на QR‑код. Когда появится жёлтое уведомление с надписью «Открыть в Дом», нажмите на него.

<div align="left"><figure><img src="/files/9eaa7490845ad41420e82afbf66a2dbc01b961c3" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Завершение в приложении Apple Home

iOS/iPadOS перенаправит вас в приложение Apple Home для добавления ваших устройств. При желании вы можете переименовать каждое устройство и назначить им комнаты в приложении.

<div align="left"><figure><img src="/files/caf1b0a9d038927a8dc207b233e07c4d2743f7ac" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Попробуйте команды Siri

Когда вы закончите с именами устройств, опробуйте их с помощью Siri.

<div align="left"><figure><img src="/files/eb7b80eb30d697b8c526f2ec865d26618d4cce20" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## 2. Дополнительная настройка

Если вы уже связали платформу через Matter, вам потребуется сгенерировать коды настройки в приложении этой платформы.

### **2.1 Apple Home**

{% stepper %}
{% step %}
Откройте приложение Home и найдите плитку устройства, которым хотите поделиться.
{% endstep %}

{% step %}
Откройте панель управления устройством и нажмите на значок шестерёнки.
{% endstep %}

{% step %}
На странице **настроек устройства** , **прокрутите вниз** до «**Мост**» и нажмите на него.
{% endstep %}

{% step %}
Это приведёт вас на страницу настроек моста, который соединяет ваши устройства; прокрутите вниз и нажмите «Включить режим сопряжения».

![](https://appcms.coolkit.cn/wp-content/uploads/2024/06/Apple-%E2%80%93-Bridge-2-1.png)&#x20;
{% endstep %}

{% step %}
Скопируйте код и следуйте руководству по сопряжению на странице CUBE OS.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Примечание: это добавит все поддерживаемые устройства, подключённые к мосту, в вашу CUBE OS.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cube.ewelink.cc/cube-os-ru/obzor-funkcii/matter-bridge-svyazat-prilozheniya/apple-home-i-siri.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
