mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
Support for FHTBUF_SIZE > 255
git-svn-id: https://svn.fhem.de/fhem/trunk@1777 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3eb31bbc76
commit
b71a71de42
@ -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 = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user