From 38fcf424d1f5b7c53e591035bfed01072e99b8ab Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 14 Oct 2012 06:36:10 +0000 Subject: [PATCH] RPi / AMA0 added git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1952 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_autocreate.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/98_autocreate.pm b/FHEM/98_autocreate.pm index db99209cc..b74c3fdb2 100644 --- a/FHEM/98_autocreate.pm +++ b/FHEM/98_autocreate.pm @@ -300,8 +300,8 @@ my @usbtable = ( response => "^V .* CU.*", define => "CUL_PARAM CUL DEVICE\@9600 1PARAM34", }, - { NAME => "CUL", # TuxRadio / CSM special - matchList => ["ttySP(.*)"], + { NAME => "CUL", # TuxRadio/RPi: CSM + matchList => ["ttySP(.*)", "ttyAMA(.*)", ], DeviceName=> "DEVICE\@38400", flush => "\n", request => "V\n",