mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
98_GAEBUS.pm : remove depricated attribute loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@23567 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4b15eb3ea6
commit
1bfb3cc911
@ -55,6 +55,7 @@
|
||||
# 16.01.2020 : A.Goebel : add ignore error messages returned by ebusd
|
||||
# 05.02.2020 : A.Goebel : change substitute tilde by slash in attribute names (delimiter)
|
||||
# 16.02.2020 : A.Goebel : fix also request broadcast messages periodic call (fix from Tomy)
|
||||
# 20.01.2021 : A.Goebel : fix remove deprecated attribute loglevel
|
||||
|
||||
package main;
|
||||
|
||||
@ -98,7 +99,7 @@ my $allGetParams = "";
|
||||
my $allGetParamsForWriting = "";
|
||||
my $delimiter = "_";
|
||||
|
||||
my $attrsDefault = "do_not_notify:1,0 disable:1,0 dummy:1,0 showtime:1,0 loglevel:0,1,2,3,4,5,6 ebusWritesEnabled:0,1 valueFormat:textField-long $readingFnAttributes";
|
||||
my $attrsDefault = "do_not_notify:1,0 disable:1,0 dummy:1,0 showtime:1,0 ebusWritesEnabled:0,1 valueFormat:textField-long $readingFnAttributes";
|
||||
my %ebusCmd = ();
|
||||
|
||||
#####################################
|
||||
@ -1437,7 +1438,7 @@ GAEBUS_valueFormat(@)
|
||||
<li><a href="#attrdummy">disable</a></li><br>
|
||||
<li><a href="#attrdummy">dummy</a></li><br>
|
||||
<li><a href="#showtime">showtime</a></li><br>
|
||||
<li><a href="#loglevel">loglevel</a></li><br>
|
||||
<li><a href="#verbose">verbose</a></li><br>
|
||||
<li>ebusWritesEnabled 0,1<br>
|
||||
disable (0) or enable (1) that commands can be send to ebus devices<br>
|
||||
See also description for Set and Get<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user