Skip to content

Commit

Permalink
Updates for outdoor AQI
Browse files Browse the repository at this point in the history
  • Loading branch information
themoosman committed Jun 29, 2024
1 parent 93ec7fc commit 4781821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/user/ambientweatherapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4781821

Please sign in to comment.