Push To Display

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

MethodRouteDescription
POST/v1.0/boards/devicesBind 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.