shelly_scene_run
Execute a named Shelly scene sequentially, applying all actions even if some fail. Returns per-action results and overall status for audit logging.
Instructions
Run a named scene: attempt every action in order, report per-action results.
Best-effort and sequential — a failing action does not abort the rest. status is
ok (all succeeded), partial (some failed), or failed (none succeeded). A
partial run can simply be re-run later to finish it (scenes use absolute states, so
re-running is safe). Every action is audit-logged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||