From d33230aa7d62d3e76b1a38814f41001fa183614a Mon Sep 17 00:00:00 2001 From: davmartes <50466763+davmartes@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:17:28 +0100 Subject: [PATCH] Update app.json --- app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 7bf58f03247..07f0b5ab35c 100644 --- a/app.json +++ b/app.json @@ -59,22 +59,22 @@ }, "BG_HIGH": { "description": "Urgent High BG threshold, triggers the ALARM_URGENT_HIGH alarm. Set in mg/dL or mmol/L, as set in DISPLAY_UNITS variable.", - "value": "260", + "value": "200", "required": false }, "BG_LOW": { "description": "Urgent Low BG threshold, triggers the ALARM_URGENT_LOW alarm. Set in mg/dL or mmol/L, as set in DISPLAY_UNITS variable.", - "value": "55", + "value": "70", "required": false }, "BG_TARGET_BOTTOM": { "description": "Low BG threshold, triggers the ALARM_LOW alarm. Set in mg/dL or mmol/L, as set in DISPLAY_UNITS variable.", - "value": "80", + "value": "70", "required": false }, "BG_TARGET_TOP": { "description": "High BG threshold, triggers the ALARM_HIGH alarm. Set in mg/dL or mmol/L, as set in DISPLAY_UNITS variable.", - "value": "180", + "value": "200", "required": false }, "BOLUS_RENDER_OVER": {