From 2bb9b846062e22ced4d34302f97dd192f4c7b494 Mon Sep 17 00:00:00 2001 From: olorinmaia Date: Tue, 7 Nov 2023 22:17:34 +0100 Subject: [PATCH] Adjust option and summary text of setting dynisf_adjust_sensitivity and also make sensitivity/resistance altering target options dependent of dynisf_adjust_sensitivity --- plugins/aps/src/main/res/values/strings.xml | 4 ++-- .../res/xml/pref_openapssmbdynamicisf.xml | 24 +++++++++++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/plugins/aps/src/main/res/values/strings.xml b/plugins/aps/src/main/res/values/strings.xml index fa718b1246..b7560597de 100644 --- a/plugins/aps/src/main/res/values/strings.xml +++ b/plugins/aps/src/main/res/values/strings.xml @@ -23,8 +23,8 @@ DynISFAdjust dynisf_adjust_sensitivity - Adjust sensitivity and basal - If activated DynISF uses the last 24h TDD/7D TDD as the basis for adjusting calculated ISF and also for increasing and decreasing basal rate, in the same way that standard Autosens does + Enable TDD based sensitivity ratio for basal and glucose target modification + Uses the last 24h TDD/7D TDD to calculate sensitivity ratio used for increasing or decreasing basal rate, and also adjust glucose target if these options are enabled, in the same way Autosens does. It is recommended to start with this option turned off DynamicISF Adjustment Factor % Adjustment factor for DynamicISF. Set more than 100% for more aggressive correction doses, and less than 100% for less aggressive corrections. High temptarget raises sensitivity diff --git a/plugins/aps/src/main/res/xml/pref_openapssmbdynamicisf.xml b/plugins/aps/src/main/res/xml/pref_openapssmbdynamicisf.xml index 6c6a192efe..3dfd281e91 100644 --- a/plugins/aps/src/main/res/xml/pref_openapssmbdynamicisf.xml +++ b/plugins/aps/src/main/res/xml/pref_openapssmbdynamicisf.xml @@ -55,6 +55,20 @@ android:summary="@string/dynisf_adjust_sensitivity_summary" android:title="@string/dynisf_adjust_sensitivity" /> + + + + - -