replay_autoplay
Control replay autoplay: enable, disable, or toggle it, set delay speed, and verify the new state.
Instructions
Turn autoplay on or off in replay mode, optionally setting the speed. Pass enabled to say which state you want; omit it to flip whatever the current state is. Confirms the result by reading autoplay back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Autoplay delay in ms (lower = faster). Valid values: 100, 143, 200, 300, 1000, 2000, 3000, 5000, 10000. Note this is a DELAY, not a multiplier: 1 is rejected. | |
| enabled | No | true to start autoplay, false to stop it. Omit to flip the current state. |