|
33 | 33 | <property name="Control Protocol ID">unknown</property>
|
34 | 34 | <property name="System Version">unknown</property>
|
35 | 35 | <property name="Protocol Version">unknown</property>
|
36 |
| - <property name="thingTypeVersion">1</property> |
| 36 | + <property name="thingTypeVersion">2</property> |
37 | 37 | </properties>
|
38 | 38 |
|
39 | 39 | <config-description-ref uri="thing-type:kaleidescape:kaleidescapedevice"/>
|
|
68 | 68 | <property name="Control Protocol ID">unknown</property>
|
69 | 69 | <property name="System Version">unknown</property>
|
70 | 70 | <property name="Protocol Version">unknown</property>
|
71 |
| - <property name="thingTypeVersion">1</property> |
| 71 | + <property name="thingTypeVersion">2</property> |
72 | 72 | </properties>
|
73 | 73 |
|
74 | 74 | <config-description-ref uri="thing-type:kaleidescape:kaleidescapedevice"/>
|
|
99 | 99 | <property name="Control Protocol ID">unknown</property>
|
100 | 100 | <property name="System Version">unknown</property>
|
101 | 101 | <property name="Protocol Version">unknown</property>
|
102 |
| - <property name="thingTypeVersion">1</property> |
| 102 | + <property name="thingTypeVersion">2</property> |
103 | 103 | </properties>
|
104 | 104 |
|
105 | 105 | <config-description-ref uri="thing-type:kaleidescape:kaleidescapedevice"/>
|
|
130 | 130 | <property name="Control Protocol ID">unknown</property>
|
131 | 131 | <property name="System Version">unknown</property>
|
132 | 132 | <property name="Protocol Version">unknown</property>
|
133 |
| - <property name="thingTypeVersion">1</property> |
| 133 | + <property name="thingTypeVersion">2</property> |
134 | 134 | </properties>
|
135 | 135 |
|
136 | 136 | <config-description-ref uri="thing-type:kaleidescape:kaleidescapedevice"/>
|
|
150 | 150 | <channel id="title_num" typeId="title_num"/>
|
151 | 151 | <channel id="title_length" typeId="title_length"/>
|
152 | 152 | <channel id="title_loc" typeId="title_loc"/>
|
| 153 | + <channel id="endtime" typeId="endtime"/> |
153 | 154 | <channel id="chapter_num" typeId="chapter_num"/>
|
154 | 155 | <channel id="chapter_length" typeId="chapter_length"/>
|
155 | 156 | <channel id="chapter_loc" typeId="chapter_loc"/>
|
|
190 | 191 | <channel id="title_num" typeId="title_num"/>
|
191 | 192 | <channel id="title_length" typeId="title_length"/>
|
192 | 193 | <channel id="title_loc" typeId="title_loc"/>
|
| 194 | + <channel id="endtime" typeId="endtime"/> |
193 | 195 | <channel id="chapter_num" typeId="chapter_num"/>
|
194 | 196 | <channel id="chapter_length" typeId="chapter_length"/>
|
195 | 197 | <channel id="chapter_loc" typeId="chapter_loc"/>
|
|
229 | 231 | <channel id="title_num" typeId="title_num"/>
|
230 | 232 | <channel id="title_length" typeId="title_length"/>
|
231 | 233 | <channel id="title_loc" typeId="title_loc"/>
|
| 234 | + <channel id="endtime" typeId="endtime"/> |
232 | 235 | <channel id="chapter_num" typeId="chapter_num"/>
|
233 | 236 | <channel id="chapter_length" typeId="chapter_length"/>
|
234 | 237 | <channel id="chapter_loc" typeId="chapter_loc"/>
|
|
267 | 270 | <channel id="track" typeId="track"/>
|
268 | 271 | <channel id="artist" typeId="artist"/>
|
269 | 272 | <channel id="album" typeId="album"/>
|
| 273 | + <channel id="title" typeId="music_title"/> |
270 | 274 | <channel id="play_mode" typeId="music_play_mode"/>
|
271 | 275 | <channel id="play_speed" typeId="music_play_speed"/>
|
272 | 276 | <channel id="track_length" typeId="track_length"/>
|
|
376 | 380 | <state readOnly="true" pattern="%d %unit%"/>
|
377 | 381 | </channel-type>
|
378 | 382 |
|
| 383 | + <channel-type id="endtime"> |
| 384 | + <item-type>DateTime</item-type> |
| 385 | + <label>Title End Time</label> |
| 386 | + <description>The date/time when the currently playing movie will end</description> |
| 387 | + <category>Time</category> |
| 388 | + <tags> |
| 389 | + <tag>Status</tag> |
| 390 | + <tag>Timestamp</tag> |
| 391 | + </tags> |
| 392 | + <state readOnly="true"/> |
| 393 | + </channel-type> |
| 394 | + |
379 | 395 | <channel-type id="chapter_num">
|
380 | 396 | <item-type>Number</item-type>
|
381 | 397 | <label>Chapter Number</label>
|
|
602 | 618 | <state readOnly="true"/>
|
603 | 619 | </channel-type>
|
604 | 620 |
|
| 621 | + <channel-type id="music_title" advanced="true"> |
| 622 | + <item-type>String</item-type> |
| 623 | + <label>Music Title</label> |
| 624 | + <description>The raw output from the MUSIC_TITLE api response</description> |
| 625 | + <state readOnly="true"/> |
| 626 | + </channel-type> |
| 627 | + |
605 | 628 | <channel-type id="music_play_mode">
|
606 | 629 | <item-type>String</item-type>
|
607 | 630 | <label>Play Mode</label>
|
|
0 commit comments