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