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