removed: attribute loglevel

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2013-08-18 15:42:54 +00:00
parent 44341ce585
commit 45fc816839
3 changed files with 3 additions and 7 deletions

View File

@ -67,8 +67,7 @@ sub GDS_Initialize($) {
$hash->{GetFn} = "GDS_Get";
$hash->{SetFn} = "GDS_Set";
$hash->{AttrFn} = "GDS_Attr";
$hash->{AttrList} = "loglevel:0,1,2,3,4,5 ".
"gdsFwName gdsFwType:0,1,2,3,4,5,6,7 ".
$hash->{AttrList} = "gdsFwName gdsFwType:0,1,2,3,4,5,6,7 ".
"gdsAll:0,1 gdsDebug:0,1 gdsLong:0,1 gdsPolygon:0,1 ".
$readingFnAttributes;
@ -1241,7 +1240,6 @@ sub initDropdownLists($){
<a name="GDSattr"></a>
<b>Attributes</b><br/><br/>
<ul>
<li><a href="#loglevel">loglevel</a></li>
<li><a href="#do_not_notify">do_not_notify</a></li>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
<br/>

View File

@ -113,7 +113,7 @@ LISTENLIVE_Initialize($)
$hash->{SetFn} = "LISTENLIVE_Set";
$hash->{DefFn} = "LISTENLIVE_Define";
$hash->{UndefFn} = "LISTENLIVE_Undefine";
$hash->{AttrList} = "do_not_notify:0,1 loglevel:0,1,2,3,4,5 ".
$hash->{AttrList} = "do_not_notify:0,1 ".
$readingFnAttributes;
$data{RC_layout}{HMT350} = "HMT350_RClayout";
$data{RC_makenotify}{LISTENLIVE}= "HMT350_RCmakenotify";
@ -755,7 +755,6 @@ statusRequest
<a name="LISTENLIVEattr"></a>
<b>Attributes</b>
<ul>
<li><a href="#loglevel">loglevel</a></li>
<li><a href="#do_not_notify">do_not_notify</a></li>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
</ul>

View File

@ -118,7 +118,7 @@ openweathermap_Initialize($)
$hash->{UndefFn} = "OWO_Undefine";
$hash->{AttrFn} = "OWO_Attr";
$hash->{AttrList} = "do_not_notify:0,1 loglevel:0,1,2,3,4,5 ".
$hash->{AttrList} = "do_not_notify:0,1 ".
"owoGetUrl owoSendUrl owoInterval:600,900,1800,3600 ".
"owoApiKey owoProxy owoStation owoUser owoUseXml:1,0 ".
"owoDebug:0,1 owoRaw:0,1 owoTimestamp:0,1 ".
@ -694,7 +694,6 @@ OWO_isday($$){
<a name="openweathermapattr"></a>
<b>Attributes</b><br/><br/>
<ul>
<li><a href="#loglevel">loglevel</a></li>
<li><a href="#do_not_notify">do_not_notify</a></li>
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
<br/>