[locations] Continue to adjust thresholds
Some checks failed
build & deploy / build-and-deploy (push) Has been cancelled
build & deploy / test (push) Has been cancelled

This commit is contained in:
2026-05-01 18:40:31 -04:00
parent eb604f5eb2
commit cc31c7e22e

View File

@ -9,8 +9,8 @@ logger = logging.getLogger(__name__)
# Speed thresholds in meters per second
SPEED_THRESHOLDS = {
"at_rest": 0.5,
"walking": 1.5,
"running": 3.5,
"walking": 1,
"running": 2.5,
"bicycling": 6.5,
"driving": 10,
}