feat: Add IAQ to environment metrics (#1258)

Adds Indoor Air Quality (IAQ) to the environment metrics chart and card.

The IAQ is displayed as a green line on the chart and as a dot with a numerical value on the card.
The IAQ scale is available as a legend in the IAQ component.
This commit is contained in:
James Rich 2024-09-18 16:42:58 -05:00 committed by GitHub
parent 843e423648
commit 9b90c128fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 324 additions and 8 deletions

View file

@ -230,4 +230,5 @@
<string name="info">Information</string>
<string name="ch_util_definition">Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).</string>
<string name="air_util_definition">Percent of airtime for transmission used within the last hour.</string>
<string name="iaq">IAQ</string>
</resources>