|
106 | 106 | <label>Change Menu Screen</label>
|
107 | 107 | <description>Change(TELEPORT) to one of the following TiVo menu screens: TIVO (Home), LIVE TV, GUIDE, NOW PLAYING (My
|
108 | 108 | Shows), SEARCH, NETFLIX. Type: String</description>
|
109 |
| - <state readOnly="false"> |
| 109 | + <state> |
110 | 110 | <options>
|
111 | 111 | <option value="TIVO">TIVO</option>
|
112 | 112 | <option value="LIVETV">LIVETV</option>
|
|
116 | 116 | <option value="NETFLIX">NETFLIX</option>
|
117 | 117 | </options>
|
118 | 118 | </state>
|
| 119 | + <autoUpdatePolicy>veto</autoUpdatePolicy> |
119 | 120 | </channel-type>
|
120 | 121 | <channel-type id="irCommand">
|
121 | 122 | <item-type>String</item-type>
|
122 | 123 | <label>Remote Control Button</label>
|
123 | 124 | <description>Send a simulated button push (IRCODE) from the remote control to the TiVo. See README.md for supported
|
124 | 125 | codes. Type: String</description>
|
125 |
| - <state readOnly="false"> |
| 126 | + <state> |
126 | 127 | <options>
|
127 | 128 | <option value="UP">UP</option>
|
128 | 129 | <option value="DOWN">DOWN</option>
|
|
181 | 182 | <option value="VIDEO_MODE_NATIVE">VIDEO_MODE_NATIVE</option>
|
182 | 183 | </options>
|
183 | 184 | </state>
|
| 185 | + <autoUpdatePolicy>veto</autoUpdatePolicy> |
184 | 186 | </channel-type>
|
185 | 187 | <channel-type id="kbdCommand">
|
186 | 188 | <item-type>String</item-type>
|
187 | 189 | <label>Keyboard Command</label>
|
188 | 190 | <description>Sends a code (KEYBOARD) corresponding to a keyboard key press to the TiVo e.g. A-Z. See Appendix A in
|
189 | 191 | document TCP Remote Protocol 1.1 for supported characters and special character codes. Type: String</description>
|
190 |
| - <state readOnly="false"/> |
| 192 | + <autoUpdatePolicy>veto</autoUpdatePolicy> |
191 | 193 | </channel-type>
|
192 | 194 | <channel-type id="dvrStatus">
|
193 | 195 | <item-type>String</item-type>
|
|
0 commit comments