> For the complete documentation index, see [llms.txt](https://ask.simplehw.eu/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.simplehw.eu/kb/simple-api-6-generation/modes/api-6-mode-independent-information-and-events_15237121/other-mode-independent-events.md).

# Other mode-independent events

There are three categories of mode-independent events left:

1. **Device state change events**&#x20;
2. **Downlink-related events**&#x20;
3. **Miscellaneous events**, you can find the list **below** (WiFi debug events missing on purpose):<br>

| **Hex** | **Event name**   | **Additional information**                                                                                                 |
| ------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
| 0x7E    | Alert 1202       | <p>TX FIFO Full - some messages were lost, internal storage<br>overwhelmed by number of messages awaiting transmission</p> |
| 0x7F    | Battery low      | Battery below a certain voltage (rarely encountered)                                                                       |
| 0x81    | Extra long press | Button press 6+ seconds, default way to request downlink                                                                   |
| 0x86    | Device reset     | Followed by a mask byte, find more in the API 6 table                                                                      |
| 0x88    | RCZ changed      | Sent when RCZ successfully changes (Monarch)                                                                               |
| 0xFC    | MAC readout      | Followed by a MAC pointer and the MAC address itself                                                                       |
| 0xFE    | Register readout | Followed by up to 5 register pointers and their current values                                                             |


---

# 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://ask.simplehw.eu/kb/simple-api-6-generation/modes/api-6-mode-independent-information-and-events_15237121/other-mode-independent-events.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.
