From c39dcb267807de64a3c1d70e997d3762e79c317c Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 20 Oct 2012 07:09:46 +0000 Subject: [PATCH] OSX autocreate problem git-svn-id: https://svn.fhem.de/fhem/trunk@1995 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_autocreate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_autocreate.pm b/fhem/FHEM/98_autocreate.pm index b74c3fdb2..862b43e9d 100644 --- a/fhem/FHEM/98_autocreate.pm +++ b/fhem/FHEM/98_autocreate.pm @@ -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",