Skip to main content

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 NameValue TypeDescriptionEmission Condition
currentPageNumbernumberThe current page being displayed (1-indexed).Emitted when showPageNumber is false and the current page changes.
maxPageNumbernumberThe total number of pages available.Emitted when showPageNumber is false and the total page count changes.