2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

autocreate: added ttyACM for ZWave

git-svn-id: https://svn.fhem.de/fhem/trunk@6426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-08-20 05:49:07 +00:00
parent cf18028551
commit fd41667f06

View File

@ -323,7 +323,7 @@ my @usbtable = (
define => "TRX_PARAM TRX DEVICE\@38400", },
{ NAME => "ZWDongle",
matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)"],
matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)", "ttyACM(.*)" ],
DeviceName=> "DEVICE\@115200",
request => pack("H*", "01030020dc"), # GetStatus
response => "^\x06.*",