Autocreate: TCM120 renamed int TCM_ESP2, etc

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-09-06 12:24:48 +00:00
parent 2fd2f5e40b
commit 582cfe031c

View File

@@ -298,14 +298,14 @@ my @usbtable = (
DeviceName=> "DEVICE\@57600",
request => pack("H*", "5500010005700838"), # get idbase
response => "^\x55\x00\x05\x01",
define => "TCM310_PARAM TCM ESP3 DEVICE\@57600", },
define => "TCM_ESP3_PARAM TCM ESP3 DEVICE\@57600", },
{ NAME => "TCM_ESP2",
matchList => ["ttyUSB(.*)"],
DeviceName=> "DEVICE\@9600",
request => pack("H*", "A55AAB5800000000000000000003"), # get idbase
response => "^\xA5\x5A............",
define => "TCM120_PARAM TCM ESP2 DEVICE\@9600", },
define => "TCM_ESP2_PARAM TCM ESP2 DEVICE\@9600", },
{ NAME => "FHZ",
matchList => ["cu.usbserial(.*)", "ttyUSB(.*)"],