mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
removed: attribute loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
44341ce585
commit
45fc816839
@ -67,8 +67,7 @@ sub GDS_Initialize($) {
|
|||||||
$hash->{GetFn} = "GDS_Get";
|
$hash->{GetFn} = "GDS_Get";
|
||||||
$hash->{SetFn} = "GDS_Set";
|
$hash->{SetFn} = "GDS_Set";
|
||||||
$hash->{AttrFn} = "GDS_Attr";
|
$hash->{AttrFn} = "GDS_Attr";
|
||||||
$hash->{AttrList} = "loglevel:0,1,2,3,4,5 ".
|
$hash->{AttrList} = "gdsFwName gdsFwType:0,1,2,3,4,5,6,7 ".
|
||||||
"gdsFwName gdsFwType:0,1,2,3,4,5,6,7 ".
|
|
||||||
"gdsAll:0,1 gdsDebug:0,1 gdsLong:0,1 gdsPolygon:0,1 ".
|
"gdsAll:0,1 gdsDebug:0,1 gdsLong:0,1 gdsPolygon:0,1 ".
|
||||||
$readingFnAttributes;
|
$readingFnAttributes;
|
||||||
|
|
||||||
@ -1241,7 +1240,6 @@ sub initDropdownLists($){
|
|||||||
<a name="GDSattr"></a>
|
<a name="GDSattr"></a>
|
||||||
<b>Attributes</b><br/><br/>
|
<b>Attributes</b><br/><br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#loglevel">loglevel</a></li>
|
|
||||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -113,7 +113,7 @@ LISTENLIVE_Initialize($)
|
|||||||
$hash->{SetFn} = "LISTENLIVE_Set";
|
$hash->{SetFn} = "LISTENLIVE_Set";
|
||||||
$hash->{DefFn} = "LISTENLIVE_Define";
|
$hash->{DefFn} = "LISTENLIVE_Define";
|
||||||
$hash->{UndefFn} = "LISTENLIVE_Undefine";
|
$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;
|
$readingFnAttributes;
|
||||||
$data{RC_layout}{HMT350} = "HMT350_RClayout";
|
$data{RC_layout}{HMT350} = "HMT350_RClayout";
|
||||||
$data{RC_makenotify}{LISTENLIVE}= "HMT350_RCmakenotify";
|
$data{RC_makenotify}{LISTENLIVE}= "HMT350_RCmakenotify";
|
||||||
@ -755,7 +755,6 @@ statusRequest
|
|||||||
<a name="LISTENLIVEattr"></a>
|
<a name="LISTENLIVEattr"></a>
|
||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#loglevel">loglevel</a></li>
|
|
||||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -118,7 +118,7 @@ openweathermap_Initialize($)
|
|||||||
$hash->{UndefFn} = "OWO_Undefine";
|
$hash->{UndefFn} = "OWO_Undefine";
|
||||||
$hash->{AttrFn} = "OWO_Attr";
|
$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 ".
|
"owoGetUrl owoSendUrl owoInterval:600,900,1800,3600 ".
|
||||||
"owoApiKey owoProxy owoStation owoUser owoUseXml:1,0 ".
|
"owoApiKey owoProxy owoStation owoUser owoUseXml:1,0 ".
|
||||||
"owoDebug:0,1 owoRaw:0,1 owoTimestamp:0,1 ".
|
"owoDebug:0,1 owoRaw:0,1 owoTimestamp:0,1 ".
|
||||||
@ -694,7 +694,6 @@ OWO_isday($$){
|
|||||||
<a name="openweathermapattr"></a>
|
<a name="openweathermapattr"></a>
|
||||||
<b>Attributes</b><br/><br/>
|
<b>Attributes</b><br/><br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#loglevel">loglevel</a></li>
|
|
||||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||||
<br/>
|
<br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user