98_autocreate.pm: Add another ZWDongle for OSX

git-svn-id: https://svn.fhem.de/fhem/trunk@8656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-05-30 12:43:11 +00:00
parent f930d333b4
commit 513e177a59

View File

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