mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +00:00
98_DOIF.pm: DOIF_Readings now with new line
git-svn-id: https://svn.fhem.de/fhem/trunk@17789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fa520c3122
commit
38c6620992
@ -1316,6 +1316,7 @@ sub addDOIF_Readings($$)
|
||||
my ($hash,$DOIF_Readings) = @_;
|
||||
delete $hash->{DOIF_Readings};
|
||||
delete $hash->{Regex}{DOIF_Readings};
|
||||
$DOIF_Readings =~ s/\n/ /g;
|
||||
my @list=SplitDoIf(',',$DOIF_Readings);
|
||||
my $reading;
|
||||
my $readingdef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user