File tree 2 files changed +3
-2
lines changed
bundles/org.openhab.binding.oppo
src/main/resources/OH-INF/thing
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ The following channels are available:
114
114
| sub_shift | Number | Sets the subtitle shift (-10 to 10) [10x models and up] (note more than 5 from 0 throws an error on the BDP103) |
115
115
| hdmi_mode | String | Sets the current HDMI output mode (options vary by model; see notes above for allowed values) |
116
116
| hdr_mode | String | Sets current HDR output mode (Auto, On, Off) [UDP-203/205 only] |
117
- | remote_button | String | Simulate pressing a button on the remote control ( 3 letter code; codes can be found in Appendix A below) |
117
+ | remote_button | String | Simulate pressing a button on the remote control [ 3 letter code; codes can be found in Appendix A below] (WriteOnly) |
118
118
119
119
## Full Example
120
120
@@ -160,7 +160,7 @@ Number oppo_osd_position "OSD Position [%s]" { channel="oppo:player:myoppo:osd_p
160
160
Number oppo_sub_shift " Subtitle Shift [%s]" { channel= " oppo:player:myoppo:sub_shift" }
161
161
String oppo_hdmi_mode " HDMI Mode [%s]" { channel= " oppo:player:myoppo:hdmi_mode" }
162
162
String oppo_hdr_mode " HDR Mode [%s]" { channel= " oppo:player:myoppo:hdr_mode" }
163
- String oppo_remote_button " Remote Button [%s]" { channel= " oppo:player:myoppo:remote_button" , autoupdate = " false " }
163
+ String oppo_remote_button " Remote Button [%s]" { channel= " oppo:player:myoppo:remote_button" }
164
164
```
165
165
166
166
secondsformat.js:
Original file line number Diff line number Diff line change 341
341
<option value =" GPA" >Gapless Play</option >
342
342
</options >
343
343
</state >
344
+ <autoUpdatePolicy >veto</autoUpdatePolicy >
344
345
</channel-type >
345
346
</thing : thing-descriptions >
You can’t perform that action at this time.
0 commit comments