basal_dose_with_delivered.json 229 B

123456789101112
  1. [
  2. {
  3. "type": "TempBasal",
  4. "start_at": "2015-07-13T12:00:00",
  5. "end_at": "2015-07-13T13:00:00",
  6. "amount": 2.0,
  7. "unit": "U/hour",
  8. "scheduled": 1.0,
  9. "delivered": 2.0
  10. }
  11. ]