Skip to content

Commit ab3684f

Browse files
committed
Deploying to gh-pages from @ f799f6b 🚀
1 parent 2b1f8ae commit ab3684f

File tree

5 files changed

+158
-111
lines changed

5 files changed

+158
-111
lines changed

faqs/apple-health-faqs/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3759,8 +3759,12 @@ <h3 id="glucose-and-apple-healthkit">Glucose and <em>Apple</em> HealthKit<a clas
37593759
<p>If you look at your Health glucose readings, you'll notice the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> icon for the last 3 hours and the <em>Dexcom</em> icon for times earlier than that.</p>
37603760
<p>All other <abbr title="continuous glucose monitor, wearable medical device that measures and reports glucose in interstitial fluid">CGM</abbr> readings are reported with the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> icon and there is no transition after 3 hours.</p>
37613761
<h3 id="carbohydrates-and-apple-healthkit">Carbohydrates and <em>Apple</em> HealthKit<a class="headerlink" href="#carbohydrates-and-apple-healthkit" title="Anchor link to this Header on this Page">&para;</a></h3>
3762-
<p>In <code>Loop* 2.2.x</code>, if you set <em>Apple</em> Health app permissions to allow it, <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> will read carbohydrates from the Health app. If you give a third-party app permission to store carbohydrate data in Health, and do not realize that <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> reads that information, you might get unexpected insulin delivery based off those carbs. To avoid that unanticipated behavior, the directions tell you to set permissions to allow <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> to write to carbohydrate storage but not read.</p>
3763-
<p>In <code>Loop 3</code>, the option to read from Health carbohydrates is explicitly disabled and can only be enabled by setting up special parameters when you build the app. The insructions for the code customization are not in LoopDocs yet. If it is important to you to use a third-party app to record carbohydrates and have <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> read the information and automatically dose with insulin, <a href="../../intro/loopdocs-how-to/#how-to-find-help">ask for help in zulipchat</a>.</p>
3762+
<p>In <code>Loop 2.2.x</code>, if you set <em>Apple</em> Health app permissions to allow it, <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> will read carbohydrates from the Health app. If you give a third-party app permission to store carbohydrate data in Health, and do not realize that <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> reads that information, you might get unexpected insulin delivery based off those carbs. To avoid that unanticipated behavior, the directions tell you to set permissions to allow <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> to write to carbohydrate storage but not read.</p>
3763+
<p>In <code>Loop 3</code>, the option to read from Health carbohydrates is explicitly disabled and can only be enabled by setting up a <code>Build Time Flag</code> when you build the app.</p>
3764+
<ul>
3765+
<li>The <code>Build Time Flag</code>, <code>OBSERVE_HEALTH_KIT_CARB_SAMPLES_FROM_OTHER_APPS_ENABLED</code>, is used to enable ability for the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app to read from the <em>Health</em> app</li>
3766+
<li>The instructions for this code customization are found in <a href="../../version/build-time-flag/#modify-the-build-time-flags" target="_blank">Modify the <code>Build Time Flags</code></a>.</li>
3767+
</ul>
37643768
<h3 id="insulin-and-apple-healthkit">Insulin and <em>Apple</em> HealthKit<a class="headerlink" href="#insulin-and-apple-healthkit" title="Anchor link to this Header on this Page">&para;</a></h3>
37653769
<p>The relationship between <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> and <em>Apple</em> HealthKit is very important to understand if you ever need to do one of these actions:</p>
37663770
<ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)