mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
98_Hyperion.pm: changed log level from 3 to 4 when getting active effect
git-svn-id: https://svn.fhem.de/fhem/trunk@11913 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
004a9fe56d
commit
4b82cc3c66
@ -329,7 +329,7 @@ sub Hyperion_ParseHttpResponse($$$)
|
||||
readingsBulkUpdate($hash,"mode","effect") if (ReadingsVal($name,"mode","") ne "effect");
|
||||
readingsBulkUpdate($hash,"state","effect $en") if (Value($name) ne "effect $en");
|
||||
readingsBulkUpdate($hash,"previous_mode","effect") if (ReadingsVal($name,"previous_mode","effect") ne "effect");
|
||||
Log3 $name,3,"$name: effect $en";
|
||||
Log3 $name,4,"$name: effect $en";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user