From f9c63bc34699c6d66a45bd709940cf2f446a4807 Mon Sep 17 00:00:00 2001 From: mlobstein Date: Tue, 24 Sep 2024 01:59:46 -0500 Subject: [PATCH] Set autoUpdatePolicy for WriteOnly channels (#17470) Signed-off-by: Michael Lobstein --- bundles/org.openhab.binding.vizio/README.md | 2 +- .../src/main/resources/OH-INF/thing/vizio.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.vizio/README.md b/bundles/org.openhab.binding.vizio/README.md index a5142ba474354..0fffe60e51ae8 100644 --- a/bundles/org.openhab.binding.vizio/README.md +++ b/bundles/org.openhab.binding.vizio/README.md @@ -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. | | 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 | -| 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: diff --git a/bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml b/bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml index 6f7d16fea5224..4ec7ec2b7828f 100644 --- a/bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml +++ b/bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml @@ -113,5 +113,6 @@ + veto