mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +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:
parent
cf18028551
commit
fd41667f06
@ -323,7 +323,7 @@ my @usbtable = (
|
|||||||
define => "TRX_PARAM TRX DEVICE\@38400", },
|
define => "TRX_PARAM TRX DEVICE\@38400", },
|
||||||
|
|
||||||
{ NAME => "ZWDongle",
|
{ NAME => "ZWDongle",
|
||||||
matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)"],
|
matchList => ["cu.PL2303-0000(.*)", "ttyUSB(.*)", "ttyACM(.*)" ],
|
||||||
DeviceName=> "DEVICE\@115200",
|
DeviceName=> "DEVICE\@115200",
|
||||||
request => pack("H*", "01030020dc"), # GetStatus
|
request => pack("H*", "01030020dc"), # GetStatus
|
||||||
response => "^\x06.*",
|
response => "^\x06.*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user