]> git.basschouten.com Git - openhab-addons.git/commitdiff
[hdpowerview] support addon suggestion finder via SDDP (#16790)
authorAndrew Fiddian-Green <software@whitebear.ch>
Fri, 31 May 2024 05:53:33 +0000 (06:53 +0100)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 05:53:33 +0000 (07:53 +0200)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.hdpowerview/src/main/resources/OH-INF/addon/addon.xml

index f4c3c24c8043695cefd3542648392caa1a679c48..26fa974af64b2471b3517896f57ed51fbf265476 100644 (file)
                                </discovery-parameter>
                        </discovery-parameters>
                </discovery-method>
+               <discovery-method>
+                       <service-type>sddp</service-type>
+                       <match-properties>
+                               <match-property>
+                                       <name>type</name>
+                                       <regex>hunterdouglas:hub:powerview.*</regex>
+                               </match-property>
+                       </match-properties>
+               </discovery-method>
        </discovery-methods>
 
 </addon:addon>