From 478182180db6315f7687c51aadf7c4416007bf4e Mon Sep 17 00:00:00 2001 From: Karl Moos Date: Sat, 29 Jun 2024 08:00:54 -0500 Subject: [PATCH] Updates for outdoor AQI --- bin/user/ambientweatherapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/user/ambientweatherapi.py b/bin/user/ambientweatherapi.py index ca52606..e8d54a9 100644 --- a/bin/user/ambientweatherapi.py +++ b/bin/user/ambientweatherapi.py @@ -238,6 +238,7 @@ def get_packet_mapping(self): 'outTemp': 'tempf', 'outTempBatteryStatus': 'battout', 'pm2_5': 'pm25', + 'outdoor_aqi': 'aqi_pm25', 'pm2_5_aqi': 'aqi_pm25_aqin', 'pm2_5_in': 'pm25_in_aqin', 'pm10_0_aqi': 'aqi_pm10_aqin',