hotfixes.

This commit is contained in:
Faris Armoush
2025-06-27 14:07:24 +03:00
parent 11e2853403
commit 7fda564ee4
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ enum AqiType {
aqi('AQI', '', 'aqi'),
pm25('PM2.5', 'µg/m³', 'pm25'),
pm10('PM10', 'µg/m³', 'pm10'),
hcho('HCHO', 'mg/m³', 'cho2'),
hcho('HCHO', 'mg/m³', 'ch2o'),
tvoc('TVOC', 'mg/m³', 'voc'),
co2('CO2', 'ppm', 'co2');