mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +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
50c06b16de
commit
fcdd890072
@ -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.
|
||||
- feature: 75_MSG: add RegEx support for signalbot groups
|
||||
- bugfix: 72_FRITZBOX: Fehlerbereinigungen für 4020, 4040, 4060 ohne Modem
|
||||
commandRef ergänzt
|
||||
- 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 ) {
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user