From bbaaf079ea9274e0382ef88a129438121eda6cf1 Mon Sep 17 00:00:00 2001 From: dorian Date: Tue, 16 Jul 2019 17:44:04 +0200 Subject: [PATCH] one more bug fix --- api/blueweather.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/blueweather.php b/api/blueweather.php index 12a1580..e4f814f 100644 --- a/api/blueweather.php +++ b/api/blueweather.php @@ -227,6 +227,9 @@ class BlueWeather } if (count($rawMeasvalsOfThisSensor) <= $maxVals) { + $finalMeasvals = array_merge( + $finalMeasvals, $rawMeasvalsOfThisSensor + ); continue; }