mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fhem.pl: document cleanups/6.1 preparations (Forum #122966)
git-svn-id: https://svn.fhem.de/fhem/trunk@24983 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
219e0cdaab
commit
bbe01f8151
@ -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 &&
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user