Set autoUpdatePolicy for WriteOnly channels (#17470)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2024-09-24 01:59:46 -05:00 committed by GitHub
parent efeee462a0
commit f9c63bc346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ The following channels are available:
| source | String | Select the source input on the TV. The dropdown list is automatically populated from the TV. | | source | String | Select the source input on the TV. The dropdown list is automatically populated from the TV. |
| activeApp | String | A dropdown containing a list of streaming apps defined by the `appListJson` config option that can be launched by the binding. An app started via remote control is automatically selected. | | activeApp | String | A dropdown containing a list of streaming apps defined by the `appListJson` config option that can be launched by the binding. An app started via remote control is automatically selected. |
| control | Player | Control Playback e.g. Play/Pause/Next/Previous/FForward/Rewind | | control | Player | Control Playback e.g. Play/Pause/Next/Previous/FForward/Rewind |
| button | String | Sends a remote control command the TV. See list of available commands below. | | button | String | Sends a remote control command the TV. See list of available commands below. (WriteOnly) |
### List of available button commands for Vizio TVs: ### List of available button commands for Vizio TVs:

View File

@ -113,5 +113,6 @@
<option value="WideToggle">Wide Toggle</option> <option value="WideToggle">Wide Toggle</option>
</options> </options>
</state> </state>
<autoUpdatePolicy>veto</autoUpdatePolicy>
</channel-type> </channel-type>
</thing:thing-descriptions> </thing:thing-descriptions>