mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
543c79d26a
commit
d6119fd78e
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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: 00_KNXIO: new IO-module for KNX/EIB
|
||||||
- new: 70_Klafs: Klafs Sauna control
|
- new: 70_Klafs: Klafs Sauna control
|
||||||
- change: 93_DbRep: allow optionally set device/reading insert command,
|
- change: 93_DbRep: allow optionally set device/reading insert command,
|
||||||
|
@ -835,7 +835,7 @@ FB_CALLMONITOR_reverseSearch($$)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
#Debug($result);
|
#Debug($result);
|
||||||
if($result =~ m,<span class="st-treff-name">(.+?)</span>,)
|
if($result =~ m,\@type":.+?"name":"(.+?)",)
|
||||||
{
|
{
|
||||||
$invert_match = $1;
|
$invert_match = $1;
|
||||||
$invert_match = FB_CALLMONITOR_html2txt($invert_match);
|
$invert_match = FB_CALLMONITOR_html2txt($invert_match);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user