2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00
fhem-mirror/fhem/t/FHEM/98_HTTPMOD/12_Chains.cfg
StefanStrobel d48931a37b 98_HTTPMOD: updated tests
git-svn-id: https://svn.fhem.de/fhem/trunk@26103 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2022-05-31 18:21:04 +00:00

19 lines
419 B
INI

define H1 HTTPMOD file://t/FHEM/98_HTTPMOD/11_Cookies1.testdata 0
attr H1 verbose 5
attr H1 fileHeaderSplit --end-of-http-header--
attr H1 queueDelay 0
attr H1 minSendDelay 0
attr H1 get01Name O1
attr H1 get01Regex <center>(.*)</center>
attr H1 get01FollowGet O2
attr H1 get02Name O2
attr H1 get02Regex <cen(.*)<h1>
attr H1 get02FollowGet O3
attr H1 get03Name O3
attr H1 get03Regex <c(.*)<h1>
attr H1 maxGetChain 5