Skip to content

Commit

Permalink
Update trigger_percentile to 0.625 (5/8)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Aug 20, 2024
1 parent 2e654b5 commit 676b728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bed-presence-mk1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ substitutions:
# This controls how the trigger threshold is set during calibration. During calibration, the unoccupied and occupied
# pressure values are determined. This is the percentage of the difference between those values required to trigger
# the "occupied" state.
# - 0.75 Requires 75% of the occupied pressure to trigger (Default)
# - 0.625 Requires 5/8 of the occupied pressure to trigger (Default)
# - 0.50 Set trigger exactly in the middle of unoccupied and occupied pressures
# - 0.25 More sensitive, likely to be triggered by partner
trigger_percentile: '0.75'
# - 0.375 More sensitive, likely to be triggered by partner
trigger_percentile: '0.625'

# Fast Sensor Delay
# This controls how long the "Fast" sensor must register its value before updating. Without any delay, the sensor
Expand Down

0 comments on commit 676b728

Please sign in to comment.