> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-configurations/lm-motion-tracking-and-temperature.md).

# LM -  Motion Tracking & Temperature

Motion Tracking usually refers to the ability of a device to detect and monitor movement within a certain area. It tracks changes in position or activity over time. In the context of this platform, motion tracking is used to trigger actions or send alerts when movement is detected.

\
Temperature Monitoring involves tracking the temperature of a device. The system continuously measures and records temperature values. If the temperatures exceed or fall below the setted range, the system sends an alarm alert.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXchdBQ7gkKOaCjUM9yTgIuhrn_3gBrU1AVc73doftc8hIb6OzxVrHOpQykGYLTkqUZmsagUKZ1OuT_vIsXA-AeSF8tPM23vIH1XLmWRc_iclwF1X921MgrdNgb0aOEVuv99vEqTMQ?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>LM Motion Tracking &#x26; Temperature</p></figcaption></figure>

* Sensitivity: Adjust this level to determine how easily motion is detected by the device. A higher sensitivity detects smaller movements, while lower sensitivity requires more significant movement.
* Motion Start after X seconds: Set the delay in seconds after motion is first detected, before the device starts tracking and sending updates.
* Motion stop after X seconds: Define the duration in seconds after which motion tracking stops, once no movement is detected for that period.
* Default Presets: these are pre-configured settings for common use cases, allowing you to quickly apply optimal motion tracking parameters.

## Steps to Set up Motion Tracking

1. **Open the Device:**
   * Navigate to the **Device Dashboard** and open the desired device.
2. **Access Configuration:**
   * Click on the **Configuration** tab.
3. **Locate Tamper Contact Monitoring:**
   * Scroll through the configuration list to find the **Tamper Contact Monitoring** option.
4. **Activate Monitoring:**
   * Toggle the switch to the **ON** position.
5. **Save Changes:**
   * Click **Save** to apply the settings.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf9TkAnaisiKFC8NP_c0cSlX7zvoDXeJE2jcaNO-YcizQzUc3MIk6A4wpw-PIc8w3kIXiy24lXz_NGDvp8C0OV8vm_hbz47jb2FsTphNwm4ZRqYOMVfNyjECBR87D46cWbnNEkceQ?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>Set-up Motion Tracking Configuration</p></figcaption></figure>

## Steps to Set up Temperature Monitoring

1. **Open the Device:**
   * Navigate to the device dashboard and select the desired device.
2. **Go to Configuration:**
   * Access the Configuration tab to manage the device's settings.
3. **Find the Temperature Monitoring Setting:**
   * Locate the Temperature Monitoring option in the configuration list.
4. **Toggle the Switch:**
   * Enable temperature monitoring by toggling the switch to the ON position.
5. **Set Temperature Thresholds:**
   * Use the cursor to adjust the minimum and maximum temperature values that will trigger events.
6. **Save the Configuration:**
   * Click Save to apply the changes and activate temperature monitoring.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXerZAUXONoDasjZORUiieGDNrNjid00AXNDOqs7cHCqWLwg_qS4ezGioJDwHyaTfb-oUrE77iOy1gtY9tZzpVQGCu7NyDb0758V-62MW-Or85K0l56e0sAkuFaDIPJkctV9rc17?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>Set-up Temperature Monitoring</p></figcaption></figure>


---

# 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://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-configurations/lm-motion-tracking-and-temperature.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.
