mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
29c0bdca15
commit
b4ed4c159a
@ -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 = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user