# Unarmed Hibernation

{% hint style="warning" %}
Applies to OcuTrap R1 firmware v1.12.3-218 and later
{% endhint %}

**Overview**

The **unarmedHibernation** setting controls whether the device will enter hibernation mode after extended periods of inactivity while in the **unarmed state**. This setting helps manage battery life and power consumption when the trap is not in use.

#### **Location**

This setting can be found in each traps **Settings** popup within the OcuTrap app.

#### **Setting Type**

* **Type:** `true` / `false`
* **Default:** `true`

#### **Functionality**

**When Enabled (`true`)**

* The device will enter **hibernation mode** after approximately **2 hours** of inactivity while unarmed.
* A **warning notification** is sent **15 minutes** before entering hibernation.
* The device **completely powers down** to conserve battery.
* To wake up, press the **power button**.

**When Disabled (`false`)**

* The device remains in **low power mode indefinitely** while unarmed.
* It **will not enter hibernation**, even after extended inactivity.
* Cloud connectivity and sensor monitoring remain **active**, but this consumes more power.

#### **Important Notes**

* This setting **only affects the unarmed state**.
* It does **not** impact hibernation triggered by **low battery** or **manual hibernation commands**.
* Disabling this feature results in **higher power consumption** since the device will not enter its lowest power state.

For optimal battery performance, we recommend keeping this setting enabled unless continuous low-power monitoring is required.


---

# Agent Instructions: 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:

```
GET https://docs.ocutrap.com/faqs/unarmed-hibernation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
