98_autocreate.pm: fix warnings about /dev/serial (Forum #94553)
git-svn-id: https://svn.fhem.de/fhem/trunk@18091 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -494,7 +494,7 @@ my @usbtable = (
|
||||
|
||||
{ NAME => "ZWDongle",
|
||||
matchList => ["cu.PL2303-0000(.*)", "cu.usbmodem(.*)",
|
||||
"ttyUSB(.*)", "ttyACM(.*)", "serial(.*)", "ttyAMA(.*)" ],
|
||||
"ttyUSB(.+)", "ttyACM(.+)", "serial(.+)", "ttyAMA(.+)" ],
|
||||
DeviceName=> "DEVICE\@115200",
|
||||
request => pack("H*", "01030020dc06"), # GetStatus +ACK
|
||||
response => "^\x06.*",
|
||||
|
||||
Reference in New Issue
Block a user