2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

Autocreate: TCM120 renamed int TCM_ESP2, etc

git-svn-id: https://svn.fhem.de/fhem/trunk@6505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-09-06 12:24:48 +00:00
parent f9e6851d60
commit 7ce6ea8c11

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(.*)"],