Add PowerOn option to Remote Button channel (#12839)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
parent
b43eb4a25b
commit
81ae28cba9
@ -83,6 +83,7 @@ InputHDMI3
|
|||||||
InputHDMI4
|
InputHDMI4
|
||||||
InputAV1
|
InputAV1
|
||||||
PowerOff
|
PowerOff
|
||||||
|
PowerOn
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
||||||
|
|||||||
@ -73,6 +73,7 @@ channel-type.roku.buttonTv.state.option.InputHDMI3 = Input HDMI3
|
|||||||
channel-type.roku.buttonTv.state.option.InputHDMI4 = Input HDMI4
|
channel-type.roku.buttonTv.state.option.InputHDMI4 = Input HDMI4
|
||||||
channel-type.roku.buttonTv.state.option.InputAV1 = Input AV1
|
channel-type.roku.buttonTv.state.option.InputAV1 = Input AV1
|
||||||
channel-type.roku.buttonTv.state.option.PowerOff = Power Off
|
channel-type.roku.buttonTv.state.option.PowerOff = Power Off
|
||||||
|
channel-type.roku.buttonTv.state.option.PowerOn = Power On
|
||||||
channel-type.roku.channelName.label = Channel Name
|
channel-type.roku.channelName.label = Channel Name
|
||||||
channel-type.roku.channelName.description = The Name of the Channel Currently Selected
|
channel-type.roku.channelName.description = The Name of the Channel Currently Selected
|
||||||
channel-type.roku.playMode.label = Play Mode
|
channel-type.roku.playMode.label = Play Mode
|
||||||
|
|||||||
@ -129,6 +129,7 @@
|
|||||||
<option value="InputHDMI4">Input HDMI4</option>
|
<option value="InputHDMI4">Input HDMI4</option>
|
||||||
<option value="InputAV1">Input AV1</option>
|
<option value="InputAV1">Input AV1</option>
|
||||||
<option value="PowerOff">Power Off</option>
|
<option value="PowerOff">Power Off</option>
|
||||||
|
<option value="PowerOn">Power On</option>
|
||||||
</options>
|
</options>
|
||||||
</state>
|
</state>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user