Support for FHTBUF_SIZE > 255

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1777 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-07-31 17:09:35 +00:00
parent ffed5d8b69
commit eda7808b83

View File

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