mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Add discovery method for Denon receiver (#16035)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
8c560a409c
commit
9f4b8a6cb7
@ -9,6 +9,15 @@
|
||||
<connection>local</connection>
|
||||
|
||||
<discovery-methods>
|
||||
<discovery-method>
|
||||
<service-type>upnp</service-type>
|
||||
<match-properties>
|
||||
<match-property>
|
||||
<name>manufacturer</name>
|
||||
<regex>(?i)DENON</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
<discovery-method>
|
||||
<service-type>mdns</service-type>
|
||||
<mdns-service-type>_raop._tcp.local.</mdns-service-type>
|
||||
@ -21,5 +30,4 @@
|
||||
</discovery-method>
|
||||
</discovery-methods>
|
||||
|
||||
|
||||
</addon:addon>
|
||||
|
Loading…
Reference in New Issue
Block a user