> 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/on-premise/ru/on-premise/how-to-guide/configuration/device-statuses.md).

# Статусы устройств

Каждое устройство на платформе Navixy имеет определённый статус, указывающий на его текущее состояние. Эти статусы меняются в зависимости от прошедшего времени.

<table data-header-hidden><thead><tr><th width="236.727294921875" align="center"></th><th width="119.9090576171875"></th><th></th></tr></thead><tbody><tr><td align="center"><img src="/files/0b4009f6a38d8bfa931f262a3fc0a171f930abb4" alt="browser_lrla4GLmVP.png" data-size="original"></td><td>Н/Д</td><td>Данные постоянно поступают с устройства и содержат корректные координаты</td></tr><tr><td align="center"><img src="/files/5f0eb93544bdfc60833d8e621b7bdcc941b5d8ec" alt="browser_qJjb9CyZAT.png"></td><td>5 минут</td><td>Отсутствие корректных данных о местоположении более 5 минут или устройство передаёт данные в часовом поясе, отличном от UTC+0</td></tr><tr><td align="center"><img src="/files/88ff3d839fc55ed5f51658cafec6b5bf0574f539" alt="browser_CHEecmH3nB.png"></td><td>10 минут</td><td>Устройство не отправляет пакеты данных в течение установленного периода времени</td></tr></tbody></table>

### Настройка значений таймаутов

При необходимости таймауты в On-Premise инстансах можно изменить, отредактировав файл конфигурации "tcp-server". Файл конфигурации расположен по следующему пути

* в Linux: `/home/java/tcp-server/conf/config.properties`
* в Windows: `C:\java\tcp-server\conf\config.properties`

Чтобы изменить таймауты, откройте файл конфигурации "tcp-server" для редактирования и добавьте следующие строки:

```
timers.idleTimeout=10m
timers.offlineTimeout=15m
```

В приведённом выше примере значение таймаута для статуса "<mark style="color:purple;">GPS не обновлен</mark>" установлено на 10 минут, тогда как значение таймаута для статуса "<mark style="color:orange;">Offline</mark>" установлено на 15 минут. Вы можете задать любые необходимые значения, но убедитесь, что первое значение таймаута меньше второго. Также обратите внимание, что обязательно нужно добавить букву "m" после указанного значения таймаута, что означает минуты.

После указания значений таймаутов сохраните файл конфигурации и перезапустите "tcp-server", чтобы применить изменения.

С этими настройками параметры таймаутов можно адаптировать под потребности пользователей и обеспечить оптимальную работу устройств на платформе Navixy.


---

# 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/on-premise/ru/on-premise/how-to-guide/configuration/device-statuses.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.
