2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

FB_CALLMONITOR: adapt reverse search regexp for dasoertliche.de, thx to butschek (Forum: #96666)

git-svn-id: https://svn.fhem.de/fhem/trunk@26090 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2022-05-25 15:53:02 +00:00
parent 543c79d26a
commit d6119fd78e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# 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: 72_FB_CALLMONITOR: adapt regexp for dasoertliche.de reverse
search
- new: 00_KNXIO: new IO-module for KNX/EIB
- new: 70_Klafs: Klafs Sauna control
- change: 93_DbRep: allow optionally set device/reading insert command,

View File

@ -835,7 +835,7 @@ FB_CALLMONITOR_reverseSearch($$)
else
{
#Debug($result);
if($result =~ m,<span class="st-treff-name">(.+?)</span>,)
if($result =~ m,\@type":.+?"name":"(.+?)",)
{
$invert_match = $1;
$invert_match = FB_CALLMONITOR_html2txt($invert_match);