]> git.basschouten.com Git - openhab-addons.git/commitdiff
Set autoUpdatePolicy for WriteOnly channels (#17470)
authormlobstein <michael.lobstein@gmail.com>
Tue, 24 Sep 2024 06:59:46 +0000 (01:59 -0500)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 06:59:46 +0000 (08:59 +0200)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
bundles/org.openhab.binding.vizio/README.md
bundles/org.openhab.binding.vizio/src/main/resources/OH-INF/thing/vizio.xml

index a5142ba4743540aa603a76e2a47267ea99549415..0fffe60e51ae8a4711ed77ee5419394951921325 100644 (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.                                                                                                |
 | 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:
 
index 6f7d16fea52244cdec4fa9e5aa324ff5cff4595b..4ec7ec2b7828f448fd7108f22f666656b5c3802d 100644 (file)
                                <option value="WideToggle">Wide Toggle</option>
                        </options>
                </state>
+               <autoUpdatePolicy>veto</autoUpdatePolicy>
        </channel-type>
 </thing:thing-descriptions>