10008: Base Page
Draw a base device page. Base pages are pre-defined pages in the device firmware, such as the home page. These may differ in their appearance between device types.
Payload
| Field | Name | Description | Type | Unit |
|---|---|---|---|---|
| 3 | Page ID | The page to draw. Possible values:
| uint8 | |
| 5 | Status bar Enable | Show the status bar | bool | |
| 6 | Redraw Type | Possible values:
| uint8 |
Pages
This is what the base pages actually look like.
1: Home page
RH2

Examples
Request the home page (page 1) to be drawn
📡 Real example from RH2 ESP32 Toit. on 2025-10-10This example is captured from an RH2 device as part of normal communications over I2C with the ESP32 co-processor, where Toit on the ESP32 make the request.
Code
For convenience, the following constants can be used to reference this message type.