From 20ca63dce7e115a3eebd92540c2bc0da8723faee Mon Sep 17 00:00:00 2001 From: StefanStrobel <> Date: Sat, 16 Apr 2022 14:24:58 +0000 Subject: [PATCH] 98_HTTPMOD: fix error in documentation git-svn-id: https://svn.fhem.de/fhem/trunk@25973 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_HTTPMOD.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_HTTPMOD.pm b/fhem/FHEM/98_HTTPMOD.pm index 2878caccd..06df3a3a2 100755 --- a/fhem/FHEM/98_HTTPMOD.pm +++ b/fhem/FHEM/98_HTTPMOD.pm @@ -3732,7 +3732,7 @@ sub AddToSendQueue { This option will likely need to be combined with sidXXParseResponse. -
  • parseFunction1 and parseFunction2
    +
  • parseFunction1 and parseFunction2
    These functions allow an experienced Perl / Fhem developer to plug in his own parsing functions.
    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.