statistics2.cgi: fix knx counter
git-svn-id: https://svn.fhem.de/fhem/trunk@14803 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -227,7 +227,7 @@ sub doAggregate() {
|
||||
while ( my ($model, $count) = each( %{$decoded->{$type}}) ) {
|
||||
next if($model eq "noModel");
|
||||
$countAll{'modules'}{$type}{'definitions'} += $count;
|
||||
next if(ref($model) eq "HASH");
|
||||
next if($model =~ /HASH\(/ || $model =~ /disabling/);
|
||||
next if($model eq "migratedData");
|
||||
$countAll{'models'}{$type}{$model}{'installations'} += 1;
|
||||
$countAll{'models'}{$type}{$model}{'definitions'} += $count;
|
||||
|
||||
Reference in New Issue
Block a user