[harmonyhub] Add semantic tags (#18541)
* Add semantic tags Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/18680/head
parent
9339931945
commit
aa89833294
|
@ -7,6 +7,7 @@
|
|||
<bridge-type id="hub">
|
||||
<label>Harmony Hub</label>
|
||||
<description>A Logitech Harmony Hub</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="currentActivity" typeId="currentActivity"/>
|
||||
<channel id="activityStarting" typeId="eventTrigger">
|
||||
|
@ -67,6 +68,10 @@
|
|||
<item-type>String</item-type>
|
||||
<label>Current Activity</label>
|
||||
<description>The label/name of the current activity of a Harmony Hub</description>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
<tag>Mode</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="eventTrigger">
|
||||
|
@ -86,6 +91,10 @@
|
|||
<label>Player Control</label>
|
||||
<description>Send player commands (Rewind,FastForward,Play,Pause,SkipForward,SkipBackwards) to the device associated
|
||||
with the current running activity.</description>
|
||||
<tags>
|
||||
<tag>Control</tag>
|
||||
<tag>MediaControl</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
Loading…
Reference in New Issue