]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add discovery method for Denon receiver (#16035)
authorJacob Laursen <jacob-github@vindvejr.dk>
Sun, 10 Dec 2023 12:10:43 +0000 (13:10 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Dec 2023 12:10:43 +0000 (13:10 +0100)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/addon/addon.xml

index 5d88e46fa6949e9f7e005b475032cc4cb40748d8..6317f741bf418960277c34dfb83d04d8150d8a49 100644 (file)
@@ -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>