2
0
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:
LeonGaultier 2023-01-19 19:51:21 +00:00
parent 50c06b16de
commit fcdd890072
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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;