schedule_wind_down
Ramp down playback volume gradually over a set number of minutes and pause automatically at the end.
Instructions
Ramp playback volume down to a floor over N minutes (stepping every step_minutes), then pause. Runs in-process until done or cancelled via cancel_wind_down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | Yes | Total ramp duration in minutes (1–180) | |
| device_id | No | Target device id; defaults to the active device | |
| floor_volume | No | Volume floor the ramp never goes below (default 10) | |
| step_minutes | No | Minutes between volume steps (default 5) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |