dashy_section
Manage dashboard sections in Dashy: add, delete, retrieve, or update section groups and their tiles.
Instructions
dashy section operations on Dashy. Pass operation and an arguments dict matching that operation's parameters.
dashy_add_section(section, filename='') — Add a new section (a group of tiles) to the dashboard.
sectionrequires aname; common keys: name, icon, items, displayData.dashy_delete_section(sid, filename='') — Delete a section (by index or exact name), including all its items.
dashy_get_section(sid, filename='') — Get one section by zero-based index or exact section name.
dashy_update_section(sid, patch, filename='') — Shallow-merge
patchinto a section (by index or exact name). Only the given fields change; a nested array inpatchreplaces the existing one wholesale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |