From ff5e9340910a7968a10b75eea919484ea16d48a7 Mon Sep 17 00:00:00 2001 From: kuzl Date: Sun, 15 Mar 2015 10:27:01 +0000 Subject: [PATCH] 98_LW12.pm: removed attr verbose git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8217 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/98_LW12.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fhem/contrib/98_LW12.pm b/fhem/contrib/98_LW12.pm index e001d0f97..81fa1e907 100644 --- a/fhem/contrib/98_LW12.pm +++ b/fhem/contrib/98_LW12.pm @@ -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);