mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
19 lines
419 B
INI
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
|