From 9127d01bbd84b7a2c13b9b2fd4c1140d6ad2e9c7 Mon Sep 17 00:00:00 2001 From: Tim Orme Date: Sun, 23 Apr 2023 12:20:47 -0700 Subject: [PATCH] Add note for EPA lookback to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41697c1..53138be 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Aqimon uses environment variables for configuration, but all values should ship | **AQIMON_SAMPLE_COUNT_PER_READ** | 5 | The number of reads to take with each sample. | | **AQIMON_WARM_UP_SEC** | 15 | The number of seconds to wait for the device to warm up before reading. | | **AQIMON_COMMAND_WAIT_TIME** | 1 | The number of seconds to wait for the device respond to a command. | +| **AQIMON_EPA_LOOKBACK_MIN** | 60*8 | The number of minutes to look back at read data to calculate the EPA AQI. | | **AQIMON_SERVER_PORT** | 8000 | The port to run the server on. | | **AQIMON_SERVER_HOST** | 0.0.0.0 | The host to run the server on. |