show_custom_app
Create or update a custom app on a Ulanzi smart clock, specifying text, colors, icon, duration, and display effects.
Instructions
Create or update a custom app on the clock.
Args: app_name: Unique name for this custom app text: Text to display duration: How long to show in seconds (default: 5) repeat: How many times to repeat scrolling (-1 = infinite, default) color: Text color as hex string or RGB array background: Background color icon: Icon name to display rainbow: Show text in rainbow colors (default: False) effect: Background effect name save: Save to flash memory (default: False) clock_index: Optional index of clock to target (0-based). Defaults to first clock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | ||
| text | No | ||
| duration | No | ||
| repeat | No | ||
| color | No | ||
| background | No | ||
| icon | No | ||
| rainbow | No | ||
| effect | No | ||
| save | No | ||
| clock_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||