ios_tv_volume
Change an Apple TV's volume. Use up and down — they are the remote's volume keys and are the ones that work. get and set address an absolute level that a TV connected over HDMI does not have: audio leaves over HDMI, so the television or receiver owns the volume. Measured on tvOS 27, the box accepts the up/down keys while reporting the absolute controls as unavailable, so get returning 0 and set failing are expected there rather than a fault. Do not build a level slider on get. Does not wake the TV: the key goes to whatever owns the volume, and that television can be on while the box sleeps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | up/down press the volume keys; get/set need an absolute level | |
| udid | Yes | Apple TV UDID or name | |
| level | No | Target level 0-100, for set |