one more bug fix

This commit is contained in:
Dorian Zedler 2019-07-16 17:44:04 +02:00
parent 8fd802e000
commit bbaaf079ea
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ class BlueWeather
}
if (count($rawMeasvalsOfThisSensor) <= $maxVals) {
$finalMeasvals = array_merge(
$finalMeasvals, $rawMeasvalsOfThisSensor
);
continue;
}