Set autoUpdatePolicy for WriteOnly channels (#17462)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
pull/17368/head^2
mlobstein 2024-09-24 01:53:04 -05:00 committed by GitHub
parent 153a691976
commit d97cfcd77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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>