[locations] Continue to adjust thresholds
This commit is contained in:
@ -9,8 +9,8 @@ logger = logging.getLogger(__name__)
|
|||||||
# Speed thresholds in meters per second
|
# Speed thresholds in meters per second
|
||||||
SPEED_THRESHOLDS = {
|
SPEED_THRESHOLDS = {
|
||||||
"at_rest": 0.5,
|
"at_rest": 0.5,
|
||||||
"walking": 1.5,
|
"walking": 1,
|
||||||
"running": 3.5,
|
"running": 2.5,
|
||||||
"bicycling": 6.5,
|
"bicycling": 6.5,
|
||||||
"driving": 10,
|
"driving": 10,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user