> 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-pir-mini/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.4

**Release date:** \
19 Jun 2026

* 🆕 NEW Implemented PIR sensor operating modes: [Occupancy Mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#id-00-occupancy-mode), [Trigger Mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#id-02-trigger-mode), and [Count Mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#id-03-count-mode).
* Added radio command to Set/Get the [PIR sensor operating mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#pir-operating-modes).
* Added radio command to [reset the PIR sensor counter](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#pir-counter-reset-flag) depending on the selected mode;
* Added a radio command to Set/Get the [PIR sensor blind time](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#pir-blind-time) used in [Trigger Mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/pir-motion-sensor-operating-modes.md#id-02-trigger-mode).
* The default value for [PIR Demo mode](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/led-indication.md#pir-demo-mode) has been changed from on to off.
* The default value for [LED brightness](/mclimate-lorawan-devices/devices/mclimate-pir-mini/pir-mini-device-communication-protocol/led-indication.md#led-brightness) has been reduced from 100% to 50%.<br>

### Firmware version 1.3

**Release date:** \
19 Mar 2026

* Pre-release 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, and the optional `goal` query parameter:

```
GET https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-pir-mini/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.
