Jing Li 2023-08-11 19:47:56 +08:00
parent d304f30a52
commit 7715f5213c
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class BiAngDeviceLogService
'status' => $startAt->lt($log->reported_at) ? DeviceStatus::Online : DeviceStatus::Offline,
]);
}
break;
case DeviceType::Meteorological:
$data = $httpClient->getLatestMeteorologicalReport($device->sn);