33_readingsGroup.pm: fixed regex, forum http://forum.fhem.de/index.php/topic,38230.0/
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -164,7 +164,7 @@ readingsGroup_updateDevices($;$)
|
||||
while ($regex
|
||||
&& ( ($regex =~ m/^</ && $regex !~ m/>$/) #handle , in <...>
|
||||
|| ($regex =~ m/@\{/ && $regex !~ m/}$/) #handle , in reading@{...}
|
||||
|| ($regex =~ m/^$.*\(/ && $regex !~ m/\)/) ) #handle , in $<calc>(...)
|
||||
|| ($regex =~ m/^\$.*\(/ && $regex !~ m/\)/) ) #handle , in $<calc>(...)
|
||||
&& defined($list[++$i]) ) {
|
||||
$regex .= ",". $list[$i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user