File tree 3 files changed +19
-8
lines changed
bundles/org.openhab.binding.vizio/src/main/resources
3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<properties >
25
25
<property name =" modelId" >unknown</property >
26
+ <property name =" thingTypeVersion" >1</property >
26
27
</properties >
27
28
28
29
<representation-property >uuid</representation-property >
65
66
<item-type >String</item-type >
66
67
<label >Active App</label >
67
68
<description >The currently running App on the TV</description >
69
+ <tags >
70
+ <tag >Control</tag >
71
+ <tag >App</tag >
72
+ </tags >
68
73
</channel-type >
69
74
70
75
<channel-type id =" control" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <update : update-descriptions xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns:update=" https://openhab.org/schemas/update-description/v1.0.0"
4
+ xsi:schemaLocation=" https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd" >
5
+
6
+ <thing-type uid =" vizio:vizio_tv" >
7
+ <instruction-set targetVersion =" 1" >
8
+ <update-channel id =" activeApp" >
9
+ <type >vizio:activeApp</type >
10
+ </update-channel >
11
+ </instruction-set >
12
+ </thing-type >
13
+
14
+ </update : update-descriptions >
Original file line number Diff line number Diff line change 160
160
"MESSAGE" : null
161
161
}
162
162
},
163
- {
164
- "name" : " Redbox" ,
165
- "config" : {
166
- "APP_ID" : " 41" ,
167
- "NAME_SPACE" : 4 ,
168
- "MESSAGE" : null
169
- }
170
- },
171
163
{
172
164
"name" : " Starz" ,
173
165
"config" : {
You can’t perform that action at this time.
0 commit comments