Add SSDP addon finder methods (#16794)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
mlobstein 2024-05-31 00:54:23 -05:00 committed by Ciprian Pascu
parent ade3b922d4
commit e7b16b8104
2 changed files with 24 additions and 0 deletions

View File

@ -8,4 +8,16 @@
<description>This binding is compatible with Epson projectors which support the ESC/VP21 protocol</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>sddp</service-type>
<match-properties>
<match-property>
<name>type</name>
<regex>(?i)epson:projector.*</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -8,4 +8,16 @@
<description>The SonyProjector binding controls a Sony projector through Ethernet (PJ Talk) or serial.</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>sddp</service-type>
<match-properties>
<match-property>
<name>type</name>
<regex>(?i)sony:projector.*</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>