forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[onkyo] Added TXNR575 to devices per issue 4750 (openhab#4757)
* Added TXNR575 to devices per issue 4750 * Added TXNR575 to README.md Signed-off-by: Joe Inkenbrandt <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
addons/binding/org.openhab.binding.onkyo/ESH-INF/thing/tx-nr575.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="onkyo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/smarthome/schemas/thing-description-1.0.0.xsd"> | ||
|
||
<thing-type id="TX-NR575"> | ||
<label>Onkyo TX-NR575 AV Receiver</label> | ||
<description>Network enabled Onkyo AV Receivers</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-groups> | ||
|
||
<config-description-ref uri="thing-type:onkyo:config" /> | ||
</thing-type> | ||
|
||
</thing:thing-descriptions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters