Improved warning patterns
This commit is contained in:
parent
0280825b9d
commit
139f2f6427
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ average_person_weight: float = 75
|
||||||
|
|
||||||
is_warning_active: int = -1
|
is_warning_active: int = -1
|
||||||
leg_capacity_limit_patterns = [
|
leg_capacity_limit_patterns = [
|
||||||
{"limit": 80, "pattern": 110, "duration": 1000},
|
{"limit": 80, "pattern": 110, "duration": 250},
|
||||||
{"limit": 90, "pattern": 110, "duration": 250},
|
{"limit": 90, "pattern": 110, "duration": 100},
|
||||||
{"limit": 100, "pattern": 10, "duration": 50},
|
{"limit": 100, "pattern": 10, "duration": 50},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue