2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

fhem.pl: warning temporarily removed to save christmas (Forum #45788)

git-svn-id: https://svn.fhem.de/fhem/trunk@10206 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-12-19 20:05:46 +00:00
parent 7331b52909
commit 5e1b02b618

View File

@ -2548,9 +2548,9 @@ CommandSetstate($$)
next; next;
} }
Log3 $d, 3, "WARNING: unsupported character in reading $sname ". # Log3 $d, 3, "WARNING: unsupported character in reading $sname ".
"(not A-Za-z\\d_\\.-), notify the $d->{TYPE} module maintainer." # "(not A-Za-z\\d_\\.-), notify the $d->{TYPE} module maintainer."
if($sname !~ m/^[A-Za-z\d_\.-]+$/); # if($sname !~ m/^[A-Za-z\d_\.-]+$/);
if(!defined($d->{READINGS}{$sname}) || if(!defined($d->{READINGS}{$sname}) ||
!defined($d->{READINGS}{$sname}{TIME}) || !defined($d->{READINGS}{$sname}{TIME}) ||