From e02e55ce324e4e7ef315d909689a12c335156cc6 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Fri, 27 May 2022 20:44:21 +0200 Subject: [PATCH] Objectives: add hint --- .../plugins/constraints/objectives/objectives/Objective2.kt | 1 + app/src/main/res/values/exam.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.kt b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.kt index 34b1f7a3b9..b32fab8e96 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.kt +++ b/app/src/main/java/info/nightscout/androidaps/plugins/constraints/objectives/objectives/Objective2.kt @@ -126,6 +126,7 @@ class Objective2(injector: HasAndroidInjector) : Objective(injector, "exam", R.s .option(Option(R.string.sensitivity_cannula, true)) .option(Option(R.string.sensitivity_time, true)) .hint(Hint(R.string.sensitivity_hint1)) + .hint(Hint(R.string.sensitivity_hint2)) ) tasks.add(ExamTask(this, R.string.objectives_label, R.string.objectives_howtosave, "objectives") .option(Option(R.string.objectives_notesettings, false)) diff --git a/app/src/main/res/values/exam.xml b/app/src/main/res/values/exam.xml index d8285423fe..d61962065a 100644 --- a/app/src/main/res/values/exam.xml +++ b/app/src/main/res/values/exam.xml @@ -123,6 +123,7 @@ Logging a cannula change will reset Autosens ratio back to 100%. Some of the plugin options have configurable time ranges that can be set by the user. https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html + https://androidaps.readthedocs.io/en/latest/Usage/Open-APS-features.html?highlight=Autosens#autosens Carb Entry Errors What should you do if you’ve made an incorrect carb entry? Delete the incorrect entry in Treatments and enter the correct new carb value.