> 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-vicki-lorawan/pre-46-vicki-lorawan-device-communication-protocol/target-temperature-ranges.md).

# Target temperature ranges

## Temperature ranges GET/SET commands explanation

{% tabs %}
{% tab title="SET" %}

### Set temperature ranges command explanation.

This command is used to set the possible min. and max. target temperature values.

<table data-header-hidden><thead><tr><th width="138">Byte index</th><th>Hex value - Meaning</th></tr></thead><tbody><tr><td><strong>Byte index</strong></td><td><strong>Hex value - Meaning</strong></td></tr><tr><td>0</td><td>08 – The command code.</td></tr><tr><td>1</td><td>XX – lower temperature limit. Min. allowed<br>Default value: 0x05 (5°C).</td></tr><tr><td>2</td><td>XX – upper temperature limit. Max. allowed<br>Default value: 0x1E (30°C).</td></tr></tbody></table>

**Example command:** 0x081018 – Sets the lower temp. limit to 16°C and the upper temp. limit to 24°C.
{% endtab %}

{% tab title="GET" %}

### Get temperature ranges command explanation

This command is used to get the possible min. and max. target temperature values.

<table data-header-hidden><thead><tr><th width="92.33333333333331">Byte index</th><th width="149">Sent request</th><th>Received response</th></tr></thead><tbody><tr><td><strong>Byte index</strong></td><td><strong>Sent request</strong></td><td><strong>Received response</strong></td></tr><tr><td>0</td><td>15 – Command code.</td><td>15 – The command code.</td></tr><tr><td>1</td><td></td><td>XX – Lower temperature limit in °C.</td></tr><tr><td>2</td><td></td><td>XX – Upper temperature limit in °C.</td></tr></tbody></table>

**Example command:** 0x15

**Example response:** 0x15051E – The lower temp. limit is 5°C and the upper temperature limit is 30°C.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
The range for the permitted values is:

* lower limit - no smaller than 0x05 (5°C)
* higher limit - no greater than 0x1E (30°C)
  {% endhint %}


---

# 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-vicki-lorawan/pre-46-vicki-lorawan-device-communication-protocol/target-temperature-ranges.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.
