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:
parent
f6314f7acc
commit
38533b90f3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user