Skip to content

Commit

Permalink
Set autoUpdatePolicy for WriteOnly channels (openhab#17462)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
  • Loading branch information
mlobstein authored and joni1993 committed Oct 15, 2024
1 parent 19019ca commit eec7159
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,13 @@
<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>
Expand Down

0 comments on commit eec7159

Please sign in to comment.