From 45fc81683915a0e15daab43aa32119f302b328da Mon Sep 17 00:00:00 2001
From: betateilchen <>
Date: Sun, 18 Aug 2013 15:42:54 +0000
Subject: [PATCH] removed: attribute loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/55_GDS.pm | 4 +---
FHEM/71_LISTENLIVE.pm | 3 +--
FHEM/98_openweathermap.pm | 3 +--
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/FHEM/55_GDS.pm b/FHEM/55_GDS.pm
index a128b8395..808194176 100644
--- a/FHEM/55_GDS.pm
+++ b/FHEM/55_GDS.pm
@@ -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($){
Attributes
- - loglevel
- do_not_notify
- readingFnAttributes
diff --git a/FHEM/71_LISTENLIVE.pm b/FHEM/71_LISTENLIVE.pm
index af0e41b03..9f41493d2 100644
--- a/FHEM/71_LISTENLIVE.pm
+++ b/FHEM/71_LISTENLIVE.pm
@@ -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
Attributes
diff --git a/FHEM/98_openweathermap.pm b/FHEM/98_openweathermap.pm
index 8ceba626d..e83e98217 100644
--- a/FHEM/98_openweathermap.pm
+++ b/FHEM/98_openweathermap.pm
@@ -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($$){
Attributes