# MClimate Button LoRaWAN Device communication protocol

## Foreword <a href="#foreword" id="foreword"></a>

In the current section, we explain in detail what are the specific commands that the device supports.If you want to make yourself familiar with the details of how this device operates, please read through all articles.

## Communication concepts related to LoRaWAN standard <a href="#communication-concepts-related-to-lorawan-standard" id="communication-concepts-related-to-lorawan-standard"></a>

* Supported LoRaWAN MAC protocol version: 1.0.3;
* Supported LoRaWAN device Class: A;
* LoRaWAN MAC Port: Uplink messages: 2. Downlink messages: 1, 2, 4-223;
* Maximum application payload size: Maximum allowed by document “LoRaWAN regional parameters” for DataRate 0 for the given region. In most of the cases this is 51 bytes;
* Consult the document “LoRaWAN regional parameters” for additional technical information (Especially for RX2 window timings);


---

# Agent Instructions: 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-multipurpose-button-lorawan/mclimate-button-lorawan-device-communication-protocol.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.
