File tree 2 files changed +25
-2
lines changed
bundles/org.openhab.binding.roku/src/main/resources/OH-INF
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 30
30
<property name =" Serial Number" >unknown</property >
31
31
<property name =" Device Id" >unknown</property >
32
32
<property name =" Software Version" >unknown</property >
33
- <property name =" thingTypeVersion" >2 </property >
33
+ <property name =" thingTypeVersion" >3 </property >
34
34
</properties >
35
35
36
36
<representation-property >uuid</representation-property >
73
73
<property name =" Serial Number" >unknown</property >
74
74
<property name =" Device Id" >unknown</property >
75
75
<property name =" Software Version" >unknown</property >
76
- <property name =" thingTypeVersion" >2 </property >
76
+ <property name =" thingTypeVersion" >3 </property >
77
77
</properties >
78
78
79
79
<representation-property >uuid</representation-property >
159
159
<item-type >String</item-type >
160
160
<label >Active App</label >
161
161
<description >The Currently Running App on the Roku</description >
162
+ <tags >
163
+ <tag >Control</tag >
164
+ <tag >App</tag >
165
+ </tags >
162
166
</channel-type >
163
167
164
168
<channel-type id =" activeAppName" >
211
215
<item-type >String</item-type >
212
216
<label >Active Channel</label >
213
217
<description >The TV Channel Currently Selected on the Roku TV</description >
218
+ <tags >
219
+ <tag >Control</tag >
220
+ <tag >Channel</tag >
221
+ </tags >
214
222
</channel-type >
215
223
216
224
<channel-type id =" signalMode" >
Original file line number Diff line number Diff line change 21
21
<type >roku:progress</type >
22
22
</add-channel >
23
23
</instruction-set >
24
+
25
+ <instruction-set targetVersion =" 3" >
26
+ <update-channel id =" activeApp" >
27
+ <type >roku:activeApp</type >
28
+ </update-channel >
29
+ </instruction-set >
24
30
</thing-type >
25
31
26
32
<thing-type uid =" roku:roku_tv" >
47
53
<type >roku:progress</type >
48
54
</add-channel >
49
55
</instruction-set >
56
+
57
+ <instruction-set targetVersion =" 3" >
58
+ <update-channel id =" activeApp" >
59
+ <type >roku:activeApp</type >
60
+ </update-channel >
61
+ <update-channel id =" activeChannel" >
62
+ <type >roku:activeChannel</type >
63
+ </update-channel >
64
+ </instruction-set >
50
65
</thing-type >
51
66
52
67
</update : update-descriptions >
You can’t perform that action at this time.
0 commit comments