# Power module communication status

{% tabs %}
{% tab title="GET" %}
When the power module communication status changes, the command is sent together with the next keepalive of the device. The keepalive data in the example below is omitted for clarity.

You can query the power module status at any time with the command:

<table data-header-hidden><thead><tr><th width="138"></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>75 – The command code.</td></tr><tr><td>1</td><td><p>00: Power module communication OK; </p><p>01: Power module communication error. </p></td></tr></tbody></table>

**Example downlink**: 0x7501 – Power module communication error.
{% endtab %}
{% endtabs %}


---

# 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-fan-coil-thermostat-fct/mclimate-fan-coil-thermostat-device-communication-protocol/power-module-communication-status.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.
