mirror of
https://github.com/ChrisSewell/LeosShoes.git
synced 2025-07-01 10:07:27 -04:00
Adjust default thresholds
This commit is contained in:
@ -13,16 +13,16 @@ DEFAULT_LOCATION=New York
|
||||
DATABASE_PATH=paw_risk.db
|
||||
|
||||
# Temperature thresholds in Fahrenheit (Optional)
|
||||
TEMP_THRESHOLD_LOW=80
|
||||
TEMP_THRESHOLD_MED=90
|
||||
TEMP_THRESHOLD_HIGH=100
|
||||
TEMP_THRESHOLD_LOW=75
|
||||
TEMP_THRESHOLD_MED=85
|
||||
TEMP_THRESHOLD_HIGH=95
|
||||
|
||||
# UV Index thresholds (Optional)
|
||||
UV_THRESHOLD_LOW=6
|
||||
UV_THRESHOLD_MED=8
|
||||
UV_THRESHOLD_HIGH=10
|
||||
UV_THRESHOLD_LOW=5
|
||||
UV_THRESHOLD_MED=7.5
|
||||
UV_THRESHOLD_HIGH=9
|
||||
|
||||
# Risk assessment parameters (Optional)
|
||||
RISK_THRESHOLD_SHOES=6
|
||||
RISK_THRESHOLD_SHOES=5
|
||||
ROLLING_WINDOW_HOURS=2
|
||||
SURFACE_RECOVERY_HOURS=2
|
Reference in New Issue
Block a user