# Restart device

{% hint style="warning" %}
This command is available for devices with firmware version ≥ 1.3.
{% endhint %}

Restart the device, causing it to power cycle, and initiate a new join procedure.

<table><thead><tr><th width="153"></th><th></th></tr></thead><tbody><tr><td><strong>Byte index</strong></td><td><strong>Hex value – Meaning</strong></td></tr><tr><td>0</td><td>A5 – The command code.</td></tr></tbody></table>

**Example downlink**: 0xA5

{% hint style="warning" %}
After receiving the restart command, the device sends one last uplink (immediately) and goes to sleep 20 seconds after (thus the command does not take effect immediately)\
This logic is available for devices with firmware version ≥ 1.4.
{% endhint %}


---

# 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/restart-device.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.
