Skip to content

Commit

Permalink
Reordered channels
Browse files Browse the repository at this point in the history
  • Loading branch information
sprehn committed Mar 25, 2016
1 parent 4418e02 commit 26b9739
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,25 @@
<label>WebOS TV</label>
<description>WebOS based smart TV</description>


<channels>
<channel id="volume" typeId="volumeChannelType" />
<channel id="power" typeId="powerChannelType" />
<channel id="mute" typeId="muteChannelType" />
<channel id="channel" typeId="channelChannelType" />


<channel id="toast" typeId="toastChannelType" />
<channel id="volumeUp" typeId="volumeUpChannelType" />
<channel id="volume" typeId="volumeChannelType" />
<channel id="volumeUp" typeId="volumeUpChannelType" />
<channel id="volumeDown" typeId="volumeDownChannelType" />
<channel id="channel" typeId="channelChannelType" />
<channel id="channelUp" typeId="channelUpChannelType" />
<channel id="channelDown" typeId="channelDownChannelType" />
<channel id="channelName" typeId="channelNameChannelType" />
<channel id="program" typeId="programChannelType" />
<channel id="externalInput" typeId="externalInputChannelType" />
<channel id="toast" typeId="toastChannelType" />
<channel id="mediaForward" typeId="mediaForwardChannelType" />
<channel id="mediaPause" typeId="mediaPauseChannelType" />
<channel id="mediaPlay" typeId="mediaPlayChannelType" />
<channel id="mediaRewind" typeId="mediaRewindChannelType" />
<channel id="mediaStop" typeId="mediaStopChannelType" />
<channel id="mediaState" typeId="mediaStateChannelType" />


</channels>

<!-- property as IP must not be changed -->
Expand Down

0 comments on commit 26b9739

Please sign in to comment.