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.