Skip to content

Commit f9c63bc

Browse files
authored
Set autoUpdatePolicy for WriteOnly channels (openhab#17470)
Signed-off-by: Michael Lobstein <[email protected]>
1 parent efeee46 commit f9c63bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bundles/org.openhab.binding.vizio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following channels are available:
6767
| source | String | Select the source input on the TV. The dropdown list is automatically populated from the TV. |
6868
| 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. |
6969
| control | Player | Control Playback e.g. Play/Pause/Next/Previous/FForward/Rewind |
70-
| button | String | Sends a remote control command the TV. See list of available commands below. |
70+
| button | String | Sends a remote control command the TV. See list of available commands below. (WriteOnly) |
7171

7272
### List of available button commands for Vizio TVs:
7373

bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml

+1
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
<option value="WideToggle">Wide Toggle</option>
114114
</options>
115115
</state>
116+
<autoUpdatePolicy>veto</autoUpdatePolicy>
116117
</channel-type>
117118
</thing:thing-descriptions>

0 commit comments

Comments
 (0)