mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_autocreate.pm: fix multiple usb scans with ZWDongle (Forum #30257)
git-svn-id: https://svn.fhem.de/fhem/trunk@11094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
97f7940fe5
commit
5ec3d47fd5
@ -495,7 +495,7 @@ my @usbtable = (
|
|||||||
matchList => ["cu.PL2303-0000(.*)", "cu.usbmodem(.*)",
|
matchList => ["cu.PL2303-0000(.*)", "cu.usbmodem(.*)",
|
||||||
"ttyUSB(.*)", "ttyACM(.*)" ],
|
"ttyUSB(.*)", "ttyACM(.*)" ],
|
||||||
DeviceName=> "DEVICE\@115200",
|
DeviceName=> "DEVICE\@115200",
|
||||||
request => pack("H*", "01030020dc"), # GetStatus
|
request => pack("H*", "01030020dc06"), # GetStatus +ACK
|
||||||
response => "^\x06.*",
|
response => "^\x06.*",
|
||||||
define => "ZWDongle_PARAM ZWDongle DEVICE\@115200", },
|
define => "ZWDongle_PARAM ZWDongle DEVICE\@115200", },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user