> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-lorawan-devices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/release-notes.md).

# Release notes

{% hint style="success" %}
MClimate is devoted to keeping our products up to date with the latest advances in the space of IoT. Thus, we push updates for the purpose of introducing New Features or in order to improve Existing Functionality. We are committed to making our products better!

We have made the option to update the firmware of your device (check improvements each version brings below) via a remote update. Learn on how to initiate the update in the [FUOTA section](/mclimate-lorawan-devices/firmware-upgrade-over-the-air-fuota.md) of our documentation.
{% endhint %}

**Would you like to receive news about new firmware updates for our products?**\
**Subscribe to our newsletter via the link below.**

{% embed url="<https://mclimate.eu/pages/firmware-updates-newsletter>" fullWidth="false" %}

### Firmware version 1.2

**Release date:** \
14 May 2026

* 🆕 NEW [Device-to-device (D2D) radio communication](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/device-to-device-communication-d2d.md#set-d2d-device-credentials) has been implemented.
* Added [radio commands to manage D2D communication](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/device-to-device-communication-d2d.md#set-d2d-device-credentials).
* Added a [radio command to flip the relay's state](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/relay-state.md#flip-relay-state).
* Improved the functionality of device [restart ](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/restart-device.md)command to account for the received downlink type (confirmed or unconfirmed).
* Added a random delay of 0–15 seconds for the radio join procedure and keep-alive uplinks.
* Improved the [radio watchdog ](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/network-related-settings.md#communication-watch-dog)functionality.

### Firmware version 1.1

**Release date:** \
20 March 2025

* Fixed bug - the radio does not reset when the button is pressed while the radio is busy.
* Fixed bug - the relay turning on for a short time when overheating protection is triggered and the device is restarted.
* Fixed bug - incorrect operation of the LED indication when switching between on and off continuous indication mode.
* NEW - functionality for relay timer and radio [command](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/relay-state.md#relay-timer-in-milliseconds) for timer setting.
* NEW - functionality and radio [command](/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/mclimate-16ads-device-communication-protocol/relay-state.md#relay-state-change-reason) to get the reason for changing the relay state.
* The default overheat protection trigger limit has been changed from 95°C to 85°C.

### Firmware version 1.0

**Release date:** \
31 October 2024

* Initial firmware 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.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-16a-dry-switch-16ads/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.
