File tree 3 files changed +4
-2
lines changed
bundles/org.openhab.binding.panasonicbdp
src/main/resources/OH-INF/thing
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ panasonicbdp.items:
87
87
``` java
88
88
// BD Player
89
89
Switch Player_Power " Power" { channel= " panasonicbdp:bd-player:mybdplayer:power" }
90
- String Player_Button " Send Command" { channel= " panasonicbdp:bd-player:mybdplayer:button" , autoupdate = " false " }
90
+ String Player_Button " Send Command" { channel= " panasonicbdp:bd-player:mybdplayer:button" }
91
91
Player Player_Control " Control" { channel= " panasonicbdp:bd-player:mybdplayer:control" }
92
92
String Player_PlayerStatus " Status: [%s]" { channel= " panasonicbdp:bd-player:mybdplayer:player-status" }
93
93
Number : Time Player_TimeElapsed " Elapsed Time: [%d %unit%]" { channel= " panasonicbdp:bd-player:mybdplayer:time-elapsed" }
@@ -97,7 +97,7 @@ Number Player_ChapterTotal "Total Chapters: [%d]" { channel="panasonicb
97
97
98
98
// UHD Player
99
99
Switch Player_Power " Power" { channel= " panasonicbdp:uhd-player:myuhdplayer:power" }
100
- String Player_Button " Send Command" { channel= " panasonicbdp:uhd-player:myuhdplayer:button" , autoupdate = " false " }
100
+ String Player_Button " Send Command" { channel= " panasonicbdp:uhd-player:myuhdplayer:button" }
101
101
Player Player_Control " Control" { channel= " panasonicbdp:uhd-player:myuhdplayer:control" }
102
102
String Player_PlayerStatus " Status: [%s]" { channel= " panasonicbdp:uhd-player:myuhdplayer:player-status" }
103
103
Number : Time Player_TimeElapsed " Elapsed Time: [%d %unit%]" { channel= " panasonicbdp:uhd-player:myuhdplayer:time-elapsed" }
Original file line number Diff line number Diff line change 99
99
<option value =" SHREV2" >(swipe in CCW circle)</option >
100
100
</options >
101
101
</state >
102
+ <autoUpdatePolicy >veto</autoUpdatePolicy >
102
103
</channel-type >
103
104
104
105
<channel-type id =" control" >
Original file line number Diff line number Diff line change 107
107
<option value =" SKIP_THE_TRAILER" >Skip The Trailer</option >
108
108
</options >
109
109
</state >
110
+ <autoUpdatePolicy >veto</autoUpdatePolicy >
110
111
</channel-type >
111
112
112
113
<channel-type id =" control" >
You can’t perform that action at this time.
0 commit comments