Support for FHTBUF_SIZE > 255

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1777 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-07-31 17:09:35 +00:00
parent 29c0bdca15
commit b4ed4c159a

View File

@ -24,7 +24,7 @@ my %gets = ( # Name, Data to send to the CUL, Regexp for the answer
"version" => ["V", '^V .*'], "version" => ["V", '^V .*'],
"raw" => ["", '.*'], "raw" => ["", '.*'],
"uptime" => ["t", '^[0-9A-F]{8}[\r\n]*$' ], "uptime" => ["t", '^[0-9A-F]{8}[\r\n]*$' ],
"fhtbuf" => ["T03", '^..[\r\n]*$' ], "fhtbuf" => ["T03", '^[0-9A-F]+[\r\n]*$' ],
); );
my %sets = ( my %sets = (