Add SSDP addon finder methods (#16794)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein
2024-05-31 07:54:23 +02:00
committed by GitHub
parent cfc7463249
commit 86a8a07c14
2 changed files with 24 additions and 0 deletions
@@ -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>
@@ -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>