From a92b5a1dd69cfbaa27d6391ed5245975532fb446 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Sun, 8 Oct 2023 17:07:58 +0800 Subject: [PATCH] Fix --- app/Services/LinkosDeviceService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/LinkosDeviceService.php b/app/Services/LinkosDeviceService.php index 4ef4861..ee49f17 100644 --- a/app/Services/LinkosDeviceService.php +++ b/app/Services/LinkosDeviceService.php @@ -405,6 +405,7 @@ class LinkosDeviceService 'box_temperature' => ['sum' => 0, 'count' => 0], 'box_humidity' => ['sum' => 0, 'count' => 0], 'box_noise' => ['sum' => 0, 'count' => 0], + 'wind_speed' => ['sum' => 0, 'count' => 0], 'wind_samples' => [], ];