mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
98_HTTPMOD: removed wrong debug log detail
git-svn-id: https://svn.fhem.de/fhem/trunk@27065 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3644ec642d
commit
f73104ea4b
@ -511,7 +511,7 @@ sub AttrFn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($aName =~ /((get|set)[0-9]*)?[Rr]eplacement([0-9]*)Value/) {
|
elsif ($aName =~ /((get|set)[0-9]*)?[Rr]eplacement([0-9]*)Value/) {
|
||||||
Log3 $name, 5, "$name: validating attr $name $aName $aVal, check for replacement${2}Mode";
|
Log3 $name, 5, "$name: validating attr $name $aName $aVal";
|
||||||
if (AttrVal($name, "replacement${3}Mode", "text") eq "expression") {
|
if (AttrVal($name, "replacement${3}Mode", "text") eq "expression") {
|
||||||
return "Invalid Expression $aVal" if (!EvalExpr($hash,
|
return "Invalid Expression $aVal" if (!EvalExpr($hash,
|
||||||
{expr => $aVal, action => "attr $aName", checkOnly => 1}));
|
{expr => $aVal, action => "attr $aName", checkOnly => 1}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user