[elerotransmitterstick] Support suggestion finder (#16229)

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green 2024-01-07 13:07:32 +00:00 committed by GitHub
parent 9a4c55610b
commit 90480d0a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,20 @@
<description>This is the binding for Elero Transmitter Sticks.</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>usb</service-type>
<match-properties>
<match-property>
<name>manufacturer</name>
<regex>(?i)elero gmbh.*</regex>
</match-property>
<match-property>
<name>chipId</name>
<regex>0403:6001</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>