> For the complete documentation index, see [llms.txt](https://docs.dnt.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dnt.de/dnt-lw-wsci/release-notes.md).

# Release Notes

## v1.5

#### Neue Funktionen

* LoRaWA&#x4E;**®** Firmware Update Over the Air ([FUOTA](/dnt-lw-wsci/funktion-and-gerateubersicht/8.-gerateverhalten/8.6-firmware-update/8.6.1-lorawan-fuota.md))&#x20;

#### Verbesserungen

* LED ist deaktiviert bei geschlossenem Gehäusedeckel.

## v1.4

#### Verbesserungen

* Gerät führt keinen eigenständigen Rejoin mehr aus, wenn es vermeintlich die Verbindung zum Netzwerk verloren hat.
* Die Befehle [GET INPUT CLAMP STATE](/dnt-lw-wsci/kommunikationsprotokoll/4.-sensoren-und-anschlussklemmen.md#get-input-clamp-state) und [GET HALL SENSOR STATE](/dnt-lw-wsci/kommunikationsprotokoll/4.-sensoren-und-anschlussklemmen.md#get-hall-sensor-state) werden bei Zustandsänderung als Confirmed Uplink gesendet.&#x20;

#### Fehlerbehebungen

* Fehler behoben, bei dem der [Status-Uplink (0x04)](/dnt-lw-wsci/kommunikationsprotokoll/2.-geratestatus.md#get-status) immer 15 Sekunden zu früh gesendet wurde.

## v1.2

#### Verbesserungen

* Active-/Idle-Pegel der Kontaktschnittstelle getauscht und an Magnetsensorpegel angepasst.

#### Fehlerbehebungen

* Nicht beantwortete Zeitsynchronisierungsanfragen vom Gerät führen nicht mehr zur Blockierung eines Rejoins.
* Deaktivierung der Kontaktschnittstelle, des Sabotagekontakts oder des Magnetsensors führt nicht mehr zu einem erhöhten Stromverbrauch.
* Hardware-Reset ist nun per Systemtaste möglich.
* Fehler behoben, bei dem ein falscher Wert des [ID\_STATUS\_REPORT\_TX\_EN\_REG ](/dnt-lw-wsci/kommunikationsprotokoll/2.-geratestatus.md#id_status_param_tx_en_reg)ausgegeben wurde.
* Fehler behoben, bei dem der Status-Uplink (0x04) mit dem falschen Intervall gesendet wird.
* Begrenzung des Parameters [ID\_GLOBAL\_TIME\_YEAR ](/dnt-lw-wsci/kommunikationsprotokoll/3.-geratezeit.md#id_global_time_year)auf 37.
* Fehler behoben, bei dem eine Zustandsänderung der Kontaktschnittstelle einmalig nicht erkannt wird, wenn an dieser zum Gerätestart ein Low-Pegel anlag.

## v1.0

* Initialer Release


---

# 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.dnt.de/dnt-lw-wsci/release-notes.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.
