> 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-flood-sensor-lorawan/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.7

**Release date:**\
**05** May 2025

* Improved flood sensor detection functionality.

### Firmware version 1.6

**Release date:**\
07 April 2025

* Added command to remotely [Restart](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/restart-device.md) the device.
* Added command to GET the [LoRaWAN Region](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/network-related-settings.md#get-lorawan-region).
* Fixed battery voltage and temperature measurement.

### Firmware version 1.5

**Release date:**\
18 May 2023

* Now the most important device's settings are sent together with the first uplink.
* Added a bit to the [keepalive](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/keep-alive.md) to indicate when the measured temperature is negative.
* Added command to [get keepalive period](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/keep-alive.md#keepalive-period).
* Added command to GET the [Acoustic and LED alarm duration](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/flood-event-available-configurations.md#acoustic-and-led-alarm-duration).
* Added commands to SET and GET the [radio watch dog configurations](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/network-related-settings.md#communication-watch-dog).
* Added commands to SET and GET the [radio join-retry period](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/network-related-settings.md#join-retry-period).
* Added commands to SET and GET the [device periodic uplink message type](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/uplink-types.md#device-uplink-messages-type-command-explanation).
* Added commands to SET and GET the [Flood event uplink messages type](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/flood-event-available-configurations.md#flood-event-uplink-messages-type).
* Added commands to SET and GET the [Alarm Uplink periodicity](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/flood-event-available-configurations.md#alarm-uplink-periodicity).
* Added command to [Read device hardware and firmware version](/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/flood-sensor-lorawan-communication-protocol/read-firmware-and-hardware-version.md).
* Added FUOTA functionality.

{% hint style="info" %}
The FUOTA functionality differs from the FUOTA that's being used by the LoRa Alliance. In order to update the firmware version of devices, they should be connected to MClimate's cloud. It takes around 1500 downlinks to perform FUOTA. Due to duty-cycle limitations of the gateways, we recommend staging the FUOTA in smaller batches in case your installation is sizeable.

Feel free to reach out to <lorawan-support@mclimate.eu> to acquire more details on the process.
{% endhint %}

### Firmware version 1.4

**Release date:**\
3 August 2022

* Added functionality when starting the device sends a message after 20 sec.
* Fixed issue adjusting the keep-alive time.
* Fixed issue with LED indication during flood event.
* Fixed an issue with saving credentials on device startup.

### Firmware version 1.3

**Release date:**\
3 June 2022

* The temperature is added to the payload packet to be sent.
* The default keep-alive period of 3 minutes has been changed to 60 minutes.

### Firmware version 1.2

**Release date:**\
11 October 2021

* Fix flood detect, tamper detect, and buzzer notify time.
* Change the read temperature command to the read device parameters.

### Firmware version 1.1

**Release date:**\
9 June 2021

* Fix the MAC command to read the battery level.

### Firmware version 1.0

**Release date:**\
4 March 2021

* Initial version


---

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

```
GET https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-flood-sensor-lorawan/release-notes.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.
