98_HTTPMOD: fix error in documentation

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

View File

@@ -3732,7 +3732,7 @@ sub AddToSendQueue {
This option will likely need to be combined with sidXXParseResponse. This option will likely need to be combined with sidXXParseResponse.
</li> </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> 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. 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> </li>