From b14a07e9936d7568dba83b3ce3bbba0c10e10de7 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Thu, 16 Sep 2021 17:15:44 +0000 Subject: [PATCH] fhem.pl: document cleanups/6.1 preparations (Forum #122966) git-svn-id: https://svn.fhem.de/fhem/trunk@24983 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_update.pm | 3 ++- fhem/docs/commandref_frame.html | 4 ++-- fhem/fhem.pl | 2 +- fhem/www/pgm2/f18style.css | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 743d0711c..81a708e25 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -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 && diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index cfa31e7a9..de533bfa5 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -584,7 +584,7 @@ attribute list if you want to know if a device supports these attributes.

- bla +

  • event-min-interval
    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.

  • -
    Attributes