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
@@ -11,4 +11,16 @@
|
||||
</description>
|
||||
<connection>local</connection>
|
||||
|
||||
<discovery-methods>
|
||||
<discovery-method>
|
||||
<service-type>mdns</service-type>
|
||||
<mdns-service-type>_http._tcp.local.</mdns-service-type>
|
||||
<match-properties>
|
||||
<match-property>
|
||||
<name>hwversion</name>
|
||||
<regex>.*iCom_Low.*</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
</discovery-methods>
|
||||
</addon:addon>
|
||||
|
||||
Reference in New Issue
Block a user