Skip to content

Commit

Permalink
[elerotransmitterstick] Support suggestion finder (openhab#16229)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
  • Loading branch information
andrewfg authored and austvik committed Mar 27, 2024
1 parent d7d4829 commit 8122d0d
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 8122d0d

Please sign in to comment.