Skip to content

Instantly share code, notes, and snippets.

@scottleibrand
Created November 17, 2014 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottleibrand/1f205bdddc7d7efd1621 to your computer and use it in GitHub Desktop.
Save scottleibrand/1f205bdddc7d7efd1621 to your computer and use it in GitHub Desktop.
{
"basal": 0.9,
"carbratio": 10,
"carbs_hr": 30,
"dia": 3,
"sens": 40
}
@bewest
Copy link

bewest commented Nov 17, 2014

  • basal average over 24 hours
  • carbs_hr - number of carbs absorbed per hours
  • dia - duration of insulin action
  • sens

@scottleibrand
Copy link
Author

basal is optional and not used. currently 3 is the only supported value for DIA, but it's easy enough to add others if requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment