mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
fix: enable AQI sensor historical data update in device status processing
This commit is contained in:
@ -330,9 +330,9 @@ export class DeviceStatusFirebaseService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (addDeviceStatusDto.productType === ProductType.AQI) {
|
if (addDeviceStatusDto.productType === ProductType.AQI) {
|
||||||
// await this.aqiDataService.updateAQISensorHistoricalData(
|
await this.aqiDataService.updateAQISensorHistoricalData(
|
||||||
// addDeviceStatusDto.deviceUuid,
|
addDeviceStatusDto.deviceUuid,
|
||||||
// );
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Return the updated data
|
// Return the updated data
|
||||||
|
Reference in New Issue
Block a user