profile.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "carb_ratios": {
  3. "schedule": [
  4. {
  5. "x": 0,
  6. "i": 0,
  7. "offset": 0,
  8. "ratio": 10,
  9. "r": 10,
  10. "start": "00:00:00"
  11. }
  12. ],
  13. "units": "grams"
  14. },
  15. "carb_ratio": 10,
  16. "isfProfile": {
  17. "first": 1,
  18. "sensitivities": [
  19. {
  20. "endOffset": 1440,
  21. "offset": 0,
  22. "x": 0,
  23. "sensitivity": 50,
  24. "start": "00:00:00",
  25. "i": 0
  26. }
  27. ],
  28. "user_preferred_units": "mg/dL",
  29. "units": "mg/dL"
  30. },
  31. "sens": 50,
  32. "bg_targets": {
  33. "first": 1,
  34. "targets": [
  35. {
  36. "max_bg": 100,
  37. "min_bg": 100,
  38. "x": 0,
  39. "offset": 0,
  40. "low": 100,
  41. "start": "00:00:00",
  42. "high": 100,
  43. "i": 0
  44. }
  45. ],
  46. "user_preferred_units": "mg/dL",
  47. "units": "mg/dL"
  48. },
  49. "max_bg": 100,
  50. "min_bg": 100,
  51. "out_units": "mg/dL",
  52. "max_basal": 4,
  53. "min_5m_carbimpact": 8,
  54. "maxCOB": 120,
  55. "max_iob": 6,
  56. "max_daily_safety_multiplier": 4,
  57. "current_basal_safety_multiplier": 5,
  58. "autosens_max": 2,
  59. "autosens_min": 0.5,
  60. "remainingCarbsCap": 90,
  61. "enableUAM": true,
  62. "enableSMB_with_bolus": true,
  63. "enableSMB_with_COB": true,
  64. "enableSMB_with_temptarget": false,
  65. "enableSMB_after_carbs": true,
  66. "maxSMBBasalMinutes": 75,
  67. "curve": "rapid-acting",
  68. "useCustomPeakTime": false,
  69. "insulinPeakTime": 75,
  70. "dia": 6,
  71. "bolus_increment": 0.1,
  72. "current_basal": 1.0,
  73. "rewind_resets_autosens": true,
  74. "basalprofile": [
  75. {
  76. "minutes": 0,
  77. "rate": 1.0,
  78. "start": "00:00:00",
  79. "i": 0
  80. }
  81. ],
  82. "max_daily_basal": 1.0
  83. }