98_HTTPMOD: fix error in documentation

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25973 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2022-04-16 14:24:58 +00:00
parent 766e59d6d3
commit 3c704f7bc6

View File

@ -3732,7 +3732,7 @@ sub AddToSendQueue {
This option will likely need to be combined with sidXXParseResponse.
</li>
<li><a id="HTTPMOD-attr-parseFunction1</b> and <b>parseFunction2" data-pattern="parseFunction.?">parseFunction1</b> and <b>parseFunction2</a><br>
<li><a id="HTTPMOD-attr-parseFunction" data-pattern="parseFunction.?">parseFunction1 and parseFunction2</a><br>
These functions allow an experienced Perl / Fhem developer to plug in his own parsing functions.<br>
Please look into the module source to see how it works and don't use them if you are not sure what you are doing.
</li>