Skip to content

Commit

Permalink
Noting the "min_bg" value floor (#225)
Browse files Browse the repository at this point in the history
OpenAPS defaults min_bg to 90, overriding any pump setting with a lower min_bg value.
  • Loading branch information
Pazoles authored and scottleibrand committed Jun 4, 2016
1 parent ed825c4 commit e3a183c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### `settings/bg_targets.json`
This report contains the high/low glucose targets set up in your pump.
This report contains the high/low glucose targets set up in your pump. OpenAPS has a hardcoded "min_bg" floor of 90, which will override any pump low target bg value below 90.
##### Setup code
`openaps report add settings/bg_targets.json JSON pump read_bg_targets`
##### Sample contents
Expand Down

0 comments on commit e3a183c

Please sign in to comment.