2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_autocreate.pm: add ttyAMA.* for ZWDongle

git-svn-id: https://svn.fhem.de/fhem/trunk@14530 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-06-17 19:38:39 +00:00
parent b9609113d8
commit d89c4cf00d

View File

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