ios_tv_text
Read or write the text field an Apple TV currently has FOCUSED — the on-screen keyboard's buffer, so a field has to actually be focused on the TV first (navigate to it with ios_tv_button). The reply separates two states that look alike: text: "" with focused: true is a focused empty field, while text: null with focused: false means the write went nowhere. A null buffer is usually a DISPLAY problem rather than a keyboard one — a focused field stops existing when the TV has no display attached. Deliberately does not wake the TV, because waking navigates to the home screen and away from the field being typed into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | get = read the buffer, set = replace it, append = add to it, clear = empty it | |
| text | No | The text, for set and append | |
| udid | Yes | Apple TV UDID or name |