Skip to content

Commit d97cfcd

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

File tree

1 file changed

+2
-0
lines changed
  • bundles/org.openhab.binding.atlona/src/main/resources/OH-INF/thing

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -492,11 +492,13 @@
492492
<item-type>String</item-type>
493493
<label>Preset Command</label>
494494
<description>Send a preset command ("saveX", "recallX", "clearX")</description>
495+
<autoUpdatePolicy>veto</autoUpdatePolicy>
495496
</channel-type>
496497
<channel-type id="matrixcmd" advanced="true">
497498
<item-type>String</item-type>
498499
<label>Matrix Command</label>
499500
<description>Send a matrix command ("resetmatrix", "resetports", "allportsX")</description>
501+
<autoUpdatePolicy>veto</autoUpdatePolicy>
500502
</channel-type>
501503
<channel-type id="portpower" advanced="true">
502504
<item-type>Switch</item-type>

0 commit comments

Comments
 (0)