Sensor Events
This document lists all sensor events emitted by the Readerboard widget. Sensor events are used to communicate widget state to external systems (e.g., other widgets, automation scripts) via the Wallboard platform.
Sensor events are only emitted in displayer mode and are silently skipped in the editor.
Available Sensor Events
| Event Name | Value Type | Description | Emission Condition |
|---|---|---|---|
currentPageNumber | number | The current page being displayed (1-indexed). | Emitted when showPageNumber is false and the current page changes. |
maxPageNumber | number | The total number of pages available. | Emitted when showPageNumber is false and the total page count changes. |