|
|
@@ -100,6 +100,12 @@ enum SettingItems {
|
|
|
"Minimum Safety Threshold",
|
|
|
"Delivery Limits"
|
|
|
],
|
|
|
+ scrollTargetLabels: [
|
|
|
+ "Max IOB": "Maximum Insulin on Board (IOB)",
|
|
|
+ "Max Bolus": "Maximum Bolus",
|
|
|
+ "Max Basal": "Maximum Basal Rate",
|
|
|
+ "Max COB": "Maximum Carbs on Board (COB)"
|
|
|
+ ],
|
|
|
path: ["Therapy Settings", "Units and Limits"]
|
|
|
),
|
|
|
SettingItem(title: "Basal Rates", view: .basalProfileEditor, path: ["Therapy Settings"]),
|
|
|
@@ -133,6 +139,11 @@ enum SettingItems {
|
|
|
"Max UAM SMB Basal Minutes",
|
|
|
"Max Allowed Glucose Rise for SMB"
|
|
|
],
|
|
|
+ scrollTargetLabels: [
|
|
|
+ "Enable SMB With Temporary Target": "Enable SMB With Temptarget",
|
|
|
+ "Allow SMB With High Temporary Target": "Allow SMB With High Temptarget",
|
|
|
+ "Max UAM SMB Basal Minutes": "Max UAM Basal Minutes"
|
|
|
+ ],
|
|
|
path: ["Algorithm", "Super Micro Bolus (SMB)"]
|
|
|
),
|
|
|
SettingItem(
|
|
|
@@ -159,6 +170,10 @@ enum SettingItems {
|
|
|
"Resistance Lowers Target",
|
|
|
"Half Basal Exercise Target"
|
|
|
],
|
|
|
+ scrollTargetLabels: [
|
|
|
+ "High Temptarget Raises Sensitivity": "High Temp Target Raises Sensitivity",
|
|
|
+ "Low Temptarget Lowers Sensitivity": "Low Temp Target Lowers Sensitivity"
|
|
|
+ ],
|
|
|
path: ["Algorithm", "Target Behavior"]
|
|
|
),
|
|
|
SettingItem(
|
|
|
@@ -179,6 +194,11 @@ enum SettingItems {
|
|
|
"Remaining Carbs Cap",
|
|
|
"Noisy CGM Target Multiplier"
|
|
|
],
|
|
|
+ scrollTargetLabels: [
|
|
|
+ "Min 5m Carbimpact": "Min 5m Carb Impact",
|
|
|
+ "Remaining Carbs Fraction": "Remaining Carbs Percentage",
|
|
|
+ "Noisy CGM Target Multiplier": "Noisy CGM Target Increase"
|
|
|
+ ],
|
|
|
path: ["Algorithm", "Additionals"]
|
|
|
)
|
|
|
]
|
|
|
@@ -190,10 +210,10 @@ enum SettingItems {
|
|
|
searchContents: [
|
|
|
"Display Meal Presets",
|
|
|
"Recommended Bolus Percentage",
|
|
|
- "Enable Reduced Bolus Factor",
|
|
|
- "Reduced Bolus Factor",
|
|
|
- "Enable Super Bolus",
|
|
|
- "Super Bolus Factor",
|
|
|
+ "Enable Reduced Bolus Option",
|
|
|
+ "Reduced Bolus Percentage",
|
|
|
+ "Enable Super Bolus Option",
|
|
|
+ "Super Bolus Percentage",
|
|
|
"Very Low Glucose Warning"
|
|
|
],
|
|
|
path: ["Features", "Bolus Calculator"]
|
|
|
@@ -235,7 +255,6 @@ enum SettingItems {
|
|
|
"Show Low and High Thresholds",
|
|
|
"Low Threshold",
|
|
|
"High Threshold",
|
|
|
- "X-Axis Interval Step",
|
|
|
"eA1c/GMI Display Unit",
|
|
|
"Show Carbs Required Badge",
|
|
|
"Carbs Required Threshold",
|
|
|
@@ -243,16 +262,24 @@ enum SettingItems {
|
|
|
"Bolus Display Threshold",
|
|
|
"Cone",
|
|
|
"Lines",
|
|
|
+ "Appearance",
|
|
|
"Dark Mode",
|
|
|
"Light Mode",
|
|
|
- "Appearance",
|
|
|
- "Dark Scheme",
|
|
|
- "Light Scheme",
|
|
|
"Glucose Color Scheme",
|
|
|
"Time in Range Type",
|
|
|
"Time in Tight Range (TITR)",
|
|
|
"Time in Normoglycemia (TING)"
|
|
|
],
|
|
|
+ scrollTargetLabels: [
|
|
|
+ "Show Y-Axis Grid Lines": "Show X-Axis Grid Lines",
|
|
|
+ "High Threshold": "Low Threshold",
|
|
|
+ "Cone": "Forecast Display Type",
|
|
|
+ "Lines": "Forecast Display Type",
|
|
|
+ "Dark Mode": "Appearance",
|
|
|
+ "Light Mode": "Appearance",
|
|
|
+ "Time in Tight Range (TITR)": "Time in Range Type",
|
|
|
+ "Time in Normoglycemia (TING)": "Time in Range Type"
|
|
|
+ ],
|
|
|
path: ["Features", "User Interface"]
|
|
|
),
|
|
|
SettingItem(
|