> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-api-documentation/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-api-documentation/control-devices-1/vicki/vicki-high-priority-commands.md).

# Vicki high priority commands

### **1. COMMANDS WITH HIGH PRIORITY:**&#x20;

* Change of display digits&#x20;
* Set open window settings&#x20;
* Set MIN/MAX range&#x20;
* Set child lock status (enabled/disabled)&#x20;
* Set keepalive time

### **2. HOW DOES IT WORK? SCENARIOS AND EXAMPLES**&#x20;

* When a command with **high** priority is sent at the same time as a command with **normal** priority, the first one will be sent to Mom and the second one will be ignored.&#x20;
  * *Example: User sends command for a new target temperature and Vicki algorithm sends command for motor position change. The command from the algorithm will be ignored and the new target temperature will be set.*&#x20;
* If two **high** priority commands are sent at the same time, there won’t be a change in the communication. Both will be sent to the Mom and the device will send the last one if there was no keepalive from Vicki in-between.&#x20;
  * *Example: User sends command for child lock and in the same time sends command for change of display digits. Both will be sent to the Mom and it will send the last one to the Vicki device.*
* *Side case*: If there is an indication of an open window event (it is active), a command from the algorithm will be ignored until the event is no longer active. Since the open window function sets Vicki to a desired motor position, there won’t be a conflict, caused by the algorithm. &#x20;


---

# 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-api-documentation/control-devices-1/vicki/vicki-high-priority-commands.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.
