add discoveryMethods (#16424)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
pull/16350/head
mlobstein 2024-02-19 10:04:51 -06:00 committed by GitHub
parent 31e88692f9
commit 2d1e03126e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

View File

@ -8,4 +8,25 @@
<description>Controls Roku Streaming Media Players and TVs</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>upnp</service-type>
<match-properties>
<match-property>
<name>modelDescription</name>
<regex>(?i).*Roku.*</regex>
</match-property>
</match-properties>
</discovery-method>
<discovery-method>
<service-type>upnp</service-type>
<match-properties>
<match-property>
<name>friendlyName</name>
<regex>(?i).*Roku.*</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>