label_button_grid
Fill a button grid with labels from a JSON list, arranging left-to-right and top-to-bottom, and skipping empty entries.
Instructions
Label a grid of buttons from a flat list of names.
Fills left-to-right, top-to-bottom. Empty strings skip that position. labels_json: JSON array of strings, e.g. ["GO", "STOP", "", "BLACKOUT"] columns: buttons per row (default 8, use 5 for standard Stream Deck).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| labels_json | Yes | ||
| columns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |