2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

98_LW12.pm: removed attr verbose

git-svn-id: https://svn.fhem.de/fhem/trunk@8217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kuzl 2015-03-15 10:27:01 +00:00
parent a9ea6c58dd
commit 7a5c647985

View File

@ -73,8 +73,7 @@ sub LW12_Initialize( $ ) {
# the attributes we have. Space separated list of attribute values in
# the form name:default1,default2
$hash->{AttrList} = "disable:0,1 timeout updateInterval ".
"verbose:0,1,2,3,4,5 ".
$hash->{AttrList} = "disable:0,1 timeout updateInterval ".
$readingFnAttributes;
# initialize the color picker
@ -108,7 +107,7 @@ sub LW12_Define( $$ ) {
channels => [(255) x 3],
};
# Erstes Update verzögern, falls beim fhem Start
# Erstes Update verzoegern, falls beim fhem Start
# ein Attribut gesetzt wird, damit nicht zwei Timer laufen.
InternalTimer(gettimeofday()+ 10, "LW12_updateStatus", $hash, 0);