Skip to content

Commit

Permalink
fhem.pl: allow . in userReadings (Forum #27442)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6633 2b470e98-0d58-463d-a4d8-8e2adae1ed80
  • Loading branch information
rudolfkoenig committed Sep 29, 2014
1 parent f36081f commit 1e2f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhem/fhem.pl
Expand Up @@ -2232,7 +2232,7 @@
my $arg= $a[2];

# matches myReading1[:trigger2] { codecode1 }
my $regexi= '\s*([\w-]+)(:\S*)?\s+((\w+)\s+)?({.*?})\s*';
my $regexi= '\s*([\w-\.]+)(:\S*)?\s+((\w+)\s+)?({.*?})\s*';
my $regexo= '^(' . $regexi . ')(,\s*(.*))*$';

#Log 1, "arg is $arg";
Expand Down

0 comments on commit 1e2f6bf

Please sign in to comment.