mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
98_WeekdayTimer: logging eliminated
git-svn-id: https://svn.fhem.de/fhem/trunk@13072 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9d77df2cb0
commit
59a3946547
@ -984,11 +984,8 @@ sub WeekdayTimer_Device_Schalten($$$) {
|
|||||||
&& $aktParam ne $newParam
|
&& $aktParam ne $newParam
|
||||||
) {
|
) {
|
||||||
$newParam =~ s/\\:/|/g;
|
$newParam =~ s/\\:/|/g;
|
||||||
Log3 $hash, 3, "newParam------------>$newParam";
|
|
||||||
$newParam =~ s/:/ /g;
|
$newParam =~ s/:/ /g;
|
||||||
Log3 $hash, 3, "newParam------------>$newParam";
|
|
||||||
$newParam =~ s/\|/:/g;
|
$newParam =~ s/\|/:/g;
|
||||||
Log3 $hash, 3, "newParam------------>$newParam";
|
|
||||||
|
|
||||||
my %specials = ( "%NAME" => $hash->{DEVICE}, "%EVENT" => $newParam);
|
my %specials = ( "%NAME" => $hash->{DEVICE}, "%EVENT" => $newParam);
|
||||||
$command= EvalSpecials($command, %specials);
|
$command= EvalSpecials($command, %specials);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user