diff --git a/fhem/CHANGED b/fhem/CHANGED index c4b4ffeb7..996f6ef1a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 98_DOIFtools: fit LookUp to new paw design (Forum #108960) - feature: 57_SSCal: additional composite event 'compositeBlockNumbers' - change: 70_DENON_AVR: model reporting for newer AVRs - change: 57_SSCal: expand composite Event, fix API behavior if entry with diff --git a/fhem/FHEM/98_DOIFtools.pm b/fhem/FHEM/98_DOIFtools.pm index 713489cc7..a194eea07 100644 --- a/fhem/FHEM/98_DOIFtools.pm +++ b/fhem/FHEM/98_DOIFtools.pm @@ -251,7 +251,8 @@ function doiftoolsRemoveLookUp () { $('#addLookUp').dialog( "close" ); } function doiftoolsAddLookUp () { - var tn = $(this).text(); + var tnx = (""+this).split("="); + var tn = tnx[1]; var target = this; var txt = "Internals"; FW_cmd(FW_root+"?cmd=jsonlist2 "+tn+"&XHR=1", function(data){