pushtodisplay_send_update
Publish text blocks to a PushToDisplay board, updating all connected devices instantly. Supports multi-panel layouts and text styling.
Instructions
Send a display update to a PushToDisplay board. Publishes text content to all devices connected to the specified board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | No | The board ID to send the update to. If omitted, the user's default board is used. | |
| blocks | Yes | Text blocks to display | |
| panelId | No | Panel ID (1-4) | |
| fullPanel | No | Use full panel mode | |
| density | No | Line density | |
| alignX | No | Horizontal alignment | |
| alignY | No | Vertical alignment | |
| background | No | Overall background color as hex |