mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
75_MSG: add RegEx support for signalbot groups
git-svn-id: https://svn.fhem.de/fhem/trunk@27086 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
569181a607
commit
4dfd097099
@ -1,5 +1,6 @@
|
|||||||
# 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.
|
||||||
|
- feature: 75_MSG: add RegEx support for signalbot groups
|
||||||
- bugfix: 72_FRITZBOX: Fehlerbereinigungen für 4020, 4040, 4060 ohne Modem
|
- bugfix: 72_FRITZBOX: Fehlerbereinigungen für 4020, 4040, 4060 ohne Modem
|
||||||
commandRef ergänzt
|
commandRef ergänzt
|
||||||
- bugfix: 72_FRITZBOX: Fehlerbereinigungen
|
- bugfix: 72_FRITZBOX: Fehlerbereinigungen
|
||||||
|
@ -1244,7 +1244,7 @@ m/^@?([A-Za-z0-9._]+):([A-Za-z0-9._\-\/@+]*):?([A-Za-z0-9._\-\/@+]*)$/
|
|||||||
foreach my $gatewayDev ( split /,/, $gatewayDevOr ) {
|
foreach my $gatewayDev ( split /,/, $gatewayDevOr ) {
|
||||||
|
|
||||||
if ( $gatewayDev =~
|
if ( $gatewayDev =~
|
||||||
m/^@?([A-Za-z0-9._]+):([A-Za-z0-9._\-\/@+]*):?([A-Za-z0-9._\-\/@+]*)$/
|
m/^@?([A-Za-z0-9._]+):([A-Za-z0-9._\-\/@+\#]*):?([A-Za-z0-9._\-\/@+]*)$/
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
$gatewayDev = $1;
|
$gatewayDev = $1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user