2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

98_WeekdayTimer.pm: disable log entry for 7 in daylist

git-svn-id: https://svn.fhem.de/fhem/trunk@19499 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2019-05-30 19:19:03 +00:00
parent aa3c427f17
commit d34ee034c1

View File

@ -388,8 +388,7 @@ sub WeekdayTimer_daylistAsArray($$){
# Aufzaehlung 1234 ...
if ( $daylist =~ m/^[0-8]{0,9}$/g) {
Log3 ($hash, 3, "[$name] " . '"7" in daylist now means $we(weekend) - see dokumentation!!!' )
if (index($daylist, '7') != -1);
#Log3 ($hash, 3, "[$name] " . '"7" in daylist now means $we(weekend) - see dokumentation!!!' ) if (index($daylist, '7') != -1);
@days = split("", $daylist);
@hdays{@days} = undef;