Skip to content

Commit 13f1497

Browse files
authored
Set autoUpdatePolicy for WriteOnly channels (openhab#17463)
Signed-off-by: Michael Lobstein <[email protected]>
1 parent 2dd9221 commit 13f1497

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bundles/org.openhab.binding.benqprojector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ String benqPictureMode "Picture Mode [%s]" { channel="benqprojector:p
8888
String benqAspectRatio "Aspect Ratio [%s]" { channel="benqprojector:projector-serial:hometheater:aspectratio" }
8989
Switch benqFreeze { channel="benqprojector:projector-serial:hometheater:freeze" }
9090
Switch benqBlank { channel="benqprojector:projector-serial:hometheater:blank" }
91-
String benqDirect { channel="benqprojector:projector-serial:hometheater:directcmd", autoupdate="false" }
91+
String benqDirect { channel="benqprojector:projector-serial:hometheater:directcmd" }
9292
Number benqLampTime "Lamp Time [%d h]" <switch> { channel="benqprojector:projector-serial:hometheater:lamptime" }
9393
```
9494

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

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<option value="enter">Enter</option>
166166
</options>
167167
</state>
168+
<autoUpdatePolicy>veto</autoUpdatePolicy>
168169
</channel-type>
169170
<channel-type id="lamptime">
170171
<item-type>Number</item-type>

0 commit comments

Comments
 (0)