2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

88_Utils.pm : Updated loglevel for UntoggleDirect($)

git-svn-id: https://svn.fhem.de/fhem/trunk@1932 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2012-10-06 20:15:33 +00:00
parent 1b1a97d37f
commit 58cb1c532c

View File

@ -98,7 +98,7 @@ sub rtrim($)
sub UntoggleDirect($)
{
my ($obj) = shift;
Log 3, "UntoggleDirect($obj)";
Log 4, "UntoggleDirect($obj)";
if (Value($obj) eq "toggle"){
if (OldValue($obj) eq "off") {
{fhem ("setstate ".$obj." on")}