Fix
parent
d304f30a52
commit
7715f5213c
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue