Devices
Devices are iOS and Android display endpoints that render content published to boards. Each device is bound to exactly one board at a time.
Endpoints
| Method | Route | Description |
|---|---|---|
POST | /v1.0/boards/devices | Bind a device to a board. |
Device binding
Devices are bound to boards through the mobile app. When a device is bound to a board, it automatically receives all updates published to that board in real time.
How delivery works
- Messages are delivered in real time to all devices currently connected to the board.
- Devices that are offline will receive the latest message when they reconnect.
- Each device renders content according to the board's active layout preset.