Add PowerOn option to Remote Button channel (#12839)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2022-05-28 13:10:52 -05:00 committed by GitHub
parent b43eb4a25b
commit 81ae28cba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,7 @@ InputHDMI3
InputHDMI4
InputAV1
PowerOff
PowerOn
## Full Example

View File

@ -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.InputAV1 = Input AV1
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.description = The Name of the Channel Currently Selected
channel-type.roku.playMode.label = Play Mode

View File

@ -129,6 +129,7 @@
<option value="InputHDMI4">Input HDMI4</option>
<option value="InputAV1">Input AV1</option>
<option value="PowerOff">Power Off</option>
<option value="PowerOn">Power On</option>
</options>
</state>
</channel-type>