2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 13:45:33 +00:00

OSX autocreate problem

git-svn-id: https://svn.fhem.de/fhem/trunk@1995 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-10-20 07:09:46 +00:00
parent f6314f7acc
commit 38533b90f3

View File

@ -293,7 +293,7 @@ CommandCreateLog($$)
# PARAM in define will be replaced with the $1 from matchList
my @usbtable = (
{ NAME => "CUL",
matchList => ["cu.usbmodem(.*)", "ttyACM(.*)"],
matchList => ['cu.usbmodem.*(.)$', 'ttyACM.*(.)$'],
DeviceName=> "DEVICE\@9600",
flush => "\n",
request => "V\n",