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 51d066adcb
commit c39dcb2678

View File

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