# thing types
+thing-type.onkyo.HT-RC440.label = Onkyo HT-RC440 AV Receiver
+thing-type.onkyo.HT-RC440.description = Network enabled Onkyo AV Receiver
thing-type.onkyo.HT-RC560.label = Onkyo HT-RC560 AV Receiver
thing-type.onkyo.HT-RC560.description = Network enabled Onkyo AV Receiver
thing-type.onkyo.TX-NR3007.label = Onkyo TX-NR3007 AV Receiver
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<thing:thing-descriptions bindingId="onkyo"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
+ xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
+
+ <thing-type id="HT-RC440">
+ <label>Onkyo HT-RC440 AV Receiver</label>
+ <description>Network enabled Onkyo AV Receiver</description>
+
+ <channel-groups>
+ <channel-group typeId="zone1Controls" id="zone1"/>
+ <channel-group typeId="zone2Controls" id="zone2"/>
+ <channel-group typeId="playerControls" id="player"/>
+ <channel-group typeId="netMenuControls" id="netmenu"/>
+ <channel-group typeId="information" id="info"/>
+ </channel-groups>
+
+ <config-description-ref uri="thing-type:onkyo:config"/>
+ </thing-type>
+
+</thing:thing-descriptions>