> 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/de/plattform-benutzerhandbuch/gerate/geratedashboard-details/geratekonfiguration.md).

# Gerätekonfiguration

**Konfigurations-Widgets** zeigen die zuletzt synchronisierte Konfiguration an, die zunächst mit den Bootstrap-Einstellungen des Geräts übereinstimmt.\
Der Benutzer kann die Gerätekonfiguration aktivieren, indem er auf den Umschalter klickt.\
Wenn die Einstellungen eines Widgets geändert werden, erscheint der Status „**Konfiguration ausstehend“**. Um die Gerätekonfiguration zu aktualisieren, klicken Sie auf „SPEICHERN“, wenn das Gerät das nächste Mal mit dem GiOT-Backend verbunden ist.

<figure><img src="/files/OTupfqfrEbJRf69eCnCU" alt=""><figcaption><p>Gerätekonfiguration</p></figcaption></figure>

## (LM) Level Meter Konfiguration

* **Übertragungsintervall:** Gibt an, wie häufig die Level-Daten gesendet werden.
* **Levelerkennung:** Ermöglicht es Benutzern, Schwellenwerte für Alarmtriggers wie Übertragungszeitintervall, Leerdistanz, Warnungsdistanz und kritische Distanz festzulegen.

{% hint style="success" %}
Mehr erfahren: [https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/7MM4qMpFROaIGLQwO80c/\~/changes/33/level-meter-vollstandiges-gerate-handbuch/level-meter-greater-than-giot-funktion/lm-konfigurationen](/de/level-meter-vollstandiges-gerate-handbuch/level-meter-greater-than-giot-funktion/lm-konfigurationen.md)
{% endhint %}

## (LCT) Low Cost Tracker Konfiguration

1. **Übertragungsintervall:** Bestimmt die Häufigkeit der Datenübertragung.
2. **Temperaturüberwachung:** Ermöglicht das Verfolgen von Temperaturmessungen.
3. **Bewegungserkennung:** Erkennt Bewegungen des Gerätes.
4. **Freifall:** Überwacht das Auftreten von Freifällen, nützlich für die Orientierung oder Empfindlichkeit auf Stöße.
5. **BLE Beacon:** Fungiert als Bluetooth Low Energy Beacon für Nahbereichserkennung und Standortdienste.
6. **Zeitgesteuerte Konfiguration:** Ermöglicht es Benutzern, bestimmte Ereignisse für einen definierten Zeitraum zu deaktivieren, um die Batterie zu schonen und Fehlalarme zu vermeiden. Optionen beinhalten das Deaktivieren der Freifallerkennung, Bewegung Start/Stopp, Manipulationswarnungen, Temperaturgrenzwertwarnungen (sowohl hoch als auch niedrig) und Bluetooth Beacon-Signale.

Diese Konfigurationen helfen, die Plattform an spezifische betriebliche Anforderungen anzupassen und die Überwachungs- und Steuerungsmöglichkeiten für jeden Gerätetyp zu ptimieren.

{% hint style="success" %}
Weitere Informationen dazu:[https://app.gitbook.com/o/DKrl40rifuf7Bl8WIqXK/s/7MM4qMpFROaIGLQwO80c/\~/changes/33/low-cost-tracker-vollstandiges-gerate-handbuch/low-cost-tracker-greater-than-giot-funktionen/lct-konfiguration](/de/low-cost-tracker-vollstandiges-gerate-handbuch/low-cost-tracker-greater-than-giot-funktionen/lct-konfiguration.md)
{% 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://docs.g-iot.io/de/plattform-benutzerhandbuch/gerate/geratedashboard-details/geratekonfiguration.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.
