push_image
Push a base64-encoded WebP image directly to a LED sign display, with options to interrupt or add to the rotation.
Instructions
Push a base64-encoded WebP image directly to the display (64x32; 128x64 for wide/2x devices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Base64-encoded WebP image bytes. | |
| device_id | No | Device ID. Omit when the API key can see exactly one device. | |
| background | No | false (default): interrupt the display and show this immediately. true: save into the rotation without interrupting. | |
| installation_id | No | Name for this pushed image. |