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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user