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

atuocreate: ttyAMA added for the RPi EnOcean board

git-svn-id: https://svn.fhem.de/fhem/trunk@3957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-09-25 06:21:02 +00:00
parent 2ab0c0ff5e
commit 0a64d9cae7

View File

@ -321,7 +321,7 @@ my @usbtable = (
{ NAME => "TCM310", { NAME => "TCM310",
matchList => ["cu.usbserial(.*)", "cu.usbmodem(.*)", matchList => ["cu.usbserial(.*)", "cu.usbmodem(.*)",
"ttyUSB(.*)", "ttyACM(.*)"], "ttyUSB(.*)", "ttyACM(.*)", "ttyAMA(.*)"],
DeviceName=> "DEVICE\@57600", DeviceName=> "DEVICE\@57600",
request => pack("H*", "5500010005700838"), # get idbase request => pack("H*", "5500010005700838"), # get idbase
response => "^\x55\x00\x05\x01", response => "^\x55\x00\x05\x01",