You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #3762, within the getAirQualityAnalytics() method in src/device-registry/models/Reading.js, the WHO air quality guidelines are hardcoded. To enhance maintainability, these values should be externalized into a configuration file or constants module.
In PR #3762, within the
getAirQualityAnalytics()
method insrc/device-registry/models/Reading.js
, the WHO air quality guidelines are hardcoded. To enhance maintainability, these values should be externalized into a configuration file or constants module.Original PR comment: Link to the comment
Requested by @Baalmart.
The text was updated successfully, but these errors were encountered: