Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand All @@ -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