OSX autocreate problem
git-svn-id: https://svn.fhem.de/fhem/trunk@1995 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user