Make bindings discoverable on system startup (#15817)
* [discovery-methods] mDNS discovery methods * [discovery-methods] UPnP discovery methods --------- Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
committed by
GitHub
parent
d6b19fecfe
commit
3814f37d9a
@@ -6,4 +6,17 @@
|
||||
<name>Konnected Binding</name>
|
||||
<description>This is the binding for Konnected.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
<discovery-methods>
|
||||
<discovery-method>
|
||||
<service-type>upnp</service-type>
|
||||
<match-properties>
|
||||
<match-property>
|
||||
<name>modelName</name>
|
||||
<regex>Konnected.*</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
</discovery-methods>
|
||||
|
||||
</addon:addon>
|
||||
|
||||
Reference in New Issue
Block a user