> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/ru/guide/devices-and-settings/device-specific-controls/power-management/sleep-mode.md).

# Режим сна

Управляет тем, как устройство с батарейным питанием переходит в режим сна, чтобы экономить заряд. Спящее устройство передает данные реже, что продлевает срок службы батареи у объектов, которые не питаются постоянно.

## Настройки

Поля зависят от устройства. Вы можете увидеть:

* **Условия сна**: что запускает режим сна: выключенный двигатель, отсутствие движения или отсутствие связи с платформой Navixy.
* **Длительность сна и глубокого сна**: сколько времени должно сохраняться условие, прежде чем устройство перейдет в легкий сон или глубокий сон. Легкий сон снижает частоту передачи данных; глубокий сон еще больше сокращает ее, чтобы экономить больше заряда.
* **Интервалы пробуждения**: как часто устройство пробуждается для передачи данных в режиме сна или глубокого сна.
* **Пороговые значения напряжения**: в некоторых моделях — уровни напряжения батареи, которые запускают легкий или глубокий сон.
* **Оставаться на связи при внешнем питании**: в некоторых моделях — переключатель, позволяющий оставаться в активном режиме при подключении устройства к внешнему питанию.

## Доступность

Появляется в моделях устройств с батарейным питанием, в которых доступны настройки сна.

## См. также

* [Режим мониторинга](/docs/user/ru/guide/devices-and-settings/location-and-movement/tracking-mode.md): параметры энергосбережения, которые пересекаются с режимом сна.
* [Состояние подключения](/docs/user/ru/guide/devices-and-settings/connectivity/connection-state.md): установите тайм-аут перехода в оффлайн достаточно большим, чтобы спящее устройство не отображалось оффлайн слишком рано.


---

# 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://navixy.com/docs/user/ru/guide/devices-and-settings/device-specific-controls/power-management/sleep-mode.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.
