> 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                                                             |
