mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
more restrictive HEOS finder (#16045)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
parent
463cebcbdf
commit
0228f43004
@ -14,7 +14,15 @@
|
||||
<match-properties>
|
||||
<match-property>
|
||||
<name>manufacturer</name>
|
||||
<regex>(?i)DENON</regex>
|
||||
<regex>Denon</regex>
|
||||
</match-property>
|
||||
<match-property>
|
||||
<name>modelName</name>
|
||||
<regex>HEOS.*|.*H|.*Home.*</regex>
|
||||
</match-property>
|
||||
<match-property>
|
||||
<name>deviceType</name>
|
||||
<regex>ACT.*|Aios.*</regex>
|
||||
</match-property>
|
||||
</match-properties>
|
||||
</discovery-method>
|
||||
|
Loading…
Reference in New Issue
Block a user