mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Set autoUpdatePolicy for WriteOnly channels (#17462)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
fd72039b82
commit
a3a960285e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user