2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-11 08:34:18 +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:
rudolfkoenig 2016-03-20 09:41:03 +00:00
parent 97f7940fe5
commit 5ec3d47fd5

View File

@ -495,7 +495,7 @@ my @usbtable = (
matchList => ["cu.PL2303-0000(.*)", "cu.usbmodem(.*)",
"ttyUSB(.*)", "ttyACM(.*)" ],
DeviceName=> "DEVICE\@115200",
request => pack("H*", "01030020dc"), # GetStatus
request => pack("H*", "01030020dc06"), # GetStatus +ACK
response => "^\x06.*",
define => "ZWDongle_PARAM ZWDongle DEVICE\@115200", },