objectives hint for remote monitoring
This commit is contained in:
parent
fe9df4de4e
commit
c4e21db11d
|
@ -151,6 +151,7 @@ public class Objective2 extends Objective {
|
|||
.option(new Option(R.string.nsclient_xdripfollower, true))
|
||||
.option(new Option(R.string.nsclient_looponiphone, false))
|
||||
.option(new Option(R.string.nsclient_spikeiphone, true))
|
||||
.hint(new Hint(R.string.nsclient_hint1))
|
||||
);
|
||||
tasks.add(new ExamTask(R.string.isf_label, R.string.whatistrue,"isf")
|
||||
.option(new Option(R.string.isf_increasingvalue, true))
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
<string name="nsclient_xdripfollower">xDrip running in follower mode.</string>
|
||||
<string name="nsclient_looponiphone">Loop app on iPhone.</string>
|
||||
<string name="nsclient_spikeiphone">Spike app on iPhone.</string>
|
||||
<string name="nsclient_hint1">https://androidaps.readthedocs.io/en/latest/EN/Children/Children.html</string>
|
||||
<string name="isf_label">Topic: Insulin Sensitivity Factor</string>
|
||||
<string name="isf_increasingvalue">Increasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard.</string>
|
||||
<string name="isf_decreasingvalue">Decreasing ISF number will lead to less insulin delivery if you are trying to lower your BG with the bolus wizard.</string>
|
||||
|
|
Loading…
Reference in a new issue