2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

98_autocreate.pm: add serial0 for autocreate (Forum #94553)

git-svn-id: https://svn.fhem.de/fhem/trunk@17993 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-12-17 14:29:00 +00:00
parent e877004275
commit a934037fdb

View File

@ -494,7 +494,7 @@ my @usbtable = (
{ NAME => "ZWDongle",
matchList => ["cu.PL2303-0000(.*)", "cu.usbmodem(.*)",
"ttyUSB(.*)", "ttyACM(.*)", "ttyAMA(.*)" ],
"ttyUSB(.*)", "ttyACM(.*)", "serial(.*)", "ttyAMA(.*)" ],
DeviceName=> "DEVICE\@115200",
request => pack("H*", "01030020dc06"), # GetStatus +ACK
response => "^\x06.*",