|
12 | 12 | <channel id="power" typeId="system.power"/>
|
13 | 13 | <channel id="mute" typeId="system.mute"/>
|
14 | 14 | <channel id="volume" typeId="system.volume"/>
|
15 |
| - <channel id="channel" typeId="channelType"/> |
| 15 | + <channel id="channel" typeId="channel"/> |
16 | 16 | <channel id="toast" typeId="toastType"/>
|
17 | 17 | <channel id="mediaPlayer" typeId="system.media-control"/>
|
18 | 18 | <channel id="mediaStop" typeId="mediaStopType"/>
|
19 |
| - <channel id="appLauncher" typeId="appLauncherChannelType"/> |
| 19 | + <channel id="appLauncher" typeId="app-launcher"/> |
20 | 20 | <channel id="rcButton" typeId="rcButtonType"/>
|
21 | 21 | </channels>
|
22 | 22 |
|
|
26 | 26 | <property name="deviceOS"/>
|
27 | 27 | <property name="deviceOSVersion"/>
|
28 | 28 | <property name="deviceOSReleaseVersion"/>
|
| 29 | + <property name="thingTypeVersion">1</property> |
29 | 30 | </properties>
|
30 | 31 | <representation-property>deviceId</representation-property>
|
31 | 32 |
|
32 | 33 |
|
33 | 34 | <config-description-ref uri="thing-type:lgwebos:WebOSTV"/>
|
34 | 35 | </thing-type>
|
35 | 36 |
|
36 |
| - <channel-type id="channelType"> |
| 37 | + <channel-type id="channel"> |
37 | 38 | <item-type>String</item-type>
|
38 | 39 | <label>Channel</label>
|
39 | 40 | <description>Current Channel</description>
|
| 41 | + <tags> |
| 42 | + <tag>Control</tag> |
| 43 | + <tag>Channel</tag> |
| 44 | + </tags> |
40 | 45 | </channel-type>
|
41 | 46 | <channel-type id="toastType">
|
42 | 47 | <item-type>String</item-type>
|
|
48 | 53 | <label>Stop</label>
|
49 | 54 | <description>Stop Playback</description>
|
50 | 55 | </channel-type>
|
51 |
| - <channel-type id="appLauncherChannelType"> |
| 56 | + <channel-type id="app-launcher"> |
52 | 57 | <item-type>String</item-type>
|
53 | 58 | <label>Application</label>
|
54 | 59 | <description>Start application and monitor running applications.</description>
|
| 60 | + <tags> |
| 61 | + <tag>Control</tag> |
| 62 | + <tag>App</tag> |
| 63 | + </tags> |
55 | 64 | </channel-type>
|
56 | 65 | <channel-type id="rcButtonType">
|
57 | 66 | <item-type>String</item-type>
|
|
0 commit comments