From 014277a4189d4c1ac1a3c589d8567f736efc7e7b 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: svn://svn.code.sf.net/p/fhem/code/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",