Set autoUpdatePolicy for WriteOnly channels (#17463)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2024-09-24 00:10:28 +02:00
committed by GitHub
parent 2dd9221c1a
commit 13f14976ac
2 changed files with 2 additions and 1 deletions
@@ -88,7 +88,7 @@ String benqPictureMode "Picture Mode [%s]" { channel="benqprojector:p
String benqAspectRatio "Aspect Ratio [%s]" { channel="benqprojector:projector-serial:hometheater:aspectratio" }
Switch benqFreeze { channel="benqprojector:projector-serial:hometheater:freeze" }
Switch benqBlank { channel="benqprojector:projector-serial:hometheater:blank" }
String benqDirect { channel="benqprojector:projector-serial:hometheater:directcmd", autoupdate="false" }
String benqDirect { channel="benqprojector:projector-serial:hometheater:directcmd" }
Number benqLampTime "Lamp Time [%d h]" <switch> { channel="benqprojector:projector-serial:hometheater:lamptime" }
```
@@ -165,6 +165,7 @@
<option value="enter">Enter</option>
</options>
</state>
<autoUpdatePolicy>veto</autoUpdatePolicy>
</channel-type>
<channel-type id="lamptime">
<item-type>Number</item-type>