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

index cfcabbb493bacda73d55db751e442e7b092b29b2..cf9f7b90fdc1bfdb4ed2c1a009a2f8f114daa742 100644 (file)
                <item-type>String</item-type>
                <label>Preset Command</label>
                <description>Send a preset command ("saveX", "recallX", "clearX")</description>
+               <autoUpdatePolicy>veto</autoUpdatePolicy>
        </channel-type>
        <channel-type id="matrixcmd" advanced="true">
                <item-type>String</item-type>
                <label>Matrix Command</label>
                <description>Send a matrix command ("resetmatrix", "resetports", "allportsX")</description>
+               <autoUpdatePolicy>veto</autoUpdatePolicy>
        </channel-type>
        <channel-type id="portpower" advanced="true">
                <item-type>Switch</item-type>