fhem.pl: document cleanups/6.1 preparations (Forum #122966)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24983 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-09-16 17:15:44 +00:00
parent f6d98e2ad2
commit acf15f223c
4 changed files with 6 additions and 5 deletions

View File

@ -301,7 +301,8 @@ doUpdate($$$$)
}
my $canJoin;
my $cmod = AttrVal('global', 'commandref', 'full');
my $cmod = AttrVal('global', 'commandref',
$featurelevel >= 6.1 ? 'modular' : 'full');
my $cj = "$root/contrib/commandref_".
($cmod eq "full" ? "join":"modular").".pl";
if(-f $cj &&

View File

@ -584,7 +584,7 @@ attribute list if you want to know if a device supports these attributes. <br>
</li>
<p>
<a name="event-min-interval">bla</a>
<a name="event-min-interval"></a>
<li>event-min-interval<br>
This attribute takes a comma-separated list of reading:minInterval pairs.
You may use regular expressions for reading. Events will only be
@ -1473,7 +1473,7 @@ The following local attributes are used by a wider range of devices:
contains configuration errors and security issues collected at FHEM
startup.
</li><br>
<ul><br>
</ul><br>
<b>Attributes</b>
<ul>

View File

@ -334,7 +334,7 @@ my @globalAttrList = qw(
dnsServer
dupTimeout
exclude_from_update
featurelevel:6.0,5.9,5.8,5.7,5.6,5.5,99.99
featurelevel:6.1,6.0,5.9,5.8,5.7,5.6,5.5,99.99
genericDisplayType:switch,outlet,light,blind,speaker,thermostat
holiday2we
httpcompress:0,1

View File

@ -12,7 +12,7 @@ input.maininput { margin-left:10px; }
}
#menuBtn { position: absolute; top:6.5px; left:10px; width:32px; height:32px;
display:none; }
#textInput { position: absolute; top:6.5px; left:40px; width:32px; height:32px; }
#textInput { position:absolute; top:6.5px; left:40px; width:32px; height:32px; }
#hdr { position: absolute; top:10px; left:72px; }
#content {
position: absolute; top:50px; left:130px; bottom:0; right: 0;