From d9f16623658ece0b83adc8cf16a47ce618ffe045 Mon Sep 17 00:00:00 2001 From: Mike Plante <82073483+MikePlante1@users.noreply.github.com> Date: Wed, 22 May 2024 14:58:17 -0400 Subject: [PATCH] fix `threshold_setting` typo --- lib/profile/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profile/index.js b/lib/profile/index.js index d687fc97..89ef67bf 100644 --- a/lib/profile/index.js +++ b/lib/profile/index.js @@ -77,7 +77,7 @@ function defaults ( ) { , tddAdjBasal: false // Enable adjustment of basal based on the ratio of 24 h : 10 day average TDD , enableSMB_high_bg: false // enable SMBs when a high BG is detected, based on the high BG target (adjusted or profile) , enableSMB_high_bg_target: 110 // set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable. - , threshold_setting: 0.60 // Use a configurable threshold setting + , threshold_setting: 60 // Use a configurable threshold setting } }